|
| 1.43 | modified | starksm | server/src/main/org/jboss/ejb/plugins/StatefulSessionFilePersistenceManager.java | Encapsulate the file system actions in privileged actions |
| 1.13 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/security/SecurityAssociationValve.java | Fix the scope of the assignment to subjectAttributeName |
| 1.10 | modified | starksm | server/src/main/org/jboss/ejb/plugins/SessionObjectInputStream.java | Add a privileged action for the enableReplaceObject call |
| 1.9 | modified | starksm | server/src/main/org/jboss/ejb/plugins/SessionObjectOutputStream.java | Add a privileged action for the enableReplaceObject call |
| 1.3 | modified | starksm | server/src/main/org/jboss/ejb/plugins/SecurityActions.java | Used privileged actions for all context class loader gets/sets. |
| 1.47 | modified | tdiesler | jboss.net/src/main/org/jboss/net/axis/server/AxisService.java | Remove deprecated entity resolver. |
| 1.6 | deleted | tdiesler | jboss.net/src/main/org/jboss/net/server/JBossNetEntityResolver.java | Remove deprecated entity resolver. |
| 1.8 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCAbstractCreateCommand.java | fixed [ 1004871 ] Fix for ORA-1008 Not all variables bound in CMP. Pass the current parameter index as an argument to executeInsert() |
| 1.5 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCIdentityColumnCreateCommand.java | fixed [ 1004871 ] Fix for ORA-1008 Not all variables bound in CMP. Pass the current parameter index as an argument to executeInsert() |
| 1.4 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/keygen/JDBC30GeneratedKeysCreateCommand.java | fixed [ 1004871 ] Fix for ORA-1008 Not all variables bound in CMP. Pass the current parameter index as an argument to executeInsert() |
| 1.2 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/keygen/JDBCDB2IdentityValLocalCreateCommand.java | fixed [ 1004871 ] Fix for ORA-1008 Not all variables bound in CMP. Pass the current parameter index as an argument to executeInsert() |
| 1.4 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/keygen/JDBCInformixCreateCommand.java | fixed [ 1004871 ] Fix for ORA-1008 Not all variables bound in CMP. Pass the current parameter index as an argument to executeInsert() |
| 1.4 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/keygen/JDBCMySQLCreateCommand.java | fixed [ 1004871 ] Fix for ORA-1008 Not all variables bound in CMP. Pass the current parameter index as an argument to executeInsert() |
| 1.5 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/keygen/JDBCOracleCreateCommand.java | fixed [ 1004871 ] Fix for ORA-1008 Not all variables bound in CMP. Pass the current parameter index as an argument to executeInsert() |
| 1.157 | modified | starksm | server/src/main/org/jboss/ejb/Container.java | Used privileged actions for all context class loader gets/sets. |
| 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 |