TESTS FAILED |
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:224: 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: 06/21/2007 20:00:23 |
Time to build: 95 minutes 40 seconds |
Last changed: 06/21/2007 18:33:43 |
Last log entry: Italian language files. Contribution of Luca Stancapiano [JBPORTAL-1476] |
Unit Tests: (1778) Total Errors and Failures: (12) | ||||||||||||||||||||||||
| ||||||||||||||||||||||||
Modifications since last build: (first 50 of 50) | ||||
7511 | added | thomas.heute@jboss.com | //trunk/portlet/src/resources/test/jsr168/ext/portletconfig-war/WEB-INF/classes/GetResourceBundleDuringInitPortlet_it.properties | Italian language files. Contribution of Luca Stancapiano [JBPORTAL-1476] |
7511 | added | thomas.heute@jboss.com | //trunk/portlet/src/resources/test/jsr168/ext/portletconfig-war/WEB-INF/classes/ResourceBundlePortlet_it.properties | Italian language files. Contribution of Luca Stancapiano [JBPORTAL-1476] |
7511 | modified | thomas.heute@jboss.com | //trunk/core-cms/src/resources/portal-cms-war/WEB-INF/classes/Resource_it.properties | Italian language files. Contribution of Luca Stancapiano [JBPORTAL-1476] |
7511 | added | thomas.heute@jboss.com | //trunk/portlet/src/resources/test/info/test-info-war/WEB-INF/classes/PrefsResource_it.properties | Italian language files. Contribution of Luca Stancapiano [JBPORTAL-1476] |
7511 | modified | thomas.heute@jboss.com | //trunk/core/src/resources/portal-core-war/WEB-INF/classes/Resource_it.properties | Italian language files. Contribution of Luca Stancapiano [JBPORTAL-1476] |
7511 | modified | thomas.heute@jboss.com | //trunk/core-search/src/resources/portal-search-war/WEB-INF/classes/Resource_it.properties | Italian language files. Contribution of Luca Stancapiano [JBPORTAL-1476] |
7511 | added | thomas.heute@jboss.com | //trunk/portlet/src/resources/test/jsr168/tck/portletconfig-war/WEB-INF/classes/InlineValuesNotInResourceBundlePortlet_it.properties | Italian language files. Contribution of Luca Stancapiano [JBPORTAL-1476] |
7510 | modified | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/JSFMetaBridgeLifecycleFactoryImpl.java | Since it works, let's make it a bit more OO |
7510 | added | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/SunRIJSFBridge.java | Since it works, let's make it a bit more OO |
7510 | modified | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/JSFMetaBridgeViewHandlerImpl.java | Since it works, let's make it a bit more OO |
7510 | added | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/JSFMetaBridgeException.java | Since it works, let's make it a bit more OO |
7510 | modified | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/JSFMetaBridge.java | Since it works, let's make it a bit more OO |
7510 | modified | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/JSFMetaBridgeFacesContextFactoryImpl.java | Since it works, let's make it a bit more OO |
7510 | added | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/MyFacesJSFBridge.java | Since it works, let's make it a bit more OO |
7510 | modified | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/JSFMetaBridgeFactory.java | Since it works, let's make it a bit more OO |
7509 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/framework/support/MockConsumerRegistry.java | - Delegated error handling and parameter retrieval methods from ConsumerBean to new BeanContext class to allow behavior to be JSF-independent. This allows for testing of JSF managed beans outside of a JSF environment.- Improved ConsumerBean handling of modified state. Correct handling will require a new value change event listener which might not be the right way to go (i.e. is that level of complexity required in terms of 80/20).- Added JSFBeanContext to implement BeanContext in a JSF context.- Updated faces-config to use BeanContext.- Added ConsumerBeanTestCase. |
7509 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/admin/ui/ConsumerBean.java | - Delegated error handling and parameter retrieval methods from ConsumerBean to new BeanContext class to allow behavior to be JSF-independent. This allows for testing of JSF managed beans outside of a JSF environment.- Improved ConsumerBean handling of modified state. Correct handling will require a new value change event listener which might not be the right way to go (i.e. is that level of complexity required in terms of 80/20).- Added JSFBeanContext to implement BeanContext in a JSF context.- Updated faces-config to use BeanContext.- Added ConsumerBeanTestCase. |
7509 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/admin/ui/ManagedBean.java | - Delegated error handling and parameter retrieval methods from ConsumerBean to new BeanContext class to allow behavior to be JSF-independent. This allows for testing of JSF managed beans outside of a JSF environment.- Improved ConsumerBean handling of modified state. Correct handling will require a new value change event listener which might not be the right way to go (i.e. is that level of complexity required in terms of 80/20).- Added JSFBeanContext to implement BeanContext in a JSF context.- Updated faces-config to use BeanContext.- Added ConsumerBeanTestCase. |
7509 | added | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/other/ConsumerBeanTestCase.java | - Delegated error handling and parameter retrieval methods from ConsumerBean to new BeanContext class to allow behavior to be JSF-independent. This allows for testing of JSF managed beans outside of a JSF environment.- Improved ConsumerBean handling of modified state. Correct handling will require a new value change event listener which might not be the right way to go (i.e. is that level of complexity required in terms of 80/20).- Added JSFBeanContext to implement BeanContext in a JSF context.- Updated faces-config to use BeanContext.- Added ConsumerBeanTestCase. |
7509 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/faces-config.xml | - Delegated error handling and parameter retrieval methods from ConsumerBean to new BeanContext class to allow behavior to be JSF-independent. This allows for testing of JSF managed beans outside of a JSF environment.- Improved ConsumerBean handling of modified state. Correct handling will require a new value change event listener which might not be the right way to go (i.e. is that level of complexity required in terms of 80/20).- Added JSFBeanContext to implement BeanContext in a JSF context.- Updated faces-config to use BeanContext.- Added ConsumerBeanTestCase. |
7509 | added | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/admin/ui/BeanContext.java | - Delegated error handling and parameter retrieval methods from ConsumerBean to new BeanContext class to allow behavior to be JSF-independent. This allows for testing of JSF managed beans outside of a JSF environment.- Improved ConsumerBean handling of modified state. Correct handling will require a new value change event listener which might not be the right way to go (i.e. is that level of complexity required in terms of 80/20).- Added JSFBeanContext to implement BeanContext in a JSF context.- Updated faces-config to use BeanContext.- Added ConsumerBeanTestCase. |
7509 | modified | chris.laprun@jboss.com | //trunk/wsrp/build.xml | - Delegated error handling and parameter retrieval methods from ConsumerBean to new BeanContext class to allow behavior to be JSF-independent. This allows for testing of JSF managed beans outside of a JSF environment.- Improved ConsumerBean handling of modified state. Correct handling will require a new value change event listener which might not be the right way to go (i.e. is that level of complexity required in terms of 80/20).- Added JSFBeanContext to implement BeanContext in a JSF context.- Updated faces-config to use BeanContext.- Added ConsumerBeanTestCase. |
7509 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/admin/ui/ConsumerManagerBean.java | - Delegated error handling and parameter retrieval methods from ConsumerBean to new BeanContext class to allow behavior to be JSF-independent. This allows for testing of JSF managed beans outside of a JSF environment.- Improved ConsumerBean handling of modified state. Correct handling will require a new value change event listener which might not be the right way to go (i.e. is that level of complexity required in terms of 80/20).- Added JSFBeanContext to implement BeanContext in a JSF context.- Updated faces-config to use BeanContext.- Added ConsumerBeanTestCase. |
7509 | added | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/admin/ui/JSFBeanContext.java | - Delegated error handling and parameter retrieval methods from ConsumerBean to new BeanContext class to allow behavior to be JSF-independent. This allows for testing of JSF managed beans outside of a JSF environment.- Improved ConsumerBean handling of modified state. Correct handling will require a new value change event listener which might not be the right way to go (i.e. is that level of complexity required in terms of 80/20).- Added JSFBeanContext to implement BeanContext in a JSF context.- Updated faces-config to use BeanContext.- Added ConsumerBeanTestCase. |
7506 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/portal/command/view/ViewPortalCommand.java | when default page of a portal is not found, return an unavailable response |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/AdminPropertyResolver.java | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editErrorHandling.xhtml | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PropertiesBean.java | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/ControlPropertiesBean.java | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPage.xhtml | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectTemplate.xhtml | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PropertiesInfo.java | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PortalObjectManagerBean.java | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/faces-config.xml | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PropertyBean.java | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/ControlPropertyBean.java | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | added | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PropertyBeanContainer.java | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7503 | modified | julien@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editContext.xhtml | - improved implementation of control properties by leveraging OO inheritence to avoid duplicate code- allow to edit properties of root context since it owns now state- added inheritable state on PropertyBean to describe if a property can inherit or not the value based on the presence or not of a parent which allow to set the inheritable boolean checkbox to unchecked+disabled |
7502 | added | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/conversion/PortalObjectIdConverter.java | moved converters in a conversion package |
7502 | deleted | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/ContentTypeConverter.java | moved converters in a conversion package |
7502 | added | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/conversion | moved converters in a conversion package |
7502 | added | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/conversion/ContentTypeConverter.java | moved converters in a conversion package |
7502 | modified | julien@jboss.com | //trunk/core-admin/src/resources/portal-admin-war/WEB-INF/faces-config.xml | moved converters in a conversion package |
7502 | deleted | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PortalObjectIdConverter.java | moved converters in a conversion package |
7501 | modified | julien@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/common/PageManagerBean.java | removed System.out |
7500 | modified | thomas.heute@jboss.com | //trunk/build/build-thirdparty.xml | Oups forgot to use the correct jsf-portlet lib |
7499 | added | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/JSFMetaBridgeLifecycleFactoryImpl.java | Trying to have JBoss Portal 2.6 running on JBoss AS 4.0.x and 4.2.x |
7499 | added | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/JSFMetaBridgeViewHandlerImpl.java | Trying to have JBoss Portal 2.6 running on JBoss AS 4.0.x and 4.2.x |
7499 | added | thomas.heute@jboss.com | //trunk/faces/src/resources/portal-faces-lib-jar/META-INF/faces-config.xml | Trying to have JBoss Portal 2.6 running on JBoss AS 4.0.x and 4.2.x |
7499 | added | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/portlet/JSFMetaBridgeFacesContextFactoryImpl.java | Trying to have JBoss Portal 2.6 running on JBoss AS 4.0.x and 4.2.x |