[jboss-user] [EJB 3.0] - Re: detached entity passed to persist

PeterJ do-not-reply at jboss.com
Sat Nov 29 14:45:19 EST 2008


This means that you entity is not being managed by the entity manager. Try merging it back in with EntityManager.merge() before persisting the changes.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193191#4193191

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193191



More information about the jboss-user mailing list