CMP2Generator is not generating "is" methods.
----------------------------------------------
Key: OPENEJB-842
URL: https://issues.apache.org/jira/browse/OPENEJB-842
Project: OpenEJB
Issue Type: Bug
Components: container system
Reporter: Rick McGuire
Assignee: Rick McGuire
The CmpJpaConverter will identify a field as a CMP field if the class contains
an abstract method of the form is<Name>. However, when the Cmp2Generator
generates the concrete getters and setters for the field, it unconditionally
generates the getter method as get<Name> rather than is<Name>.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.