View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041123204116Lbuild.22

BUILD COMPLETE -  build.22
Date of build: 11/23/2004 20:41:16
Time to build: 38 minutes 47 seconds
Last changed: 11/23/2004 15:17:20
Last log entry: Bug Fix [1072508]]: Port client id fix from 3.2

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

 Modifications since last build:  (27)
1.1.4.1modifiedejorttestsuite/src/main/org/jboss/test/jbossmq/test/DuplicateClientIDUnitTestCase.javaBug Fix [1072508]]: Port client id fix from 3.2
1.9.6.1modifiedejortmessaging/src/main/org/jboss/mq/sm/AbstractStateManager.javaBug Fix [1072508]]: Port client id fix from 3.2
1.17.4.1modifiedstarksmsystem/src/main/org/jboss/deployment/XSLSubDeployer.javaAdd the missing lgpl header
1.16.4.1modifiedanddserver/src/main/org/jboss/Shutdown.javadepend on org.jboss.system.server.ServerImplMbean instead of ServerImpl
1.1.1.1.4.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/META-INF/jaxrpc-mapping.xmlFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.2.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/META-INF/wsdl/MarshallRpcLitService.wsdlFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.2.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/META-INF/wsdl/MarshallRpcEncService.wsdlFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.1.1.4.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/META-INF/jaxrpc-mapping.xmlFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.2.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/wsdl/MarshallDocLitService.wsdlFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.1.1.4.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/jaxrpc-mapping.xmlFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.1.1.4.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/ws4ee-deployment.xmlFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/AbstractRpcTestBase.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/MarshallDocBeanImpl.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.1.1.4.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/MarshallDocLiteralTestCase.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/MarshallDocServiceInterface.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/MarshallRpcBeanImpl.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/MarshallRpcServiceInterface.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.1.1.4.2modifiedtdieslerjaxrpc/src/main/org/apache/axis/encoding/DefaultTypeMappingImpl.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.1.1.4.1modifiedtdieslerjaxrpc/src/main/org/apache/axis/encoding/ser/CalendarDeserializer.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.1.1.4.1modifiedtdieslerjaxrpc/src/main/org/apache/axis/encoding/ser/CalendarSerializer.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.1.1.4.1modifiedtdieslerjaxrpc/src/main/org/apache/axis/encoding/ser/DateDeserializer.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.1.1.1.4.1modifiedtdieslerjaxrpc/src/main/org/apache/axis/encoding/ser/DateSerializer.javaFix: [ 1050226 ] missing time zone in xs:date representationThanks, Jason T. Greene [EMAIL PROTECTED]
1.42.2.1modifiedstarksmserver/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.28.6.1modifiedstarksmserver/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.4.2.4modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/PortProxy.javaRemove unused method addAttachment()
1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentSAAJTestCase.javaComment out dump of multipart message
1.355.2.15modifiedtdieslerbuild/build.xmlAdd activation.jar and mail.jar to ${jboss.home}/client.Needed by jaxrpc attachement handling.

Reply via email to