[jboss-jira] [JBoss JIRA] (WFLY-841) EJB 2.1 Entity beans are not synchronized before ejbRemove invoked

David Lloyd (JIRA) jira-events at lists.jboss.org
Fri Sep 20 15:18:03 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Lloyd resolved WFLY-841.
------------------------------

      Assignee: David Lloyd  (was: jaikiran pai)
    Resolution: Won't Fix


This issue is being closed because CMP is no longer a part of the WildFly codebase.  The JBoss EAP 6.x product line does presently still support CMP however.
                
> EJB 2.1 Entity beans are not synchronized before ejbRemove invoked
> ------------------------------------------------------------------
>
>                 Key: WFLY-841
>                 URL: https://issues.jboss.org/browse/WFLY-841
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>            Reporter: Kirill Paliy
>            Assignee: David Lloyd
>
> 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