Hi Thimo,
> >>The first solution can be : session bean wich is using
> >>direclty OBJ as a persistence manager. Entity beans are
> >>completly ignored in this case. Is it make sense for you ?
>
> I generally recommend this approach!
How does this approach work in a clustered environement. Do we have to
expect problems with the PersistenceBroker?
####
When only using the PB-api without caching I don't expect problems.
You could use the optimistic locking feature to have control of the
persistence operation.
Using the ODMG api could be problematic, because the LockManager
will not be shared in a cluster.
regards,
Armin
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>