On Mon, 20 Aug 2001, Bill Burke wrote: > > A thing to note. Whenever a finder or remove is called within a > transaction, every entity of every type that is part of the transaction is > synchronized with the database. Could this be your problem? The (5) MDB uses findByPrimaryKey to locate all of the beans (a, b, c & d). So, if there is an entity and modified by one thread under one tx, and another thread/tx does a findby, the first thread will loose its data due to a ejbLoad from the second? This is essentially what I am seeing, though I can not really tell that this happens due to a findby. Is there any specific bit of information that I could give you, so that it is clearer? --jason _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
- [JBoss-dev] ejbLoad() on a modified bean w/o ejbStore() Jason Dillon
- Re: [JBoss-dev] ejbLoad() on a modified bean w/o ejbSt... Jason Dillon
- Re: [JBoss-dev] ejbLoad() on a modified bean w/o e... Dain Sundstrom
- Re: [JBoss-dev] ejbLoad() on a modified bean w... Jason Dillon
- RE: [JBoss-dev] ejbLoad() on a modified bean w/o e... Bill Burke
- RE: [JBoss-dev] ejbLoad() on a modified bean w... Jason Dillon
- RE: [JBoss-dev] ejbLoad() on a modified bean w... Jason Dillon
- RE: [JBoss-dev] ejbLoad() on a modified bean w... Jason Dillon
- RE: [JBoss-dev] ejbLoad() on a modified be... Jason Dillon
- Re: [JBoss-dev] ejbLoad() on a modified bean w/o e... Jason Dillon
- RE: [JBoss-dev] ejbLoad() on a modified bean w... Bill Burke
- RE: [JBoss-dev] ejbLoad() on a modified be... Jason Dillon
- RE: [JBoss-dev] ejbLoad() on a modifi... Bill Burke
- RE: [JBoss-dev] ejbLoad() on a mo... Jason Dillon
- RE: [JBoss-dev] ejbLoad() on ... Jason Dillon
- RE: [JBoss-dev] ejbLoad() on a modified bean w/o ejbSt... Bill Burke