[jboss-jira] [JBoss JIRA] (AS7-6445) EJB 2.1 Entity beans are not synchronzed before ejbRemove invoked

Kirill Paliy (JIRA) jira-events at lists.jboss.org
Mon Feb 4 13:14:51 EST 2013


Kirill Paliy created AS7-6445:
---------------------------------

             Summary: EJB 2.1 Entity beans are not synchronzed before ejbRemove invoked
                 Key: AS7-6445
                 URL: https://issues.jboss.org/browse/AS7-6445
             Project: Application Server 7
          Issue Type: Bug
          Components: EJB
    Affects Versions: 7.1.3.Final (EAP)
            Reporter: Kirill Paliy
            Assignee: jaikiran pai


Jboss 4 had 	

synchronizeEntitiesWithinTransaction(tx);

before ejbFind/ejbRemove invoked, Jboss AS 7 doesn't do that, as a result all entities, enlisted in transaction are not synchronized until commit. But, ejbRemove in BMP beans propagates changes to DBMS immediately and fails because earlier changes are not applied yet (ejbStore is delayed).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list