Hi,  I am using JBoss 4.0.5GA that uses xerces XML parser.
   
  <!DOCTYPE category [
  ....
  <!ENTITY part SYSTEM "part.xml">
  ]>
   
  <computer>
   
       &part;
   
  </computer>
   
   
  I got java.io.FileNotFoundException: /usr/jboss/jboss-4.0.5.GA/bin/part.xml
   
  The parser tried to resolve the entity location using system location where 
JVM started, not parent document location.  It is a relative URI.
   
  Is this a bug? or some configuration I need to do?
  I tried to solve this for days. I seached the web, but did not find anything.
   
  Thanks in advance for help
  Dave
   
   
   

 
---------------------------------
Sucker-punch spam with award-winning protection.
 Try the free Yahoo! Mail Beta.

Reply via email to