|
| 1.43 | modified | loubyansky | j2ee/build.xml | add org.jboss.j2ee.util.SerialVersion to jboss-j2ee.jar (the class was not in the server's classpath) |
| 1.1 | added | kabkhan | aop/tests-jrockit.bat | batch file for testing running with JRockit |
| 1.6 | modified | starksm | testsuite/src/main/org/jboss/test/exception/ExceptionTester.java | Add a stateless session CreateException testcase |
| 1.8 | modified | starksm | testsuite/src/main/org/jboss/test/exception/ExceptionTesterBean.java | Add a stateless session CreateException testcase |
| 1.9 | modified | starksm | testsuite/src/main/org/jboss/test/exception/ExceptionUnitTestCase.java | Add a stateless session CreateException testcase |
| 1.7 | modified | starksm | testsuite/src/resources/exception/META-INF/ejb-jar.xml | Add an ejb configuration which throws an exception from the ejbCreate method |
| 1.7 | modified | starksm | testsuite/src/resources/exception/META-INF/jboss.xml | Add an ejb configuration which throws an exception from the ejbCreate method |
| 1.17 | modified | starksm | testsuite/src/resources/cts/META-INF/ejb-jar.xml | Add a test of a strictly pooled session that throws an exception from ejbCreate |
| 1.17 | modified | starksm | testsuite/src/resources/cts/META-INF/jboss.xml | Add a test of a strictly pooled session that throws an exception from ejbCreate |
| 1.8 | modified | starksm | testsuite/src/main/org/jboss/test/cts/test/StatelessSessionUnitTestCase.java | Add a test of a strictly pooled session that throws an exception from ejbCreate |
| 1.35 | modified | starksm | server/src/main/org/jboss/ejb/plugins/AbstractInstancePool.java | Cleanup the strict max semaphore handling as exceptions thrown during the instance creation would result in unmatched acquires and eventually lead to pool exhaustion. Resolves (JBAS-1599) EJB Pools Strict Maximum Pool Permits Leak. |
| 1.25 | modified | starksm | server/src/main/org/jboss/ejb/plugins/StatelessSessionInstanceInterceptor.java | Obtain an instance from the session pool during the home invocation even though its not used to ensure a failure in an ejbCreate is correctly propagated back to the caller. Resolves (JBAS-1600) Stateless sesion ejbCreate CreateException are not propagated correctly. |
| 1.1 | added | starksm | testsuite/src/main/org/jboss/test/cts/ejb/StrictlyPooledCreateExceptionBean.java | A session bean that tests the behavior of a session bean with strict pooliing that throws an exception from ejbCreate |
| 1.24 | modified | starksm | server/src/main/org/jboss/ejb/plugins/SingletonStatelessSessionInstancePool.java | Integrate the patch from Oleg Nitz to update this pool impl. Resolves (JBAS-1556) SingletonStatelessSessionInstancePool doesn't work properly now. |