[jboss-user] [JBoss AOP] - Re: JBOSS AOP and Exception Handling
kabir.khan@jboss.com
do-not-reply at jboss.com
Wed Aug 13 05:33:36 EDT 2008
You could use javassist directly to modify java.lang.Exception, and then use -Xbootclasspath/p: to make the JVM use your copy. See 3.4 in http://www.csg.is.titech.ac.jp/~chiba/javassist/v1/tutorial.html
This is a hack, and there are some licensing issues with the JDK if you choose to go down that route
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170269#4170269
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170269
More information about the jboss-user
mailing list