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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:56: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:109: 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: 11/10/2006 21:42:59
Time to build: 55 minutes 32 seconds
Last changed: 11/10/2006 21:05:27
Last log entry: - added 'inetUser' object class to OpenDS schema to have 'memberOf' attribute present

 Unit Tests: (1845)  Total Errors and Failures: (8)
IllegalStateExceptionAfterSendRedirectorg.jboss.portal.test.portlet.jsr168.tck.PortletResponsesTestCase(4_0_4_GA)
IllegalStateExceptionAfterSendRedirectorg.jboss.portal.test.portlet.jsr168.tck.PortletResponsesTestCase(4_0_5_GA)
IllegalStateExceptionAfterSendRedirectorg.jboss.portal.test.portlet.jsr168.tck.PortletResponsesTestCase(4_0_x)
CustomStateNotMappedNotInvokedorg.jboss.portal.test.portlet.jsr168.tck.WindowStatesTestCase(4_0_4_GA)
CustomStateNotMappedNotInvokedorg.jboss.portal.test.portlet.jsr168.tck.WindowStatesTestCase(4_0_5_GA)
CustomStateNotMappedNotInvokedorg.jboss.portal.test.portlet.jsr168.tck.WindowStatesTestCase(4_0_x)
testInitCookieorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestRunner(4_0_x)
testSessionHandlingorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestRunner(4_0_x)
 

 Modifications since last build:  (first 50 of 70)
5624addedbdaw//trunk/test/src/etc/opends/config/schema/05-other.ldif- added 'inetUser' object class to OpenDS schema to have 'memberOf' attribute present
5624modifiedbdaw//trunk/test/src/etc/ldap/ldif/initial-tests-qa.ldif- added 'inetUser' object class to OpenDS schema to have 'memberOf' attribute present
5623modifiedbdaw//trunk/identity/src/main/org/jboss/portal/identity2/ldap/LDAPUserModuleImpl.java- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623modifiedbdaw//trunk/identity/src/main/org/jboss/portal/test/identity/ldap/LDAPSimpleUserModuleTestCase.java- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623modifiedbdaw//trunk/identity/src/main/org/jboss/portal/identity2/ldap/LDAPStaticGroupMembershipModuleImpl.java- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623modifiedbdaw//trunk/identity/src/main/org/jboss/portal/identity2/ldap/LDAPRoleModuleImpl.java- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623modifiedbdaw//trunk/identity/src/main/org/jboss/portal/test/identity/MembershipStrategyTest.java- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623modifiedbdaw//trunk/identity/src/main/org/jboss/portal/test/identity/ldap/LDAPSimpleRoleModuleTestCase.java- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623modifiedbdaw//trunk/identity/src/main/org/jboss/portal/identity/User.java- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623modifiedbdaw//trunk/test/src/etc/ldap/ldif/initial-tests-qa.ldif- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623deletedbdaw//trunk/identity/src/main/org/jboss/portal/identity2/LDAPMembershipStrategy.java- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623modifiedbdaw//trunk/identity/src/main/org/jboss/portal/test/identity/ldap/LDAPStaticGroupMembershipModuleTestCase.java- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623modifiedbdaw//trunk/identity/src/main/org/jboss/portal/identity2/MembershipModule.java- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5623modifiedbdaw//trunk/test/src/etc/directories.xml- compleated base implementation of MembershipModule using ldap groups + test cases- minor improvements to ldap RoleModule and UserModule implementations
5621modifiedjulien@jboss.com//trunk/wsrp/build.xmlremove unnecessary echo
5620deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/registrationremove empty dir
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/V1ProducerBaseTest.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619addedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/policies/RegistrationMetaData.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/ConsumerRegistry.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619addedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/ConsumerData.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/ServiceDescriptionHandler.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/Consumer.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/ConsumerMetaData.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/LocalizedString.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/framework/TestWSRPProducerImpl.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619addedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/policies/RegistrationPolicy.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/RegistrationRegistry.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/policies/BasicRegistrationPolicy.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619addedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/policies/LocalizedString.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/WSRPProducerImpl.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/impl/ConsumerRegistryImpl.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/Registration.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/RegistrationMetaData.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/impl/ConsumerImpl.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/WSRPUtils.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/impl/ConsumerMetaDataImpl.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/RegistrationPropertyDescription.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/impl/RegistrationRegistryImpl.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619addedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/policies/RegistrationPropertyDescription.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/RegistrationPolicy.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/impl/RegistrationImpl.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/RegistrationHandler.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/impl/RegistrationMetaDataImpl.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/RegistrationConversionException.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/RegistrationTestCase.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619modifiedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/WSRPProducer.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619deletedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/RegistrationConverter.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5619addedjulien@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/policies/RegistrationMetaDataImpl.java- improve registration consumer registry- the consumer registry is responsible to create handles and not the registration policy- split producer registration metadata from the effective consumer registrations within the registry
5618modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/WSRPProducer.javaMore registration work:- RegistrationPolicy implementation is now injected via a MBean.- Starting to take shape but still doesn't pass tests.Next steps:- Make the tests pass.- Examine admin use case.- Extract API.
5618modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/policies/BasicRegistrationPolicy.javaMore registration work:- RegistrationPolicy implementation is now injected via a MBean.- Starting to take shape but still doesn't pass tests.Next steps:- Make the tests pass.- Examine admin use case.- Extract API.