For it to be possible to attach aspects to a particular method/field, you need 
to "prepare" those joinpoints as you mention. In effect this means weaving of 
the class, and this can only take place at compile-time (aopc) or when the 
class is first loaded (using the classloader hooks). Once the class has been 
loaded it cannot be modified further.

http://labs.jboss.com/portal/jbossaop/docs/1.5.0.GA/docs/aspect-framework/reference/en/html/running.html
shows how to set up the classloaders for loadtime weaving in and out of jboss.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972931
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to