[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Multiple metadata-aop.xml

2004-05-09 Thread Bill Burke
Ok, I will expand the jboss.aop.path System property variable to accept directories and load any XML file that has the form *-aop.xml. Other than that, do take a look at the packaging example in the JBoss AOP beta distribution. This solution works with standalone, but resolves XML files by

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Multiple metadata-aop.xml

2004-05-06 Thread mriou
My problem is I'm using JBossAOP in a standalone mode, note with the JBoss application server. But if I can find a (not too ugly) way to package everything, I'll be happy to explain it in a 'how to'. But if you have any other suggestion, I'd be happy to experiment. Moving to JDK 1.5 just for

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Multiple metadata-aop.xml

2004-05-04 Thread Bill Burke
I haven't done a lot of experimentation here, so please have patience. What I think you can do is put stuff in a .sar file or directory as follows: | myapplication.sar/ | metadata1-aop.xml | metadata2-aop.xml | myweb.war | Read these as well: