Hi.

I've updated JBossAOP to FINAL version and have problem with my XML entities which I 
access from XML my-aop-file.xml file.

Here's the code:

  | $cd /home/nthx/private/YYY/Project/
  | $ls
  |   configurations/
  |   src/
  |   build.xml
  | 
  | 
  | $cat /home/nthx/private/YYY/Project/configurations/myAOP-A.xml
  | 
  | <?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE aop [
  |    ENTITY include1.ent SYSTEM "configurations/META-INF/include1.ent"
  |    ...
  | ]>
  | <aop>
  |     &include1.ent;
  |     ...
  | </aop>
  | 
  | 
  | 
  | $ant
  | ...
  | internal:parametrisied-aopc:
  |      [aopc] [info] Total length of filenames to be compiled is greater than 1000, 
listing files
  |  in --SOURCEPATH: /tmp/src5805.tmp
  |      [aopc] [debug] jboss.aop.class.path is NULL
  |      [aopc] [debug] jboss.aop.search.classpath: 'null' true
  |      [aopc] [debug] jboss.aop.path: 
/home/nthx/private/YYY/Project/configurations/myAOP-A.xml
  |      [aopc] jboss.aop.path[0]: 
/home/nthx/private/YYY/Project/configurations/myAOP-A.xml
  |      [aopc] [deploying] 
file:/home/nthx/private/YYY/Project/configurations/myAOP-A.xml
  |      [aopc] java.io.FileNotFoundException: JAR entry 
configurations/META-INF/include1.ent not found 
  | in /home/nthx/private/YYY/Project/lib/jboss-aop.jar
  |      [aopc]         at 
sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:97)
  |      [aopc]         at 
sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:107)
  |      [aopc]         at 
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
  |      [aopc]         at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown 
Source)
  |      [aopc]         at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown 
Source)
  |      [aopc]         at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityReference(Unknown 
Source)
  |      [aopc]         at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.
  | dispatch(Unknown Source)
  |      [aopc]         at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
  |      [aopc]         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
  |      [aopc]         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
  |      [aopc]         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  |      [aopc]         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
  |      [aopc]         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown 
Source)
  |      [aopc]         at 
org.jboss.aop.AspectXmlLoader.loadURL(AspectXmlLoader.java:948)
  |      [aopc]         at 
org.jboss.aop.AspectXmlLoader.deployXML(AspectXmlLoader.java:885)
  |      [aopc]         at org.jboss.aop.Deployment.deployXmlFile(Deployment.java:164)
  |      [aopc]         at 
org.jboss.aop.Deployment.preconfigThroughSystemProperty(Deployment.java:146)
  |      [aopc]         at org.jboss.aop.Deployment.deploy(Deployment.java:36)
  |      [aopc]         at org.jboss.aop.AspectManager.instance(AspectManager.java:122)
  |      [aopc]         at org.jboss.aop.standalone.Compiler.compile(Compiler.java:160)
  |      [aopc]         at org.jboss.aop.standalone.Compiler.main(Compiler.java:67)
  |      [aopc] java.lang.RuntimeException: [error] failed to load 
  | aop path: /home/nthx/private/YYY/Project/configurations/myAOP-A.xml
  |      [aopc]         at 
org.jboss.aop.Deployment.preconfigThroughSystemProperty(Deployment.java:155)
  |      [aopc]         at org.jboss.aop.Deployment.deploy(Deployment.java:36)
  |      [aopc]         at org.jboss.aop.AspectManager.instance(AspectManager.java:122)
  |      [aopc]         at org.jboss.aop.standalone.Compiler.compile(Compiler.java:160)
  |      [aopc]         at org.jboss.aop.standalone.Compiler.main(Compiler.java:67)
  |      [aopc] Caused by: java.io.FileNotFoundException: JAR entry 
configurations/META-INF/include1.ent 
  | not found in /home/nthx/private/YYY/Project/lib/jboss-aop.jar
  |      [aopc]         at 
sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:97)
  |      [aopc]         at 
sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:107)
  |      [aopc]         at 
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
  |      [aopc]         at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown 
Source)
  |      [aopc]         at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown 
Source)
  |      [aopc]         at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityReference(Unknown 
Source)
  |      [aopc]         at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.
  | dispatch(Unknown Source)
  |      [aopc]         at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
  |      [aopc]         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
  |      [aopc]         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
  |      [aopc]         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  |      [aopc]         at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
  |      [aopc]         at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown 
Source)
  |      [aopc]         at 
org.jboss.aop.AspectXmlLoader.loadURL(AspectXmlLoader.java:948)
  |      [aopc]         at 
org.jboss.aop.AspectXmlLoader.deployXML(AspectXmlLoader.java:885)
  |      [aopc]         at org.jboss.aop.Deployment.deployXmlFile(Deployment.java:164)
  |      [aopc]         at 
org.jboss.aop.Deployment.preconfigThroughSystemProperty(Deployment.java:146)
  |      [aopc]         ... 4 more
  | 

I run it through ant task, and all the files which you see here exist in apropriate 
directories with apropriate names.

This code has worked until RC1 (don't know about RC2).


Thanks for help,
Tomasz

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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to