Hello.

I would like to know if OJB supports clustering in an EJB container. That
is, I want to use OJB from inside sessions beans running in a clustered
enviro. I want to use OJB cache, and I'm worried about when a session bean
updates the datastore.

The question can be illustrated with this:

1. Cluster A runs a query that loads object O1 into cache (outside a
transaction).
2. Cluster B removes object O1 from the datastore, and commit.
3. Cluster A runs the same query again. Will this query return object O1
again?

Thanks,
Fernando

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to