[jboss-user] [Javassist] - Re: Class loader issue in javassist

Troy Heninger do-not-reply at jboss.com
Wed Sep 21 13:14:25 EDT 2011


Troy Heninger [http://community.jboss.org/people/troyhen] created the discussion

"Re: Class loader issue in javassist"

To view the discussion, visit: http://community.jboss.org/message/627861#627861

--------------------------------------------------------------
The problem is you are using Field.set incorrectly. Change 

name.set("Ooldooz", e); 
to
name.set(e, "Ooldooz"); 


 :)
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/627861#627861]

Start a new discussion in Javassist at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2062]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110921/16492c24/attachment.html 


More information about the jboss-user mailing list