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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:58: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:111: 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: 12/09/2006 22:03:28
Time to build: 78 minutes 57 seconds
Last changed: 12/09/2006 17:37:47
Last log entry: Refactored StateEvent to use a type discriminator instead of sub-classes.

 Unit Tests: (2800)  Total Errors and Failures: (26)
testModifyRegistrationorg.jboss.portal.test.wsrp.v1.producer.RegistrationTestRunner(4_0_4_GA)
testDeregisterorg.jboss.portal.test.wsrp.v1.producer.RegistrationTestRunner(4_0_4_GA)
testGetServiceDescriptionRequiringRegistrationOfferedPortletsorg.jboss.portal.test.wsrp.v1.producer.ServiceDescriptionTestRunner(4_0_4_GA)
testGetServiceDescriptionRequiringRegistrationNoOfferedPortletsorg.jboss.portal.test.wsrp.v1.producer.ServiceDescriptionTestRunner(4_0_4_GA)
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)
IllegalStateExceptionAfterSendRedirectorg.jboss.portal.test.portlet.jsr168.tck.PortletResponsesTestCase(4_2_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)
CustomStateNotMappedNotInvokedorg.jboss.portal.test.portlet.jsr168.tck.WindowStatesTestCase(4_2_x)
testInitCookieorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestRunner(4_2_x)
testSessionHandlingorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestRunner(4_2_x)
testGMAndPBIInteractionorg.jboss.portal.test.wsrp.v1.producer.MarkupTestRunner(4_0_4_GA)
testPerformBlockingInteractionNoRedirectorg.jboss.portal.test.wsrp.v1.producer.MarkupTestRunner(4_0_4_GA)
testGMAndPBIInteractionorg.jboss.portal.test.wsrp.v1.producer.MarkupTestRunner(4_0_5_GA)
testPerformBlockingInteractionNoRedirectorg.jboss.portal.test.wsrp.v1.producer.MarkupTestRunner(4_0_5_GA)
testGMAndPBIInteractionorg.jboss.portal.test.wsrp.v1.producer.MarkupTestRunner(4_0_x)
testPerformBlockingInteractionNoRedirectorg.jboss.portal.test.wsrp.v1.producer.MarkupTestRunner(4_0_x)
testGMAndPBIInteractionorg.jboss.portal.test.wsrp.v1.producer.MarkupTestRunner(4_2_x)
testPerformBlockingInteractionNoRedirectorg.jboss.portal.test.wsrp.v1.producer.MarkupTestRunner(4_2_x)
 

 Modifications since last build:  (first 50 of 72)
5777modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/test/InstanceContextImpl.javaRefactored StateEvent to use a type discriminator instead of sub-classes.
5777modifiedchris.laprun@jboss.com//trunk/federation/src/main/org/jboss/portal/federation/impl/FederatedPortletInvokerService.javaRefactored StateEvent to use a type discriminator instead of sub-classes.
5777deletedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/PortletModifiedEvent.javaRefactored StateEvent to use a type discriminator instead of sub-classes.
5777modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/test/PortletController.javaRefactored StateEvent to use a type discriminator instead of sub-classes.
5777modifiedchris.laprun@jboss.com//trunk/core/src/main/org/jboss/portal/core/impl/model/instance/InstanceContextImpl.javaRefactored StateEvent to use a type discriminator instead of sub-classes.
5777modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/consumer/ConsumerPortletInvoker.javaRefactored StateEvent to use a type discriminator instead of sub-classes.
5777modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/ProducerPortletInvoker.javaRefactored StateEvent to use a type discriminator instead of sub-classes.
5777deletedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/PortletClonedEvent.javaRefactored StateEvent to use a type discriminator instead of sub-classes.
5777modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/StateEvent.javaRefactored StateEvent to use a type discriminator instead of sub-classes.
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/PropertyChange.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/SimplePropertyMap.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/core/src/main/org/jboss/portal/test/core/state/ProducerTestCase.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/container/PortletContainerInvoker.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/test/PortletController.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/consumer/ConsumerPortletInvoker.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/test/support/PortletInvokerSupport.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776addedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/PortletStateChangeRequiredException.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/MarkupHandler.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/StateConversionException.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/ProducerPersistenceManager.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/AccessMode.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/ProducerState.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/StateConverter.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/core/src/main/org/jboss/portal/core/impl/model/instance/InstanceImpl.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/ProducerStateContext.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/AbstractPropertyContext.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/PropertyMap.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/ServiceDescriptionTestCase.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/Property.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/consumer/ConsumerPersistenceManager.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/consumer/ConsumerState.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/WSRPProducerImpl.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/PortletModifiedEvent.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/consumer/ConsumerStateContext.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/core/src/main/org/jboss/portal/core/portlet/management/PortletManagerBean.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/StateManagementPolicy.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/WSRPUtils.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/tck/TCKPortletController.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/AbstractPropertyMap.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/core/src/main/org/jboss/portal/core/impl/model/instance/PersistentInstanceContainer.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/federation/src/main/org/jboss/portal/federation/impl/FederatedPortletInvokerService.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/WSRPPortlet.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/ProducerPortletInvoker.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/PortletContext.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/NoSuchStateException.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/PortletClonedEvent.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/DestroyCloneFailure.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/state/InvalidStateIdException.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)
5776modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/StatefulPortletContext.java- Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?)