2) It extract Obj1 from functionDO and call our framework.save(obj1) - framework will persist into db and then close em. (code is as per previous post) 3) it extract obj2 from functionDO and call our framework.save(obj2) - framework will persist into db and then close em. (code is as per previous post)
> It will rollback since it is part of single transaction. But according to your description, at step (2) you have already committed and closed. How will roll back? May be I am missing the idea. ----- Pinaki Poddar Chair, Apache OpenJPA Project -- View this message in context: http://openjpa.208410.n2.nabble.com/Multiple-concurrent-threads-attempted-to-access-a-single-broker-tp6820896p6825059.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
