|
| 61286 | modified | jhalliday | //branches/Branch_4_2/build/build-thirdparty.xml | Moved JBossTS use in AS 4.2 to a snapshot release, to get the new 'multiple last resource' functionality. |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/EJBContainer.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/service/ServiceContainer.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | unknown | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/lang/ref/WeakThreadLocal.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/StrictMaxPool.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/Pool.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/stateful/StatefulClusterProxyFactory.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/ThreadlocalPool.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/stateless/StatelessContainer.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoteProxyFactory.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/strictpool/BogusPool.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/SessionContainer.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/MCKernelAbstraction.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | added | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/lang/ref | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/AbstractPool.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61280 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/mdb/ConsumerContainer.java | EJBTHREE-840: backport of start/stop and destroy pool |
| 61279 | added | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/lang | |
| 61272 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/clstore/ClassLoaderStore.java | Use the new LeakAnalyzer |
| 61271 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/clstore/ReferenceReportNode.java | Support for condensed format classloader leak reports |
| 61271 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/clstore/LeakAnalyzer.java | Support for condensed format classloader leak reports |
| 61269 | modified | thomas.diesler@jboss.com | //branches/Branch_4_2/server/src/main/org/jboss/metadata/serviceref/ServiceRefDelegate.java | Use untyped Object instead of AnnotatedElement for jdk14 compatibility |
| 61258 | modified | bstansberry@jboss.com | //branches/Branch_4_2/server/src/main/org/jboss/proxy/ejb/ProxyFactory.java | [JBAS-4191] Remove ref chain to app classloader in destroy() |
| 61257 | modified | bstansberry@jboss.com | //branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/StatefulSessionInstanceInterceptor.java | In afterCompletion, cut reference links from Synchronization to interceptor, as TM may hold ref to Synchronization for a while. Avoids spurious failures in classloader leak tests. |
| 61255 | modified | bstansberry@jboss.com | //branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.java | Add TODOs |
| 61254 | modified | bstansberry@jboss.com | //branches/Branch_4_2/server/src/main/org/jboss/ejb/Container.java | Destroyed Container doesn't hold ref to application classes via InvocationStatistics |
| 61253 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/ejb/META-INF/ejb-jar.xml | Use CMT |
| 61250 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/build.xml | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/war/ejb2 | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/war/ejb3 | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/war/ejb2/WEB-INF/web.xml | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/ejb/interfaces/StatelessSession.java | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/war/ejb3/WEB-INF/web.xml | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/ejb3 | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/test/ClassloaderLeakUnitTestCase.java | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/web/Ejb3Servlet.java | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/ejb/bean/StatelessSessionBean.java | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/ejb/interfaces/StatelessSessionHome.java | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/.classpath | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/ear/META-INF/application-ejb3.xml | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/ejb3/META-INF/MANIFEST.MF | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/web/SimpleServlet.java | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/ear/META-INF/application-dual.xml | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | deleted | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/ear/META-INF/application-nolink.xml | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/web/ClassloaderLeakContextListener.java | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/leak/ejb3/Ejb3StatefulSession.java | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/imports/sections/classloader.xml | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/war/ejb2/ejb.jsp | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |
| 61249 | added | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/war/ejb3/ejb.jsp | [JBAS-4190] Add EJB2 SFSB and EJB3 Session bean testing to ClassloaderLeakUnitTestCase |