MISSING_PROPERTY_CWPRJ1102E=CWPRJ1102E: Property is undefined for class: {0}.
Explanation
The specified property does not exist on the specified class.
User response
Verify that the entity class specified in the entity metadata definition includes the specified property get and set methods or that the property name is spelled correctly and resubmit the operation. The property methods must follow the naming conventions defined in the JavaBeans Introspector API: http://java.sun.com/j2se/1.4.2/docs/api/java/beans/Introspector.html.