View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050217124043Lbuild.74

BUILD COMPLETE -  build.74
Date of build: 02/17/2005 12:40:43
Time to build: 94 minutes 7 seconds
Last changed: 02/16/2005 19:39:07
Last log entry: [JBAS-1479] Use JNDI for SFSB handleAllow a system property to be used for backwards compatiblity of handle state:org.jboss.ejb.sfsb.handle.V327This will allow handles created from the new code to be used with older clients.

 Unit Tests: (1936)  Total Errors and Failures: (27)
testNoClassDefFoundErrororg.jboss.test.classloader.test.BasicLoaderUnitTestCase
testSessionHandleNoDefaultJNDIorg.jboss.test.cts.test.StatefulSessionUnitTestCase
testBMTSessionHandleNoDefaultJNDIorg.jboss.test.cts.test.StatefulSessionUnitTestCase
unknownorg.jboss.test.jbossmq.test.LargeMessageUnitTestCase
unknownorg.jboss.test.jbossmq.test.OILConnectionUnitTestCase
testQueueMessageOrderorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testRequestReplyQueueorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTemporaryQueueDeleteorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTemporaryTopicDeleteorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testInvalidDestinationQueueSendorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testInvalidDestinationQueueBrowseorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testInvalidDestinationTopicPublishorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testErrorsTopicSubscribeorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testCreateQueueorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testMessageListenerorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testApplicationServerStufforg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTopicsorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTopicNoLocalorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTopicNoLocalBounceorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTopicSelectorChangeorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTopicSelectorNullOrEmptyorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testSendReceiveOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testSendReceiveExpiredorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testSendListenOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testSessionHandleNoDefaultJNDIorg.jboss.test.securitymgr.test.StatefulSessionUnitTestCase
testBMTSessionHandleNoDefaultJNDIorg.jboss.test.securitymgr.test.StatefulSessionUnitTestCase
testSRPLoginWithAuxChallengeorg.jboss.test.security.test.SRPLoginModuleUnitTestCase
 

 Modifications since last build:  (5)
1.9.2.8modifiedejortserver/src/main/org/jboss/proxy/ejb/handle/StatefulHandleImpl.java[JBAS-1479] Use JNDI for SFSB handleAllow a system property to be used for backwards compatiblity of handle state:org.jboss.ejb.sfsb.handle.V327This will allow handles created from the new code to be used with older clients.
1.5.2.4modifiedejortserver/src/main/org/jboss/proxy/ejb/StatefulSessionInterceptor.java[JBAS-1479] Use JNDI for SFSB handleAllow a system property to be used for backwards compatiblity of handle state:org.jboss.ejb.sfsb.handle.V327This will allow handles created from the new code to be used with older clients.
1.9.2.7modifiedejortserver/src/main/org/jboss/proxy/ejb/handle/StatefulHandleImpl.javaSwitch over the SFSB handle to use the jndi strategy of the other handles.This is backwards compatible in the sense that the new code will work with older handles(as long as the default initial context produces the correct jndi handle to lookup the home).However, older clients won't be able to use the new handle because they tried to use theinvoker which is no longer present in the handle.Using the invoker was incorrect. Depending on the transport, it did not survive serverrestarts (which is the whole point of using a handle rather than an EJBObject).
1.5.2.3modifiedejortserver/src/main/org/jboss/proxy/ejb/StatefulSessionInterceptor.javaSwitch over the SFSB handle to use the jndi strategy of the other handles.This is backwards compatible in the sense that the new code will work with older handles(as long as the default initial context produces the correct jndi handle to lookup the home).However, older clients won't be able to use the new handle because they tried to use theinvoker which is no longer present in the handle.Using the invoker was incorrect. Depending on the transport, it did not survive serverrestarts (which is the whole point of using a handle rather than an EJBObject).
1.5.4.7modifiedejortsecurity/src/main/org/jboss/security/srp/SRPRemoteServer.javaThis exception can no longer occur

Reply via email to