Hello All
In EJB spec, "Commit Options" A,B, C are defined. We want to use Commit
option A in the case of BMP entity beans. In openejb, I have found cache
element which can be used in the case of CMP to configure data cache
settings
<cache>
<isolation-level></isolation-level>
<size></size>
</cache>
where isolation level can be read-uncommitted, read-committed, or
repeatable-read.
Can somebody please tell me how to configure data cache for BMP entity beans
in openejb?
Thanks a lot for your help.
Regards,
Amit