[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:


  | 
  | 
  | 
  | &developer1.ent;
  | 
  | 
  | 

On Windows, you must change "/" to "\" I think. 

You may also use Ant task, to join several XML files into one.

Regards,
Tomasz

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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.aop.path system property. (You can specify multiple files or 
directories separated by ':' (*nix) or ';' (Windows), i.e. 
-Djboss.aop.path=jboss-aop.xml;metadata-aop.xml) If you specify a directory, all 
aop.xml files will be loaded from there as well.
  | * Package your classes in a jar where /META-INF/jboss-aop.xml contains your 
bindings. 
  | 

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bb&op=viewtopic&p=3849815#3849815

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bb&op=viewtopic&p=3849868#3849868

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development