View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20041230172119Lbuild.28

BUILD COMPLETE -  build.28
Date of build: 12/30/2004 17:21:19
Time to build: 87 minutes 13 seconds
Last changed: 12/30/2004 16:04:49
Last log entry: These files are now part of JacORB 2.2.1.

 Unit Tests: (2282)  Total Errors and Failures: (17)
testAspectorg.jboss.test.aop.test.RemotingUnitTestCase
testStateReplicationorg.jboss.test.cluster.test.DistributedStateTestCase
unknownorg.jboss.test.jbossmq.test.LargeMessageUnitTestCase
unknownorg.jboss.test.jbossmq.test.OILConnectionUnitTestCase
testEvictionorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCase
testEvictionReplicationorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCase
testStateTransferorg.jboss.test.cache.test.replicated.AsyncUnitTestCase
testSyncReplorg.jboss.test.cache.test.replicated.AsyncUnitTestCase
testSyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCase
testASyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCase
testPutorg.jboss.test.cache.test.replicated.SyncTxUnitTestCase
testStateReplicationorg.jboss.test.cluster.test.DRMTestCase
testServletSessionFailoverorg.jboss.test.cluster.test.WebSessionTestCase
testPoolingorg.jboss.test.cts.test.MDBUnitTestCase
testPoolingorg.jboss.test.securitymgr.test.MDBUnitTestCase
testStatelessBeanColocationorg.jboss.test.testbeancluster.test.BeanUnitTestCase
testMDBTimerorg.jboss.test.timer.test.BasicTimerUnitTestCase
 

 Modifications since last build:  (27)
1.1.2.2deletedreverbelthirdparty/jacorb-jacorb/idl/SSLPolicy.idlThese files are now part of JacORB 2.2.1.
1.1.2.2deletedreverbelthirdparty/jacorb-jacorb/idl/SSLPolicyFactory.javaThese files are now part of JacORB 2.2.1.
1.1.2.2deletedreverbelthirdparty/jacorb-jacorb/idl/SSLPolicyImpl.javaThese files are now part of JacORB 2.2.1.
1.7.4.2modifiedreverbelthirdparty/jacorb-jacorb/lib/jacorb_g.jarUpdate to JacORB 2.2.1.
1.8.4.1modifiedreverbelthirdparty/jacorb-jacorb/lib/idl.jarUpdate to JacORB 2.2.1.
1.5.4.1modifiedreverbelthirdparty/jacorb-jacorb/lib/idl_g.jarUpdate to JacORB 2.2.1.
1.29.2.2modifiedreverbelthirdparty/jacorb-jacorb/lib/jacorb.jarUpdate to JacORB 2.2.1.
1.24.2.2modifiedreverbelthirdparty/jacorb-jacorb/lib/READMEUpdate to JacORB 2.2.1.
1.11.4.1modifiedreverbelthirdparty/jacorb-jacorb/conf/default/jacorb.propertiesUpdate to JacORB 2.2.1.
1.38.2.3modifiedreverbeliiop/src/main/org/jboss/iiop/CorbaORBService.javaLog configuration changed in JacORB 2.2.
1.11.4.1modifiedreverbeliiop/src/main/org/jboss/iiop/csiv2/CSIv2Util.javaReduce log verbosity.
1.3.6.1modifiedstarksmjmx/src/main/org/jboss/mx/util/SchedulableRunnable.javaChange the nextRun instance variable to a SynchronizedLong and remove the synchronization on the getNextRun() accessor to avoid deadlock when a scheduler is waiting on runnables and a runnable is trying to null out its scheduler due to a monitor being stopped. An example stack trace for this scenario is:Thread "Thread-0"@793 in group "main" status: MONITORwaitOutstanding():186, org.jboss.mx.util.RunnableSchedulerrun():93, org.jboss.mx.util.RunnableSchedulerrun():479, java.lang.ThreadThread "main"@1 in group "main" status: MONITORsetScheduler():126, org.jboss.mx.util.SchedulableRunnablestop():208, javax.management.monitor.StringMonitor...stopMonitorService():399, org.jboss.test.jbossmx.compliance.monitor.BasicTestCasetestStringBothNotification():235, org.jboss.test.jbossmx.compliance.monitor.BasicTestCase
1.46.4.5modifiedreverbelserver/src/main/org/jboss/ejb/plugins/SecurityInterceptor.javaAdded "authentication observer" hook for the CSIv2 code. The hook allowsthe CSIv2 code to send out a ContextError message when an authenticationfails, as required by the CSIv2 protocol.
1.1.6.1modifiedreverbeliiop/src/main/org/jboss/tm/iiop/client/IIOPClientUserTransactionObjectFactory.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.2.4.1modifiedreverbeliiop/src/main/org/jboss/tm/iiop/TxClientInterceptor.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.13.4.1modifiedreverbeliiop/src/main/org/jboss/proxy/ejb/EjbHomeCorbaServant.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.14.4.1modifiedreverbeliiop/src/main/org/jboss/proxy/ejb/EjbObjectCorbaServant.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.8.4.1modifiedreverbeliiop/src/main/org/jboss/iiop/csiv2/CSIv2IORInterceptor.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.6.4.1modifiedreverbeliiop/src/main/org/jboss/iiop/csiv2/CSIv2Policy.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.4.4.1modifiedreverbeliiop/src/main/org/jboss/iiop/csiv2/SASClientIdentityInterceptor.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.3.4.1modifiedreverbeliiop/src/main/org/jboss/iiop/csiv2/SASClientInterceptor.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.3.4.1modifiedreverbeliiop/src/main/org/jboss/iiop/csiv2/SASCurrentImpl.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.3.4.1modifiedreverbeliiop/src/main/org/jboss/iiop/csiv2/SASInitializer.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.2.4.1modifiedreverbeliiop/src/main/org/jboss/iiop/csiv2/SASTargetInterceptor.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.38.2.2modifiedreverbeliiop/src/main/org/jboss/iiop/CorbaORBService.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.19.2.1modifiedreverbeliiop/src/main/org/jboss/iiop/CorbaORBServiceMBean.java - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.
1.17.4.1modifiedreverbeliiop/src/etc/iiop-service.xml - Added new boolean attribute to the CorbaORBService MBean: SSLComponentsEnabled, which turns on/off the addition of SSL components to IORs. Default value is false (IORs without SSL components). - Added new boolean attribute to the CorbaORBService MBean: SendSASAcceptWithExceptionEnabled, which defaults to true and must be set to false for interoperation with IONA's ASP 6.0 clients. - EjbHomeCorbaServant and EJBObjectCorbaServant do not assume that there is an SASCurrent anymore. Now they work properly in the absence of the Security Attribute Service (i.e., with no SAS initializer in the CorbaORBService mbean in iiop-service.xml). - Removed hardcoded occurrences of the default IIOP over SSL port (6529). - Removed unused code from SASCurrentImpl. - Logging and code formatting improved.

Reply via email to