Allow pojo-style attributes in cmp2.x beans as a migratiion path toward EJB3.
-----------------------------------------------------------------------------
Key: OPENEJB-877
URL: https://issues.apache.org/jira/browse/OPENEJB-877
Project: OpenEJB
Issue Type: New Feature
Components: cmp2
Reporter: Rick McGuire
Assignee: Rick McGuire
To assist migration from CMP 2.x beans to EJB3-style beans, it would be handy
to allow a class to implement the CMP fields as concrete fields and classes in
their code rather than requiring the methods to be abstract ones that are
completed by the container system. This is something that JPA supports via
mapped superclasses, so it should be possible to skip the code generation for
the non-abstract methods and use the mapped-superclasses to enable these fields.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.