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

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: 11/28/2006 20:00:12
Time to build: 77 minutes 47 seconds
Last changed: 11/28/2006 13:18:11
Last log entry: JBPORTAL-1139 - fixed window ordering

 Unit Tests: (2708)  Total Errors and Failures: (20)
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_0_x)
testSessionHandlingorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestRunner(4_0_x)
testInitCookieorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestRunner(4_2_x)
testSessionHandlingorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestRunner(4_2_x)
 

 Modifications since last build:  (first 50 of 34)
5737modifiedroy.russo@jboss.com//trunk/core/src/main/org/jboss/portal/core/portlet/dashboard/Configurator.javaJBPORTAL-1139 - fixed window ordering
5736modifiedroy.russo@jboss.com//trunk/core/src/resources/portal-core-war/WEB-INF/jsp/dashboard/editpage.jspJBPORTAL-1143- Added dynamic region handling for window assignment
5736modifiedroy.russo@jboss.com//trunk/core/src/main/org/jboss/portal/core/portlet/dashboard/Configurator.javaJBPORTAL-1143- Added dynamic region handling for window assignment
5735modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/model/portal/command/RenderPageCommand.java- fixed redirect on https when a portlet declares transport garantees that mandates it
5735modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/command/info/CommandInfo.java- fixed redirect on https when a portlet declares transport garantees that mandates it
5735modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/ajax/AjaxInterceptor.java- fixed redirect on https when a portlet declares transport garantees that mandates it
5735modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/classic/ClassicController.java- fixed redirect on https when a portlet declares transport garantees that mandates it
5734modifiedthomas.heute@jboss.com//trunk/core/src/resources/portal-core-sar/META-INF/jboss-service.xmlSchedule portlet discovery every 30 seconds
5733modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/ajax/AjaxInterceptor.java- fixed CCE when the response from a render page command was not a PageRendition object
5732modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/model/instance/command/InvokePortletInstanceRenderCommand.java- disabled ajax by default- enable ajax only on dashboard
5732modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaRegionRenderer.java- disabled ajax by default- enable ajax only on dashboard
5732modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/ThemeConstants.java- disabled ajax by default- enable ajax only on dashboard
5732modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/aspects/controller/PageCustomizerInterceptor.java- disabled ajax by default- enable ajax only on dashboard
5732modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/ajax/AjaxInterceptor.java- disabled ajax by default- enable ajax only on dashboard
5731modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/impl/RegistrationImpl.java- Can now modify consumer agent on Consumer. Dunno why I didn't allow it in the first place...- Added remove/get property and updateProperties(Map) on Registration and associated test cases.- Implemented modifyRegistration and activated test case. With this first implementation of Registration is finished! ^_^
5731modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/RegistrationHandler.java- Can now modify consumer agent on Consumer. Dunno why I didn't allow it in the first place...- Added remove/get property and updateProperties(Map) on Registration and associated test cases.- Implemented modifyRegistration and activated test case. With this first implementation of Registration is finished! ^_^
5731modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/impl/ConsumerImpl.java- Can now modify consumer agent on Consumer. Dunno why I didn't allow it in the first place...- Added remove/get property and updateProperties(Map) on Registration and associated test cases.- Implemented modifyRegistration and activated test case. With this first implementation of Registration is finished! ^_^
5731modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/WSRPUtils.java- Can now modify consumer agent on Consumer. Dunno why I didn't allow it in the first place...- Added remove/get property and updateProperties(Map) on Registration and associated test cases.- Implemented modifyRegistration and activated test case. With this first implementation of Registration is finished! ^_^
5731modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/RegistrationTestCase.java- Can now modify consumer agent on Consumer. Dunno why I didn't allow it in the first place...- Added remove/get property and updateProperties(Map) on Registration and associated test cases.- Implemented modifyRegistration and activated test case. With this first implementation of Registration is finished! ^_^
5731modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/registration/RegistrationTestCase.java- Can now modify consumer agent on Consumer. Dunno why I didn't allow it in the first place...- Added remove/get property and updateProperties(Map) on Registration and associated test cases.- Implemented modifyRegistration and activated test case. With this first implementation of Registration is finished! ^_^
5731modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/api/Registration.java- Can now modify consumer agent on Consumer. Dunno why I didn't allow it in the first place...- Added remove/get property and updateProperties(Map) on Registration and associated test cases.- Implemented modifyRegistration and activated test case. With this first implementation of Registration is finished! ^_^
5730modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/WSRPProducerImpl.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730deletedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/config/RegistrationConfiguration.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730deletedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/config/RegistrationConfigurationService.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/impl/RegistrationManagerImpl.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/api/ProducerRegistrationRequirements.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/api/RegistrationPropertyDescription.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/RegistrationHandler.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/api/RegistrationManager.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730addedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/config/ProducerConfiguration.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730modifiedchris.laprun@jboss.com//trunk/wsrp/src/resources/portal-wsrp-sar/META-INF/jboss-service.xml- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730addedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/config/ProducerConfigurationService.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/impl/ProducerRegistrationRequirementsImpl.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.
5730modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/registration/api/LocalizedString.java- Renamed RegistrationConfiguration to ProducerConfiguration since it will include more than just registration configuration.- ProducerRegistrationRequirements now is able to notify listeners of changes to registration properties.- RegistrationPropertyDescription now knows about its parent ProducerRegistrationRequirements so that changes can be propagated.- RegistrationManager now listens for changes to registration configuration so that registrations can be invalidated.- Fixed incorrect behavior of RegistrationHandler.isRegistrationValid.- Simplified RegistrationManager handling of registrations.