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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:53: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:106: 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: 09/07/2006 21:06:17
Time to build: 32 minutes 37 seconds
Last changed: 09/07/2006 17:15:44
Last log entry: - added theme and themeResult to request. This is needed as the ThemeTagHandler requires it.

 Unit Tests: (842)  Total Errors and Failures: (29)
testJarorg.jboss.portal.test.common.URLNavigatorTestCase(4_0_4_GA)
testJarorg.jboss.portal.test.common.URLNavigatorTestCase(4_0_x)
testInitCookieorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestCase(4_0_x)
testGetportletsorg.jboss.portal.test.wsrp.v1.consumer.ServiceDescriptionTestCase(4_0_x)
testGetPortletorg.jboss.portal.test.wsrp.v1.consumer.ServiceDescriptionTestCase(4_0_x)
testRenderorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestCase(4_0_x)
testActionorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestCase(4_0_x)
testSessionHandlingorg.jboss.portal.test.wsrp.v1.consumer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.MarkupTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.PortletManagementTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.PortletManagementTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.PortletManagementTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.PortletManagementTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.PortletManagementTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.PortletManagementTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.ServiceDescriptionTestCase(4_0_x)
warningorg.jboss.portal.test.wsrp.v1.producer.ServiceDescriptionTestCase(4_0_x)
 

 Modifications since last build:  (first 50 of 30)
5166modifiedroy.russo@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/command/MarkupCommand.java- added theme and themeResult to request. This is needed as the ThemeTagHandler requires it.
5165modifiedroy.russo@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/PageRendition.java- added theme and themeResult to request. This is needed as the ThemeTagHandler requires it.
5165modifiedroy.russo@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/MarkupResult.java- added theme and themeResult to request. This is needed as the ThemeTagHandler requires it.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/WSRPProducerImpl.java- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/resources/test-wsrp-producer-client/META-INF/application-client.xml- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/invocation/WSRPActionContext.java- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/NeedPortletHandleTest.java- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/invocation/WSRPRenderContext.java- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/handler/RequestHeaderClientHandler.java- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/invocation/WSRPPortletInvocationContext.java- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/MarkupHandler.java- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/resources/portal-wsrp-client-jar/META-INF/application-client.xml- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/invocation/WSRPRequestContext.java- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5164modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/MarkupTestCase.java- Preliminary work for JBPORTAL-1023. Still needs cleaning up and more testing.- Now uses cookies to deal with sessions instead of SessionContext.- Adapted tests in consequence.- Removed testInitCookie (since we didn't implement it) and testReleaseSessions (broken by new session handling).- Removed extra cookie setting in WSRPProducerImpl left over from former tests.- Re-added RequestHeaderClientHandler for WS clients.
5163modifiedchris.laprun@jboss.com//trunk/wsrp/build.xmlRe-activated test targets in tests-local.
5162modifiedchris.laprun@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/container/info/ContainerCacheInfo.javaMade reference types static so that portlet module builds again.
5158modifiedjulien@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/PortletInvoker.javajust removing unused and commented method declaration in PortletInvoker.
5157modifiedjulien@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/info/CacheInfo.javamove caching reference type for fragments into ContainerPortletInfo which is specific to the portlet container. The caching policy is private to producer.
5157modifiedjulien@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/deployment/JBossApplicationMetaDataFactory.javamove caching reference type for fragments into ContainerPortletInfo which is specific to the portlet container. The caching policy is private to producer.
5157modifiedjulien@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/container/info/ContainerCacheInfo.javamove caching reference type for fragments into ContainerPortletInfo which is specific to the portlet container. The caching policy is private to producer.
5157modifiedjulien@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/test/support/info/CacheInfoSupport.javamove caching reference type for fragments into ContainerPortletInfo which is specific to the portlet container. The caching policy is private to producer.
5156deletedjulien@jboss.com//trunk/portlet/src/main/org/jboss/portal/portlet/aspects/portlet/ConsumerCacheInterceptor.javaimproving portal portlet window caching : caching is now done by the controller instead of the consumer part of the portlet container because the controller is aware of when a portlet has been targetted and the portlet container cannot be.
5156modifiedjulien@jboss.com//trunk/core/src/resources/portal-core-sar/META-INF/jboss-service.xmlimproving portal portlet window caching : caching is now done by the controller instead of the consumer part of the portlet container because the controller is aware of when a portlet has been targetted and the portlet container cannot be.
5156addedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/aspects/controller/WindowCacheInterceptor.javaimproving portal portlet window caching : caching is now done by the controller instead of the consumer part of the portlet container because the controller is aware of when a portlet has been targetted and the portlet container cannot be.
5156modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/command/MarkupCommand.javaimproving portal portlet window caching : caching is now done by the controller instead of the consumer part of the portlet container because the controller is aware of when a portlet has been targetted and the portlet container cannot be.
5156modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/command/InvokeWindowCommand.javaimproving portal portlet window caching : caching is now done by the controller instead of the consumer part of the portlet container because the controller is aware of when a portlet has been targetted and the portlet container cannot be.
5156modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/ControllerCommand.javaimproving portal portlet window caching : caching is now done by the controller instead of the consumer part of the portlet container because the controller is aware of when a portlet has been targetted and the portlet container cannot be.
5156modifiedjulien@jboss.com//trunk/portlet/src/resources/test-sar/META-INF/jboss-service.xmlimproving portal portlet window caching : caching is now done by the controller instead of the consumer part of the portlet container because the controller is aware of when a portlet has been targetted and the portlet container cannot be.
5156modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/command/RenderWindowCommand.javaimproving portal portlet window caching : caching is now done by the controller instead of the consumer part of the portlet container because the controller is aware of when a portlet has been targetted and the portlet container cannot be.
5156modifiedjulien@jboss.com//trunk/core/src/main/org/jboss/portal/core/controller/portlet/ControllerPortletInvocationContext.javaimproving portal portlet window caching : caching is now done by the controller instead of the consumer part of the portlet container because the controller is aware of when a portlet has been targetted and the portlet container cannot be.