[seam-issues] [JBoss JIRA] (JBSEAM-4855) Entity not found exception:deleted entity passed to persistence

mahesh naidu (Created) (JIRA) jira-events at lists.jboss.org
Thu Nov 10 05:03:45 EST 2011


Entity not found exception:deleted entity passed to persistence
---------------------------------------------------------------

                 Key: JBSEAM-4855
                 URL: https://issues.jboss.org/browse/JBSEAM-4855
             Project: Seam 2
          Issue Type: Feature Request
          Components: EJB3
    Affects Versions: 2.2.0.GA
         Environment: Windows vista
            Reporter: mahesh naidu
             Fix For: 2.2.0.GA


1.To cancel the changes made to a entity that is in persistence state.I used em.cancel().

After this all managed objects are get detached from entity manager.

2.Then i try to remove the same object by calling em.remove(em.merge(someobject)) then it is giving the above error.Even though i never 

deleted the 'someobject' the error is like the above.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list