|
| 1.84 | modified | loubyansky | server/src/etc/conf/default/standardjboss.xml | added a new cmp2.x conatiner configuration |
| 1.5 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/bridge/JDBCCMRFieldBridge2.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.13 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/EntityTable.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.6 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/Schema.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.4 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/FindByPrimaryKeyCommand.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.7 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/JDBCStoreManager2.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.4 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/PersistentContext.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.124 | modified | loubyansky | server/src/main/org/jboss/ejb/EntityContainer.java | Cache created EJBLocalObject's in a tx cache. Any invocation on a removed instance should result in NoSuchObject[Local]Exception. The 'removed' flag is currently in the EJBLocalObject proxy, therefore the proxy factory should return the same proxy instance for equal IDs. The exception is ejbCreate invocation which if went well in CMP layer should create a new proxy instance and override the proxy with removed flag on if there is one. |
| 1.5 | modified | loubyansky | server/src/main/org/jboss/ejb/LocalProxyFactory.java | Cache created EJBLocalObject's in a tx cache. Any invocation on a removed instance should result in NoSuchObject[Local]Exception. The 'removed' flag is currently in the EJBLocalObject proxy, therefore the proxy factory should return the same proxy instance for equal IDs. The exception is ejbCreate invocation which if went well in CMP layer should create a new proxy instance and override the proxy with removed flag on if there is one. |
| 1.18 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/local/BaseLocalProxyFactory.java | Cache created EJBLocalObject's in a tx cache. Any invocation on a removed instance should result in NoSuchObject[Local]Exception. The 'removed' flag is currently in the EJBLocalObject proxy, therefore the proxy factory should return the same proxy instance for equal IDs. The exception is ejbCreate invocation which if went well in CMP layer should create a new proxy instance and override the proxy with removed flag on if there is one. |
| 1.3 | modified | loubyansky | testsuite/src/main/org/jboss/test/cmp2/fkmapping/test/FKMappingUnitTestCase.java | catch NoSuchObjectLocalException in safe-remove |