|
| 1.7 | modified | starksm | testsuite/src/main/org/jboss/test/testbeancluster/test/BeanUnitTestCase.java | Add a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560. |
| 1.4 | modified | starksm | testsuite/src/main/org/jboss/test/testbeancluster/bean/StatefulSessionBean.java | Add a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560. |
| 1.10 | modified | starksm | testsuite/src/resources/testbeancluster/META-INF/ejb-jar.xml | Add a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560. |
| 1.10 | modified | starksm | testsuite/src/resources/testbeancluster/META-INF/jboss.xml | Add a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560. |
| 1.11 | modified | starksm | server/src/main/org/jboss/ejb/plugins/LRUStatefulContextCachePolicy.java | Update the expired passivated session removal to only obtain the cache lock when determining the passivated session ids. The actual removal of the expired sessions from the pm is done without the cache lock. Resolves [JBAS-1560] Clustered stateful session bean removal of expired passivated instances causes deadlock. |
| 1.28 | modified | starksm | server/src/main/org/jboss/ejb/plugins/StatefulSessionInstanceCache.java | Change the passivated session map to a ConcurrentReaderHashMap and update the passivated session removal logging to include the passivation time. |
| 1.6 | modified | starksm | cluster/src/main/org/jboss/ejb/plugins/StatefulHASessionInstanceCache.java | Include the session id in the activation failure log message |
| 1.1 | added | kabkhan | ejb3/src/test/org/jboss/ejb3/test/entityexception/unit/EntityExceptionTestCase.java | EntityManager.find() throws ObjectNotFoundException |
| 1.1 | added | kabkhan | ejb3/src/test/org/jboss/ejb3/test/entityexception/ExceptionTest.java | EntityManager.find() throws ObjectNotFoundException |
| 1.1 | added | kabkhan | ejb3/src/test/org/jboss/ejb3/test/entityexception/ExceptionTestBean.java | EntityManager.find() throws ObjectNotFoundException |
| 1.1 | added | kabkhan | ejb3/src/test/org/jboss/ejb3/test/entityexception/Person.java | EntityManager.find() throws ObjectNotFoundException |
| 1.6 | modified | kabkhan | ejb3/src/main/org/jboss/ejb3/entity/EntityManagerImpl.java | EntityManager.find() throws ObjectNotFoundException |
| 1.34 | modified | kabkhan | ejb3/build-test.xml | EntityManager.find() throws ObjectNotFoundException |
| 1.46 | modified | bwang00 | cache/src/main/org/jboss/cache/aop/TreeCacheAop.java | Make sure cache interceptor is qualified with fqn as well. |
| 1.7 | modified | osdchicago | thirdparty/juddi-juddi/lib/juddi.jar | Latest Apache jUDDI jar. |
| 1.17 | modified | bwang00 | tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.java | JBAS-1565 NPE when granulairty is ATTRIBUTE |
| 1.45 | modified | bwang00 | cache/src/main/org/jboss/cache/aop/TreeCacheAop.java | Put a dummy node in aop to lock the parent node. |
| 1.3 | modified | starksm | console/src/main/org/jboss/console/plugins/monitor/ManageSnapshotServlet.java | Fix the deprecated jfreechart usage. Resolves [JBAS-1101] NullPointerException at org.jfree.data.DefaultTableXYDataset. |
| 1.34 | modified | telrod | remoting/build.xml | JBREM-70 - removing unused library paths from build. |
| 1.8 | modified | kabkhan | ejb3/src/test/org/jboss/ejb3/test/initial/unit/RemoteUnitTestCase.java | Support for @EJBs and @Homes |
| 1.1 | added | kabkhan | ejb3/src/test/org/jboss/ejb3/test/initial/ClassInjected.java | Support for @EJBs and @Homes |
| 1.1 | added | kabkhan | ejb3/src/test/org/jboss/ejb3/test/initial/ClassInjectedBean.java | Support for @EJBs and @Homes |
| 1.5 | modified | kabkhan | ejb3/src/test/org/jboss/ejb3/test/initial/InterceptedSLTestBean.java | Support for @EJBs and @Homes |
| 1.5 | modified | kabkhan | ejb3/src/main/org/jboss/ejb3/injection/EJBHandler.java | Support for @EJBs and @Homes |
| 1.2 | modified | kabkhan | ejb3/src/main/org/jboss/ejb3/injection/HomeHandler.java | Support for @EJBs and @Homes |
| 1.33 | modified | kabkhan | ejb3/build-test.xml | Support for @EJBs and @Homes |
| 1.2 | modified | osdchicago | webservice/test/java/org/jboss/test/ws/tools/fixture/JBossSourceComparator.java | validateImports fix!! |
| 1.2 | modified | osdchicago | webservice/test/java/org/jboss/test/ws/tools/sourcecomp/JBossSourceCompTestCase.java | New method that checks two identical interfaces but methods in different order. |
| 1.17 | modified | recampbell | jbossas/jbossbuild.xml | added log4j-boot.jar |
| 1.1 | added | osdchicago | webservice/test/resources/tools/sourcecomp/diffmethodorder/PrimitiveTypes.java | Interface class that has its methods in a different order than the actual interface that we are going to check against. |
| 1.231 | modified | belaban | cache/src/main/org/jboss/cache/TreeCache.java | startService() now throw an exception if it cannot create the JGroups stack |
| 1.2 | modified | tdiesler | webservice/test/resources/tools/IncludedSchema20.wsdl | Layout wsdl. A test should not depend on a specific formating style. We have assertEquals(Element, Element) |
| 1.13 | modified | tdiesler | tools/etc/buildmagic/modules.xml | enable jboss-ws4ee-client.jar by default |
| 1.12 | modified | tdiesler | tools/etc/buildmagic/modules.xml | sort modules |
| 1.2 | modified | belaban | cache/src/main/org/jboss/cache/loader/RmiDelegatingCacheLoader.java | patch by Daniel Gredler |
| 1.4 | modified | belaban | cache/src/main/org/jboss/cache/loader/RpcDelegatingCacheLoader.java | patch by Daniel Gredler |
| 1.20 | modified | belaban | cache/docs/html/TreeCache.html | updated docu |
| 1.12 | modified | belaban | cache/docs/html/html.css | updated docu |
| 1.9 | modified | belaban | cache/docs/html/resources/LocalCacheLoader.gif | updated docu |
| 1.9 | modified | belaban | cache/docs/html/resources/OnlyOneCacheLoader.gif | updated docu |
| 1.9 | modified | belaban | cache/docs/html/resources/SharedCacheLoader.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/1.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/10.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/11.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/12.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/13.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/14.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/15.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/2.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/3.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/4.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/5.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/6.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/7.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/8.gif | updated docu |
| 1.8 | modified | belaban | cache/docs/html/callouts/9.gif | updated docu |
| 1.3 | modified | belaban | cache/docs/TreeCache/en/master.xml | updated docu |
| 1.44 | modified | bwang00 | cache/src/main/org/jboss/cache/aop/TreeCacheAop.java | Use batch tm to obtain aop automicity |
| 1.3 | modified | osdchicago | thirdparty/apache-scout/lib/scout.jar | Apache Scout: Jaxr Implementation. |
| 1.1 | added | telrod | jmx-remoting/src/main/test/compliance/core/serviceurl/JMXServiceULRTest.java | JBREM-69 - Adding JMXServiceURL impl and test. |
| 1.1 | added | telrod | jmx-remoting/src/main/javax/management/remote/JMXServiceURL.java | JBREM-69 - Adding JMXServiceURL impl and test. |