Hi,
I'need to use jboss aop with eclipse rcp. I need to have an jboss-aop.xml file per
plug-in and I need dynamic load-time.
Each plugin having is own classloader, I need to be able to load aspect(s) during
application execution (for exemple, create a plug-in with an jboss aop extension point and
each plug-in that need to use jboss-aop extends this extension point. That will allow the
"jboss aop" plugin to control get the class loader of each plug-in extending
jboss-aop.)
So I need to load dynamicly the class loader, to be able to modifiy byte code during
application.
I see that calling AspectManager.instance() ; load the aspect definition found in file
"Meta-Inf/jboss-aop.xml.
Now I need to load in bytecode de modification.
How can I do that in my java code ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969655#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...