Nicholas Whitehead [http://community.jboss.org/people/nwhitehead] created the discussion
"Re: Use JBoss AOP to do fault injection experiments" To view the discussion, visit: http://community.jboss.org/message/576487#576487 -------------------------------------------------------------- Sure. This will work. Do you have some specific interfaces that the calls you want to intercept belong to ? It sure makes it easier. Also, are you using Java 1.5+ ? If so, the runtime weaving works well and is the most flexible. Otherwise, you will need to statically instrument and kick out an "instrumented" jar. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/576487#576487] Start a new discussion in JBoss AOP at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
