Java Mailing List Archive

http://www.gg3721.com/

Home » users.openjpa »

Re: cant update a detached instance

Pinaki Poddar

2008-08-18

Replies: Find Java Web Hosting

Author LoginPost Reply

Hi,
 Possibility:

> Box box = boxDao.findNextFreeBox(BoxType.STANDARD); //
Does this 'box' an existing persistent box, possibly with _version = 1?

> where boxDao.save() is only a wrapper to em.persist(object)
then this box should be merged. Attempted to persist() will hit the
DuplicateKey exception at database which is getting translated to
EntityExistsException to the application.


--
Sent from the OpenJPA Users mailing list archive at Nabble.com.

©2008 gg3721.com - Jax Systems, LLC, U.S.A.