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

Reply via email to