[jboss-user] [Javassist user questions] - Re: VerifyError when instanciating a generated class (Bad ty

jaikiran do-not-reply at jboss.com
Thu Apr 2 09:23:07 EDT 2009


anonymous wrote : public class SampleBean_directAccessField
  |     implements IAccess {
  | 
  |     SampleBean target = null;
  | 
  | 
  |  public void setValue(Object obj) {
  |         target.directAccessField = ((java.util.Date) (obj));
  |     }
  | 

Is the "directAccessField" in SampleBean a public field? If it's not, then it won't be accessible.

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

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



More information about the jboss-user mailing list