Hi All, Has anyone experience with load time weaving of Application Client Container classes? I want to do load time weaving of some client container classes with execution pointcut but i am afraid of from the fact that "Does client container will allow us to do such execution level weaving? There could be some security violation issues."
OR in other words is this possible directly with Byte Code Re-Engineering using some library like ASM, BCEL etc? For example i tried to advise execution of invoke() method defined in org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy using AspectJ and i put the jboss-client.jar on my inpath but was unable to weave anything :-( -- View this message in context: http://www.nabble.com/Weaving-Client-Container-classes--tp20768670p20768670.html Sent from the AspectJ - users mailing list archive at Nabble.com. _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
