[jboss-user] [JBoss AOP] - Re: standard library doesn't work

kabir.khan@jboss.com do-not-reply at jboss.com
Tue Oct 17 06:10:19 EDT 2006


You can use EnableTransformer, but note that that will not give you interception of things deployed using classloader scoping and web apps.

To use EnableLoadtimeWeaving you need to do some more setup of the classloaders as outlined in section 10.3 of the JBoss AOP reference manual.

The JBoss AOP download comes with a tutorial example called 'injboss' which allows you to verify if you have got loadtime weaving set up correctly

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

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



More information about the jboss-user mailing list