]
Kirill Paliy updated AS7-6445:
------------------------------
Summary: EJB 2.1 Entity beans are not synchronized before ejbRemove invoked (was: EJB
2.1 Entity beans are not synchronzed before ejbRemove invoked)
EJB 2.1 Entity beans are not synchronized 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: