[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-22 Thread avihaimar
Thanks, few things that i didnt understand: 1. does the current release of jboss-aop2 (cr4) support exclude "*"? 2. how i include all packages that start with com.mycompany ... 3. i saw in some example that you wrote in the exclude and include the package and dot at the end "org.jboss." what is th

[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-21 Thread [EMAIL PROTECTED]
Use the Include and Exclude attributes of the AspectManagerService. If something matches the Exclude filter, it will not be woven unless it also matches something in the Include filter. "*" will be supported as a value for Exclude in the next AOP 2.0.0 release View the original post : http://

[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-21 Thread avihaimar
I want to include all packages that start with com.company ... and exludes others. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131125#4131125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131125 _

[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-19 Thread [EMAIL PROTECTED]
yes, you can just include the packages you want to weave. - elaborate on the last question please :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130351#4130351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130351 _

[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-19 Thread avihaimar
Can i include only my packages and exclude all others? ps. does jboss server support in hot swap for aop classes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130307#4130307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss AOP] - Re: Long startup time

2008-02-19 Thread [EMAIL PROTECTED]
hi, when you enable loadtimeweaving (which you do when you set the javaagent option and set EnableLoadtimeWeaving=true), all the classes you deploy will be checked withing jboss aop if they should be weaved. even though many classes are by default excluded this takes a lot longer than if you don