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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:204: 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: 03/29/2007 22:12:08
Time to build: 82 minutes 39 seconds
Last changed: 03/29/2007 19:49:25
Last log entry: - Fixed a bug in ProducerInfo where cache would always be bypassed if no POPs where offered.- Started adding tests for ProducerInfo.

 Unit Tests: (2427)  Total Errors and Failures: (19)
testGetterOverrideorg.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase(4_0_4_GA)
testAttributesAreNotCachedorg.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase(4_0_4_GA)
testStaticAttributeorg.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase(4_0_4_GA)
testGetterOverrideorg.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase(4_0_5_GA)
testAttributesAreNotCachedorg.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase(4_0_5_GA)
testStaticAttributeorg.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase(4_0_5_GA)
testGetterOverrideorg.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase(4_0_x)
testAttributesAreNotCachedorg.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase(4_0_x)
testStaticAttributeorg.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase(4_0_x)
testGetPortletPropertyDescriptionorg.jboss.portal.test.wsrp.v1.producer.PortletManagementTestRunner(4_0_4_GA)
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)
PortalInfoorg.jboss.portal.test.portlet.jsr168.api.PortalContextTestCase(4_0_4_GA)
PortalInfoorg.jboss.portal.test.portlet.jsr168.api.PortalContextTestCase(4_0_5_GA)
PortalInfoorg.jboss.portal.test.portlet.jsr168.api.PortalContextTestCase(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 39)
6875addedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/framework/support/BehaviorBackedServiceFactory.java- Fixed a bug in ProducerInfo where cache would always be bypassed if no POPs where offered.- Started adding tests for ProducerInfo.
6875modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java- Fixed a bug in ProducerInfo where cache would always be bypassed if no POPs where offered.- Started adding tests for ProducerInfo.
6875addedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/test/wsrp/other/ProducerInfoTestCase.java- Fixed a bug in ProducerInfo where cache would always be bypassed if no POPs where offered.- Started adding tests for ProducerInfo.
6874modifiedchris.laprun@jboss.com//trunk/wsrp/src/resources/portal-wsrp-sar/wsrp-aop.xml- destroyConsumer should also use a transaction.
6873modifiedchris.laprun@jboss.com//trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java- Use register method in internalRefresh.
6872modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/tag/RegionTagHandler.javamade RegionOrientation class independant of the region concept as it is just an orientation.
6872addedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/Orientation.javamade RegionOrientation class independant of the region concept as it is just an orientation.
6872deletedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/page/RegionOrientation.javamade RegionOrientation class independant of the region concept as it is just an orientation.
6872modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/page/Region.javamade RegionOrientation class independant of the region concept as it is just an orientation.
6872modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/RenderContext.javamade RegionOrientation class independant of the region concept as it is just an orientation.
6871deletedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/page/RegionNames.javaremoved unused interface defining obsolete constants
6870deletedjulien@jboss.com//trunk/core/src/resources/portal-core-war/WEB-INF/jsp/adminremoved unused JSPs from legacy admin app
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/RegionRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaRegionRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869addedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/ObjectRenderContext.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869addedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/WindowRenderContext.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty/EmptyWindowRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/PortalRenderSet.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/DecorationRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaDecorationRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/PortletRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaPortletRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/RenderContext.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/div/DivWindowRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869addedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/RegionRenderContext.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty/EmptyRegionRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty/EmptyDecorationRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869addedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/DecorationRenderContext.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869addedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/ObjectRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/empty/EmptyPortletRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869addedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/PortletRenderContext.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/WindowRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/dynamic/DynaWindowRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/div/DivRegionRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/div/DivDecorationRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/PortalTheme.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869modifiedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/impl/render/div/DivPortletRenderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6869deletedjulien@jboss.com//trunk/theme/src/main/org/jboss/portal/theme/render/Renderer.javadecoupled theme renderers from page object structure by providing XXXRenderContext for XXXRenderer where the context provides what the renderer needs to know in order to properly do its rendition task. Also the choice of rendering a context is now a responsibility of the Renderer only as a renderer should not care about how to chose the correct renderer from a specific context.
6868modifiedthomas.heute@jboss.com//trunk/core/src/main/org/jboss/portlet/content/ContentTypeRegistration.javaFixed registration of mbean with dependencies.