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
Start a new discussion in Javassist at Community