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 above case b = true. But the Xerces parser I believe has 
a problem. 

2004-08-05 13:46:35,422 INFO  [STDOUT] EXISTStrue
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  [STDOUT]  at 
org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:80)
2004-08-05 13:46:35,432 INFO  [STDOUT]  at 
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
2004-08-05 13:46:35,432 INFO  [STDOUT]  at 
org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
2004-08-05 13:46:35,432 INFO  [STDOUT]  at 
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
2004-08-05 13:46:35,432 INFO  [STDOUT]  at 
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
2004-08-05 13:46:35,432 INFO  [STDOUT]  at 
org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
2004-08-05 13:46:35,442 INFO  [STDOUT]  at 
org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
2004-08-05 13:46:35,442 INFO  [STDOUT]  at 
org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
2004-08-05 13:46:35,442 INFO  [STDOUT]  at 
javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:161)


The problem goes away if i have a file without any spaces in it

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844279#3844279

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844279


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to