View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050311020206Lbuild.88

BUILD COMPLETE -  build.88
Date of build: 03/11/2005 02:02:06
Time to build: 26 minutes 30 seconds
Last changed: 03/10/2005 22:17:55
Last log entry: Add a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560.

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (61)
1.7modifiedstarksmtestsuite/src/main/org/jboss/test/testbeancluster/test/BeanUnitTestCase.javaAdd a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560.
1.4modifiedstarksmtestsuite/src/main/org/jboss/test/testbeancluster/bean/StatefulSessionBean.javaAdd a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560.
1.10modifiedstarksmtestsuite/src/resources/testbeancluster/META-INF/ejb-jar.xmlAdd a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560.
1.10modifiedstarksmtestsuite/src/resources/testbeancluster/META-INF/jboss.xmlAdd a container configuration with a rapid passivation and exipration setting to test deadlock issues seen in JBAS-1560.
1.11modifiedstarksmserver/src/main/org/jboss/ejb/plugins/LRUStatefulContextCachePolicy.javaUpdate 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.28modifiedstarksmserver/src/main/org/jboss/ejb/plugins/StatefulSessionInstanceCache.javaChange the passivated session map to a ConcurrentReaderHashMap and update the passivated session removal logging to include the passivation time.
1.6modifiedstarksmcluster/src/main/org/jboss/ejb/plugins/StatefulHASessionInstanceCache.javaInclude the session id in the activation failure log message
1.1addedkabkhanejb3/src/test/org/jboss/ejb3/test/entityexception/unit/EntityExceptionTestCase.javaEntityManager.find() throws ObjectNotFoundException
1.1addedkabkhanejb3/src/test/org/jboss/ejb3/test/entityexception/ExceptionTest.javaEntityManager.find() throws ObjectNotFoundException
1.1addedkabkhanejb3/src/test/org/jboss/ejb3/test/entityexception/ExceptionTestBean.javaEntityManager.find() throws ObjectNotFoundException
1.1addedkabkhanejb3/src/test/org/jboss/ejb3/test/entityexception/Person.javaEntityManager.find() throws ObjectNotFoundException
1.6modifiedkabkhanejb3/src/main/org/jboss/ejb3/entity/EntityManagerImpl.javaEntityManager.find() throws ObjectNotFoundException
1.34modifiedkabkhanejb3/build-test.xmlEntityManager.find() throws ObjectNotFoundException
1.46modifiedbwang00cache/src/main/org/jboss/cache/aop/TreeCacheAop.javaMake sure cache interceptor is qualified with fqn as well.
1.7modifiedosdchicagothirdparty/juddi-juddi/lib/juddi.jarLatest Apache jUDDI jar.
1.17modifiedbwang00tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.javaJBAS-1565 NPE when granulairty is ATTRIBUTE
1.45modifiedbwang00cache/src/main/org/jboss/cache/aop/TreeCacheAop.javaPut a dummy node in aop to lock the parent node.
1.3modifiedstarksmconsole/src/main/org/jboss/console/plugins/monitor/ManageSnapshotServlet.javaFix the deprecated jfreechart usage. Resolves [JBAS-1101] NullPointerException at org.jfree.data.DefaultTableXYDataset.
1.34modifiedtelrodremoting/build.xmlJBREM-70 - removing unused library paths from build.
1.8modifiedkabkhanejb3/src/test/org/jboss/ejb3/test/initial/unit/RemoteUnitTestCase.javaSupport for @EJBs and @Homes
1.1addedkabkhanejb3/src/test/org/jboss/ejb3/test/initial/ClassInjected.javaSupport for @EJBs and @Homes
1.1addedkabkhanejb3/src/test/org/jboss/ejb3/test/initial/ClassInjectedBean.javaSupport for @EJBs and @Homes
1.5modifiedkabkhanejb3/src/test/org/jboss/ejb3/test/initial/InterceptedSLTestBean.javaSupport for @EJBs and @Homes
1.5modifiedkabkhanejb3/src/main/org/jboss/ejb3/injection/EJBHandler.javaSupport for @EJBs and @Homes
1.2modifiedkabkhanejb3/src/main/org/jboss/ejb3/injection/HomeHandler.javaSupport for @EJBs and @Homes
1.33modifiedkabkhanejb3/build-test.xmlSupport for @EJBs and @Homes
1.2modifiedosdchicagowebservice/test/java/org/jboss/test/ws/tools/fixture/JBossSourceComparator.javavalidateImports fix!!
1.2modifiedosdchicagowebservice/test/java/org/jboss/test/ws/tools/sourcecomp/JBossSourceCompTestCase.javaNew method that checks two identical interfaces but methods in different order.
1.17modifiedrecampbelljbossas/jbossbuild.xmladded log4j-boot.jar
1.1addedosdchicagowebservice/test/resources/tools/sourcecomp/diffmethodorder/PrimitiveTypes.javaInterface class that has its methods in a different order than the actual interface that we are going to check against.
1.231modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javastartService() now throw an exception if it cannot create the JGroups stack
1.2modifiedtdieslerwebservice/test/resources/tools/IncludedSchema20.wsdlLayout wsdl. A test should not depend on a specific formating style. We have assertEquals(Element, Element)
1.13modifiedtdieslertools/etc/buildmagic/modules.xmlenable jboss-ws4ee-client.jar by default
1.12modifiedtdieslertools/etc/buildmagic/modules.xmlsort modules
1.2modifiedbelabancache/src/main/org/jboss/cache/loader/RmiDelegatingCacheLoader.javapatch by Daniel Gredler
1.4modifiedbelabancache/src/main/org/jboss/cache/loader/RpcDelegatingCacheLoader.javapatch by Daniel Gredler
1.20modifiedbelabancache/docs/html/TreeCache.htmlupdated docu
1.12modifiedbelabancache/docs/html/html.cssupdated docu
1.9modifiedbelabancache/docs/html/resources/LocalCacheLoader.gifupdated docu
1.9modifiedbelabancache/docs/html/resources/OnlyOneCacheLoader.gifupdated docu
1.9modifiedbelabancache/docs/html/resources/SharedCacheLoader.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/1.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/10.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/11.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/12.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/13.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/14.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/15.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/2.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/3.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/4.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/5.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/6.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/7.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/8.gifupdated docu
1.8modifiedbelabancache/docs/html/callouts/9.gifupdated docu
1.3modifiedbelabancache/docs/TreeCache/en/master.xmlupdated docu
1.44modifiedbwang00cache/src/main/org/jboss/cache/aop/TreeCacheAop.javaUse batch tm to obtain aop automicity
1.3modifiedosdchicagothirdparty/apache-scout/lib/scout.jarApache Scout: Jaxr Implementation.
1.1addedtelrodjmx-remoting/src/main/test/compliance/core/serviceurl/JMXServiceULRTest.javaJBREM-69 - Adding JMXServiceURL impl and test.
1.1addedtelrodjmx-remoting/src/main/javax/management/remote/JMXServiceURL.javaJBREM-69 - Adding JMXServiceURL impl and test.

Reply via email to