Maybe javassist.jar has been loaded by a different class
loader from your application code.  Can you edit the following line to use a 
different class loader?

in toAnnotationType() in CtClassType

ClassLoader cl = Thread.currentThread().getContextClassLoader();

For example, it might have to be changed to:

ClassLoader cl = <your app. class>.class.getClassLoader();

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911953#3911953

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911953


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to