[JBoss-user] [HTTPD, Servlets JSP] - Re: XML Parser cannot parse Files with spaces in their names

2004-08-25 Thread [EMAIL PROTECTED]
2004-08-05 13:46:35,432 INFO [STDOUT] java.io.FileNotFoundException: C:\jboss-3.2.4\server\default\deploy\cm.ear\cm.war\htm\Rep\Gland%205.xml 2004-08-05 13:46:35,432 INFO [STDOUT] at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:71) 2004-08-05 13:46:35,432 INFO

[JBoss-user] [HTTPD, Servlets JSP] - Re: XML Parser cannot parse Files with spaces in their names

2004-08-06 Thread dannyyates
Interesting. This does appear to be a bug in your parser. Have you tried the parse(InputStream) method? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844368#3844368 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844368

[JBoss-user] [HTTPD, Servlets JSP] - Re: XML Parser cannot parse Files with spaces in their names

2004-08-05 Thread vc?!
Yes, even if i try File f = new File(C:\\jboss-3.2.4\\server\\default\\deploy\\cm.ear\\cm.war\\htm\\Rep\\Gland 5.xml); boolean b = f.exists(); System.out.println(EXISTS + b); Document oDocument = dBuilder.parse(f); I still get a problem. In the