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

BUILD COMPLETE -  build.17
Date of build: 11/23/2004 12:40:17
Time to build: 48 minutes 11 seconds
Last changed: 11/23/2004 11:13:16
Last log entry: fixes and tests

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

 Modifications since last build:  (70)
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/InheritanceSession.javafixes and tests
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/InheritanceSessionBean.javafixes and tests
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/Manager.javafixes and tests
1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/Branch.javafixes and tests
1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/Contact.javafixes and tests
1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/Employee.javafixes and tests
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/FootballTeam.javafixes and tests
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/unit/InheritanceUnitTestCase.javafixes and tests
1.2modifiedorbdocbook-support/styles/en/fopdf.xsldocbook update
1.4modifiedorbdocbook-support/support.xmldocbook update
1.17modifiedanddserver/src/main/org/jboss/Shutdown.javadepend on org.jboss.system.server.ServerImplMbean instead of ServerImplsolved #1071661
1.17modifiedpatriot1burkeejb3/build-test.xmlfixes and tests
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/LineItem.javafixes and tests
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/Order.javafixes and tests
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/SessionBean.javafixes and tests
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/SessionRemote.javafixes and tests
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/unit/DeleteUnitTestCase.javafixes and tests
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/Branch.javafixes and tests
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/Contact.javafixes and tests
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/Employee.javafixes and tests
1.6modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/BaseSessionContext.javafixes and tests
1.5modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/tx/TxUtil.javafixes and tests
1.13modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/MessageDrivenContainer.javafixes and tests
1.13modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/entity/EntityToHibernateXml.javafixes and tests
1.10modifiedstarksmjms/build.xmlRemove the invalid javac.target=1.2 override
1.6modifiedstarksmejb3x/build.xmlRemove the invalid javac.target override
1.59modifiedstarksmaop/build.xmlRemove the invalid javac.target=1.2 override
1.24modifiedstarksmtransaction/build.xmlRemove the local library defs and use libraries.ent
1.25modifiedejortaspects/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.23modifiedejorttransaction/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.36modifiedejortiiop/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.31modifiedejortmanagement/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.17modifiedejortcommon/.classpathFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.11modifiedejortconnector/.classpathFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.73modifiedejortconnector/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.21modifiedejorttomcat/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.48modifiedejortcache/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.58modifiedejortcluster/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.26modifiedejortconsole/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.180modifiedejortserver/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.55modifiedejortsecurity/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.42modifiedejortj2ee/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.20modifiedejortvaria/.classpathFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.98modifiedejortvaria/build.xmlFix the eclipse buildAnd use the javac settings from the default propertiesratherspecifying this per project
1.27modifiedstarksmnaming/build.xmlRemove the invalid javac.target=1.2 override
1.18modifiedkabkhanaop/RELEASE_NOTES.txtUpdated release notes
1.43modifiedstarksmserver/src/main/org/jboss/ejb/plugins/AbstractInstanceCache.javaUpdate the tryToPassivate method logic to try a non-blocking synchronization of the instance lock if it is a BeanLockExt since removal from the cache is going to have to acquire the cache lock, and this may already be held since this method is called by passivation policies without the cache lock. This can lead to a deadlock as in the case of a size based eviction during a cache get attempting to lock the bean that has been locked by an age based background thread. All jboss lock implementations support the BeanLockExt interface by virtue of extending the BeanLockSupport class. Fixes [ 987389 ] Deadlock in AbstractInstanceCache.tryToPassivate().
1.29modifiedstarksmserver/src/main/org/jboss/ejb/plugins/lock/BeanLockSupport.javaUpdate this support class to implement the BeanLockExt interface which allows for non-blocking lock synchronization tries.
1.1addedstarksmserver/src/main/org/jboss/ejb/BeanLockExt.javaAn extension of the BeanLock interface that adds support for non-blocking acquisition of a lock.
1.13modifiedpatriot1burkeaop/docs/reference/reference/en/modules/running.xmlupdate JBoss 3.2 docs on AOP
1.4modifiedpatriot1burkeejb3/RELEASE_NOTES.txtrelease notes update
1.2modifiedpatriot1burkeaspects/LIBRARY_RELEASE_NOTES.txtrelease notes update
1.17modifiedpatriot1burkeaop/RELEASE_NOTES.txtrelease notes update
1.3modifiedpatriot1burkeejb3/RELEASE_NOTES.txtFixed reentrant bug
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/ReentrantRemote.javaFixed reentrant bug
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/ReentrantStateless.javaFixed reentrant bug
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/unit/ReentrantUnitTestCase.javaFixed reentrant bug
1.6modifiedpatriot1burkeejb3/src/resources/ejb3-interceptors-aop.xmlFixed reentrant bug
1.2modifiedpatriot1burkeejb3/docs/tutorial/relationships/src/org/jboss/tutorial/relationships/bean/Customer.javaFixed reentrant bug
1.3modifiedejortdocbook-support/support.xmlBasic Kernel Reference and Roadmap docsKernel Javadoc fixes and changes to general javadoc buildincluding compatibility with java5
1.24modifiedejorttools/etc/buildmagic/buildmagic.entBasic Kernel Reference and Roadmap docsKernel Javadoc fixes and changes to general javadoc buildincluding compatibility with java5
1.5modifiedejorttools/etc/buildmagic/task.propertiesBasic Kernel Reference and Roadmap docsKernel Javadoc fixes and changes to general javadoc buildincluding compatibility with java5
1.1addedtdieslerwebservice/docs/project/.cvsignoredocbook
1.1addedtdieslerwebservice/docs/project/build.xmldocbook
1.1addedtdieslerwebservice/docs/project/en/master.xmldocbook
1.1addedtdieslerwebservice/docs/project/en/modules/goals.xmldocbook
1.1addedtdieslerwebservice/docs/project/en/modules/non-goals.xmldocbook
1.4modifiedstarksmcommon/src/main/org/jboss/net/protocol/http/DavURLLister.javaUpdate for changes to the slide webdav 2.0 client lib update. Fixes [ 1065269 ] Netboot in 4.0 fails due to missing class.
1.2deletedstarksmthirdparty/apache-slide/client/lib/commons-httpclient.jarUpdate to slide webdav 2.0 client to be consistent with the 2.0 commons-httpclient
1.2modifiedstarksmthirdparty/apache-slide/client/lib/webdavlib.jarUpdate to slide webdav 2.0 client to be consistent with the 2.0 commons-httpclient

Reply via email to