View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041201154224Lbuild.514

BUILD COMPLETE -  build.514
Date of build: 12/01/2004 15:42:24
Time to build: 37 minutes 2 seconds
Last changed: 12/01/2004 15:07:04
Last log entry: Fixes and examples for JBossMicrocontainer M1 release

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

 Modifications since last build:  (53)
1.27modifiedejorttools/etc/buildmagic/buildmagic.entFixes and examples for JBossMicrocontainer M1 release
1.3modifiedejortcommon/src/main/org/jboss/xml/binding/parser/sax/SaxJBossXBParser.javaFixes and examples for JBossMicrocontainer M1 release
1.8modifiedejortcommon/src/main/org/jboss/xml/binding/MappingObjectModelFactory.javaFixes and examples for JBossMicrocontainer M1 release
1.18modifiedejortcommon/src/main/org/jboss/xml/binding/Unmarshaller.javaFixes and examples for JBossMicrocontainer M1 release
1.2modifiedejortcommon/src/main/org/jboss/xml/binding/TypeBinding.javaFixes and examples for JBossMicrocontainer M1 release
1.4modifiedejortcommon/src/main/org/jboss/xml/binding/parser/xni/XniJBossXBParser.javaFixes and examples for JBossMicrocontainer M1 release
1.18modifiedejortcommon/.classpathFixes and examples for JBossMicrocontainer M1 release
1.20modifiedpatriot1burkeejb3/build-test.xmlrefactor package structure and classnames
1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/SimpleStatefulBean.javarefactor package structure and classnames
1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/StatefulBean.javarefactor package structure and classnames
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/Tester.javarefactor package structure and classnames
1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/initial/InterceptedSFTestBean.javarefactor package structure and classnames
1.6modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/initial/unit/RemoteUnitTestCase.javarefactor package structure and classnames
1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/PersistenceManager.javarefactor package structure and classnames
1.3deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/SimpleCacheConfig.javarefactor package structure and classnames
1.9deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/SimpleStatefulCache.javarefactor package structure and classnames
1.7deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulCache.javarefactor package structure and classnames
1.14modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.javarefactor package structure and classnames
1.6deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulSessionFilePersistenceManager.javarefactor package structure and classnames
1.5deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulSessionPersistenceManager.javarefactor package structure and classnames
1.9modifiedpatriot1burkeejb3/src/resources/ejb3-interceptors-aop.xmlrefactor package structure and classnames
1.2modifiedpatriot1burkeejb3/src/resources/test/cache/testejb3-cache-service.xmlrefactor package structure and classnames
1.2modifiedpatriot1burkeejb3/src/resources/test/cache/testejb3-statefulcache-service.xmlrefactor package structure and classnames
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/Cache.javarefactor package structure and classnames
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/ClusteredStatefulCache.javarefactor package structure and classnames
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/Optimized.javarefactor package structure and classnames
1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/PassivationCacheLoader.javarefactor package structure and classnames
1.3deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/PassivationEvictionPolicy.javarefactor package structure and classnames
1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/PassivationTreeCache.javarefactor package structure and classnames
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulCache.javarefactor package structure and classnames
1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulCacheLoader.javarefactor package structure and classnames
1.3deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulEvictionPolicy.javarefactor package structure and classnames
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulReplicationInterceptor.javarefactor package structure and classnames
1.3deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulTreeCache.javarefactor package structure and classnames
1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/TreeCacheConfig.javarefactor package structure and classnames
1.2deletedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/Cache.javarefactor package structure and classnames
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/SimpleStatefulRemote.javaSupport and test longRunning Stateful methods that are marked for passivation
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/StatefulBean.javaSupport and test longRunning Stateful methods that are marked for passivation
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/StatefulLocal.javaSupport and test longRunning Stateful methods that are marked for passivation
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/StatefulRemote.javaSupport and test longRunning Stateful methods that are marked for passivation
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/SimpleStatefulBean.javaSupport and test longRunning Stateful methods that are marked for passivation
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/SimpleStatefulLocal.javaSupport and test longRunning Stateful methods that are marked for passivation
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/cache/unit/StatefulUnitTestCase.javaSupport and test longRunning Stateful methods that are marked for passivation
1.2modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/SimpleCacheConfig.javaSupport and test longRunning Stateful methods that are marked for passivation
1.8modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/SimpleStatefulCache.javaSupport and test longRunning Stateful methods that are marked for passivation
1.6modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulCache.javaSupport and test longRunning Stateful methods that are marked for passivation
1.4modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulManager.javaSupport and test longRunning Stateful methods that are marked for passivation
1.3modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulManagerMBean.javaSupport and test longRunning Stateful methods that are marked for passivation
1.2modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/PassivationEvictionPolicy.javaSupport and test longRunning Stateful methods that are marked for passivation
1.2modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulEvictionPolicy.javaSupport and test longRunning Stateful methods that are marked for passivation
1.2modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/cache/StatefulTreeCache.javaSupport and test longRunning Stateful methods that are marked for passivation
1.54modifiedbelabancache/src/main/org/jboss/cache/Node.javaadded hasChildren()
1.191modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaadded methods getNumNodes()/getNumAttrs()

Reply via email to