David Blevins created TOMEE-1985:
------------------------------------
Summary: SessionBean ejbCreate invoked potentially twice
Key: TOMEE-1985
URL: https://issues.apache.org/jira/browse/TOMEE-1985
Project: TomEE
Issue Type: Bug
Components: TomEE Core Server
Affects Versions: 7.0.2, 1.7.4
Reporter: David Blevins
Assignee: David Blevins
Fix For: 1.7.5, 7.0.3
When an EJB 2.x style Stateless session bean implements the
{{javax.ejb.SessionBean}} interface, the "ejbCreate" method is invoked twice if
the method signature is {{public void ejbCreate()}}
If the method signature is {{public void ejbCreateObject()}} or otherwise has a
suffix as is allowed in the EJB spec, it is only invoked once as intended.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)