[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: multiple jboss-aop.xml files?

2004-09-29 Thread Bill Burke
you can't have multiple XML's per Jar file. BUT... You can have multiple JAR files that have an xml file within them. We could implement this thoughInterested in doing it? Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849868#3849868 Reply to the

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: multiple jboss-aop.xml files?

2004-09-28 Thread nthx
Hi. I'm not an expert about JBossAOP packaging, but this is what I use: ?xml version=1.0 encoding=UTF-8? | !DOCTYPE aop [ |ENTITY developer1.ent SYSTEM etc/developer1.ent |ENTITY bad-developer2.ent SYSTEM etc/bad_developer1.ent | ] | aop | |

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: multiple jboss-aop.xml files?

2004-09-28 Thread Bill Burke
Short answer is YES For our new doco here: http://docs.jboss.org/aop/aspect-framework/reference/en/html/running.html anonymous wrote : | You need to tell JBoss AOP where the xml configuration files of your bindings are. This can be done in one of these two ways: | | * Set the

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: multiple jboss-aop.xml files?

2004-09-28 Thread hany_bee
Thanks, that works fine. But how do I make it work if I package the app as a jar file? How can I make it read multiple binding files from the jar file? thx View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849815#3849815 Reply to the post :