0 Replies Latest reply on Jul 22, 2003 8:13 AM by pluellen

    Are there restrictions on CMP field names?

    pluellen

      I have an entity bean with a field named 'name'. When I try to create an instance of the bean, I get an exception:

      "javax.ejb.EJBException: Method is not a known CMP field accessor, CMR field accessor, or ejbSelect method: methodName=setName"

      When I change the field name to 'xyz', the create is successful.

      I'm using jboss-3.0.1_tomcat-4.0.4