It is single thread but transaction is span across various operations. Here is business scenario
1) EJB A has save( functionDO) 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) This is our threading model. can you please suggest reliable way to handle this? thanks Chintan -- View this message in context: http://openjpa.208410.n2.nabble.com/Multiple-concurrent-threads-attempted-to-access-a-single-broker-tp6820896p6824982.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
