|
| 1.1.2.5 | modified | andd | build/VersionRelease.java | remove redundant newlines |
| 1.1.2.8 | modified | loubyansky | testsuite/src/resources/cmp2/optimisticlock/META-INF/jbosscmp-jdbc.xml | use per relationship read-ahead configuration (as the test requires on-load) to avoid the dependency on the default read-ahead config |
| 1.1.4.1 | modified | starksm | testsuite/src/main/org/jboss/test/security/interceptors/ClientEncryptionInterceptor.java | Handle the case of the cipher algorithm not supporting a iv and retry without it. |
| 1.1.4.1 | modified | starksm | testsuite/src/main/org/jboss/test/security/interceptors/ServerEncryptionInterceptor.java | Handle the case of the cipher algorithm not supporting a iv and retry without it. |
| 1.1.2.3 | modified | starksm | testsuite/src/main/org/jboss/test/jbossmq/test/HTTPConnectionUnitTestCase.java | Update the login info used for the secured access. |
| 1.1.2.16 | modified | starksm | testsuite/imports/test-jars.xml | _jars-client depends on _jars-cts for the cts.jar |
| 1.10.2.3 | modified | starksm | testsuite/ant16x-build.xml | Pull out the classes needing rmi stubs generated into an rmic.includes patternset. |
| 1.12.4.15 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManagerService.java | Authenticate the principal using isValid prior to querying the roles in case the security manager requires an authenticated caller to be associated with the thread. |
| 1.1.4.2 | modified | starksm | security/src/main/org/jboss/security/plugins/SecurityManagerMBean.java | Add a credential argument to the doesUserHaveRole and getUserRoles methods as the underlying security manager require a preceeding isValid call. |
| 1.14.2.11 | modified | starksm | testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java | Add a testSecurityDomain to validate that the test security domain has the expected users and roles |
| 1.7.4.6 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManagerServiceMBean.java | Update the javadoc tags |
| 1.13.4.39 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge/JDBCCMP2xFieldBridge.java | fixed [ 1006723 ] Optimistic CMP/CMR with version-column + on-load |
| 1.1.2.5 | modified | loubyansky | testsuite/src/resources/cmp2/optimisticlock/META-INF/jboss.xml | testcase for bug 1006723 |
| 1.1.2.7 | modified | loubyansky | testsuite/src/resources/cmp2/optimisticlock/META-INF/jbosscmp-jdbc.xml | testcase for bug 1006723 |
| 1.1.2.6 | modified | loubyansky | testsuite/src/resources/cmp2/optimisticlock/META-INF/ejb-jar.xml | testcase for bug 1006723 |
| 1.1.2.8 | modified | loubyansky | testsuite/src/main/org/jboss/test/cmp2/optimisticlock/test/OptimisticLockUnitTestCase.java | testcase for bug 1006723 |
| 1.3.4.2 | modified | starksm | testsuite/src/stylesheets/junit-frames.xsl | Update the redirect extension to the current xalan 2 settings |
| 1.3.4.1 | modified | starksm | testsuite/src/stylesheets/junit-frames.xsl | Use the simpler pre.../pre elements to display errors and failures rather than trying to replace line returns with br elements. This can blow outthe stack. |
| 1.2.4.5 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jjt | fixed [ 1038696 ] EJBQLToSQL92 parsing does not support String comprisons |