This content has been marked as final.
Show 2 replies
-
1. Re: Entity synchronization refactorings
aloubyansky Apr 26, 2004 7:45 AM (in response to aloubyansky)I just committed the org.jboss.ejb.plugins.PerTxEntityInstanceCache which, as the name implies, is a per tx org.jboss.ejb.EntityCache implementation.
I think, Instance Per Transaction container should now be<container-configuration extends="Standard CMP 2.x EntityBean"> <container-name>IPT container</container-name> <instance-cache>org.jboss.ejb.plugins.PerTxEntityInstanceCache</instance-cache> <container-cache-conf/> </container-configuration>
and be always used with commit option C.
MultiInstance interceptors and TxEntityMap should be removed. Any objections? -
2. Re: Entity synchronization refactorings
aloubyansky Apr 27, 2004 6:31 PM (in response to aloubyansky)Most of it is done:
- TxEntityMap and MultiInstance interceptors are deprecated;
- GlobalTxEntityMap is refactored: only the list is used and only one TransactionLocal variable;
- per transaction EntityCache implementation is added.
Current version is 3.2.4RC2.