View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-portal-2.6-testsuite?log=log20070618205417

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:224: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 06/18/2007 20:54:17
Time to build: 96 minutes 36 seconds
Last changed: 06/18/2007 20:47:17
Last log entry: - Endpoint info is now refreshed if needed before calling methods that don't refresh the whole ProducerInfo.- Simplified check protecting modifyRegistration.

 Unit Tests: (1766)  Total Errors and Failures: (12)
testPortalNode_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_5_GA)
testGetChildren_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_5_GA)
testRecreate_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_5_GA)
testCRUD_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_5_GA)
testCopy_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_5_GA)
testRootNodeCreation_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_5_GA)
testPortalNode_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_x)
testGetChildren_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_x)
testRecreate_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_x)
testCRUD_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_x)
testCopy_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_x)
testRootNodeCreation_DataSourceConfig=Datasource[hsqldb]org.jboss.portal.test.core.model.portal.PortalObjectContainerTestCase(4_0_x)
 

 Modifications since last build:  (first 50 of 15)
7460modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java- Endpoint info is now refreshed if needed before calling methods that don't refresh the whole ProducerInfo.- Simplified check protecting modifyRegistration.
7459modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/EndpointConfigurationInfo.java- Services are refreshed after the ServiceFactory is created.
7458modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/consumer/ProducerInfoTestCase.java- Modified RegistrationProperty handling of values to be able to better detect the validity status of the property and related test case.- Modified Hibernate mapping for RegistrationProperty (invalid property is now a java.lang.Boolean instead of boolean).- Started testing registration behavior on ProducerInfo.- Added more test cases in particular to check that some methods properly result in the expected state.
7458addedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/consumer/RegistrationPropertyTestCase.java- Modified RegistrationProperty handling of values to be able to better detect the validity status of the property and related test case.- Modified Hibernate mapping for RegistrationProperty (invalid property is now a java.lang.Boolean instead of boolean).- Started testing registration behavior on ProducerInfo.- Added more test cases in particular to check that some methods properly result in the expected state.
7458modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/consumer/EndpointConfigurationInfoTestCase.java- Modified RegistrationProperty handling of values to be able to better detect the validity status of the property and related test case.- Modified Hibernate mapping for RegistrationProperty (invalid property is now a java.lang.Boolean instead of boolean).- Started testing registration behavior on ProducerInfo.- Added more test cases in particular to check that some methods properly result in the expected state.
7458modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/framework/support/BehaviorBackedServiceFactory.java- Modified RegistrationProperty handling of values to be able to better detect the validity status of the property and related test case.- Modified Hibernate mapping for RegistrationProperty (invalid property is now a java.lang.Boolean instead of boolean).- Started testing registration behavior on ProducerInfo.- Added more test cases in particular to check that some methods properly result in the expected state.
7458modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RegistrationProperty.java- Modified RegistrationProperty handling of values to be able to better detect the validity status of the property and related test case.- Modified Hibernate mapping for RegistrationProperty (invalid property is now a java.lang.Boolean instead of boolean).- Started testing registration behavior on ProducerInfo.- Added more test cases in particular to check that some methods properly result in the expected state.
7458modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/consumer/RegistrationInfoTestCase.java- Modified RegistrationProperty handling of values to be able to better detect the validity status of the property and related test case.- Modified Hibernate mapping for RegistrationProperty (invalid property is now a java.lang.Boolean instead of boolean).- Started testing registration behavior on ProducerInfo.- Added more test cases in particular to check that some methods properly result in the expected state.
7458modifiedchris.laprun@jboss.com//trunk/wsrp/src/resources/portal-wsrp-sar/conf/consumer/hibernate/domain.hbm.xml- Modified RegistrationProperty handling of values to be able to better detect the validity status of the property and related test case.- Modified Hibernate mapping for RegistrationProperty (invalid property is now a java.lang.Boolean instead of boolean).- Started testing registration behavior on ProducerInfo.- Added more test cases in particular to check that some methods properly result in the expected state.
7458modifiedchris.laprun@jboss.com//trunk/wsrp/build.xml- Modified RegistrationProperty handling of values to be able to better detect the validity status of the property and related test case.- Modified Hibernate mapping for RegistrationProperty (invalid property is now a java.lang.Boolean instead of boolean).- Started testing registration behavior on ProducerInfo.- Added more test cases in particular to check that some methods properly result in the expected state.
7458modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/framework/ServiceDescriptionBehavior.java- Modified RegistrationProperty handling of values to be able to better detect the validity status of the property and related test case.- Modified Hibernate mapping for RegistrationProperty (invalid property is now a java.lang.Boolean instead of boolean).- Started testing registration behavior on ProducerInfo.- Added more test cases in particular to check that some methods properly result in the expected state.
7458modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RegistrationInfo.java- Modified RegistrationProperty handling of values to be able to better detect the validity status of the property and related test case.- Modified Hibernate mapping for RegistrationProperty (invalid property is now a java.lang.Boolean instead of boolean).- Started testing registration behavior on ProducerInfo.- Added more test cases in particular to check that some methods properly result in the expected state.
7457modifiedsohil.shah@jboss.com//trunk/build/build-thirdparty.xmlintegrating the jsf-facelets and jsf-portlet patched files
7457modifiedsohil.shah@jboss.com//trunk/core-admin/build.xmlintegrating the jsf-facelets and jsf-portlet patched files
7456modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/ajax/AjaxResponseHandler.java- fixed partial update bug that was not sending back the correct markup to the client