oracle-xml-db-repository

Is it possible to write files to a remote directory using java?

I have the directory mapped on my machine so that I can browse and write to it via Windows explorer. I would like to write files via java. File f = new File("http://dev1:8080/data/xml/myTestFile123.xml"); f.createNewFile(); I am getting the following error: Exception in thread "main" java.io.IOException: The filename, directory ...

Load XML files into Oracle XML DB Repository (java)

Has anyone ever used Java to take XML files on one machine and put them an Oracle XML DB Repository that is on another machine? Did you use WebDAV, HTTP, FTP? Does anyone have insight into this? Thanks! ...

Issue with encoding UTF-8 when FTPing files

I am able to have my application upload files via FTP using the FTPClient Java library. (I happen to be uploading to an Oracle XML DB repository.) Everything uploads fine unless the xml file has curly quotes in it. In which case I get the error: LPX-00200: could not convert from encoding UTF-8 to UCS2 I can upload what I believe to b...