|
| 1.24.4.1 | 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.15.4.2 | 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.15.4.3 | 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.7.6.1 | 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.34.6.1 | 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.5.6.2 | modified | starksm | testsuite/src/resources/exception/META-INF/ejb-jar.xml | Add an ejb configuration which throws an exception from the ejbCreate method |
| 1.5.6.2 | modified | starksm | testsuite/src/resources/exception/META-INF/jboss.xml | Add an ejb configuration which throws an exception from the ejbCreate method |
| 1.4.6.2 | modified | starksm | testsuite/src/main/org/jboss/test/exception/ExceptionTester.java | Add a method which throws a GeneralSecurityException which is declared as an application exception |
| 1.6.6.2 | modified | starksm | testsuite/src/main/org/jboss/test/exception/ExceptionTesterBean.java | Add a method which throws a GeneralSecurityException which is declared as an application exception |
| 1.7.6.2 | modified | starksm | testsuite/src/main/org/jboss/test/exception/ExceptionUnitTestCase.java | Add a stateless session CreateException testcase |
| 1.23.6.1 | 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. |