|
| 1.47.2.22 | modified | loubyansky | server/src/etc/conf/default/standardjboss.xml | added a new cmp2.x container configuration |
| 1.1.2.30 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/EntityTable.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.1.2.9 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/Schema.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.1.2.8 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/FindByPrimaryKeyCommand.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.1.2.15 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/JDBCStoreManager2.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.1.2.6 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/PersistentContext.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.1.2.13 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/bridge/JDBCCMRFieldBridge2.java | foreign key constraints related fixes, spec compatibility fixes |
| 1.2.2.8 | 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.80.2.22 | 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.1.2.2 | 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.1.2.8 | modified | loubyansky | testsuite/src/main/org/jboss/test/cmp2/fkmapping/test/FKMappingUnitTestCase.java | catch NoSuchObjectLocalException in safe-remove |
| 1.1.2.4 | modified | bwang00 | tomcat/src/main/org/jboss/web/tomcat/tc5/session/AttributeBasedClusteredSession.java | Breakdown putAttribute individually |
| 1.1.2.4 | modified | bwang00 | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java | Bug fix for putAttributes marshalled value |
| 1.1.2.4 | modified | bwang00 | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.java | Commented out redundant log output |