On Wed, 2 Aug 2000 21:10:54 -0400, Peter Booth
<[EMAIL PROTECTED]> wrote:
>Can you explain what you mean by the situation where an update to the
>cache arrives after a write resulting in a rollback - which TXN rollsback?

Two caches A and B, and an entity instance X. A updates X and commits
this to the database. As a result, a notification is sent to B. If B
tries to update X before it gets the notification that X has changed
that transaction will fail due to timestamp mismatch.

>Does this mean that I need to construct a TXN that includes the cache
>notify?

The bean developer doesn't have to do anything. This is strictly
container internals.

And as I mentioned, not even developed yet. I am merely outlining a
possible implementation, that I intend to explore for jBoss.

/Rickard

--
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to