You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2010/10/19 05:20:27 UTC

[jira] Updated: (OPENEJB-842) CMP2Generator is not generating "is" methods.

     [ https://issues.apache.org/jira/browse/OPENEJB-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins updated OPENEJB-842:
----------------------------------

    Fix Version/s:     (was: 3.1.x)
                   3.1.2

> 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
>             Fix For: 3.1.2
>
>
> 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.