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&...]