[jboss-user] [JBoss AOP] - Re: Dynamic AOP and User-Defined Class Loader
flavia.rainone@jboss.com
do-not-reply at jboss.com
Mon May 12 15:12:27 EDT 2008
IMO, the error you're getting is unexpected. Since your ClassLoader loaded the referred class, and since the class pool is associated with this class loader, it should be able to find it.
To help me track what is causing this problem, I need to know if you're using load-time weaving (without aopc) or compile time weaving (with aopc). In case you are using compile-time weaving, could you plese check: (1) if a call is being made to yourClassLoader.getResource(String)? (2); if the error happens also with load-time weaving.
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150177#4150177
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150177
More information about the jboss-user
mailing list