1 Reply Latest reply on Feb 15, 2006 12:36 PM by ceeper

    value-object getter causes EJBException

    ceeper

      I defined a value-object and added two methods within the bean:

      public abstract BeanValue getBeanValue();
      public abstract void setBeanValue( BeanValue value );

      Every access to this methods causes an EJBException. The method ist not a CMP field or a select method. I tried it with jboss 4.0.1 and 4.0.3SP3 out, both show the same behavior.
      I'm sure that i used the same coding with an older version 3.2.7 which didn't cause such problems. Could it be a configuration problem?

      cep