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 2016/12/09 09:48:58 UTC

[jira] [Created] (TOMEE-1985) SessionBean ejbCreate invoked potentially twice

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)