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: 01/08/2007 23:09:31 |
Time to build: 82 minutes 43 seconds |
Last changed: 01/08/2007 19:35:52 |
Last log entry: - More behavioral fixes to registration handling. |
Unit Tests: (2716) Total Errors and Failures: (167) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Modifications since last build: (first 50 of 45) | ||||
5968 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java | - More behavioral fixes to registration handling. |
5968 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RegistrationInfo.java | - More behavioral fixes to registration handling. |
5967 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/ServiceDescriptionHandler.java | - Avoid useless work if there aren't any registration properties. |
5966 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RegistrationInfo.java | - Avoid useless work if there aren't any registration properties. |
5965 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java | - Fixed incorrect behavior in refreshIfNeeded (thanks Matt). |
5964 | added | thomas.heute@jboss.com | //trunk/workflow/.project | Updated Eclipse files |
5964 | modified | thomas.heute@jboss.com | //trunk/cms/.classpath | Updated Eclipse files |
5964 | modified | thomas.heute@jboss.com | //trunk/core/.classpath | Updated Eclipse files |
5964 | added | thomas.heute@jboss.com | //trunk/workflow/.classpath | Updated Eclipse files |
5963 | modified | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java | more JBPORTAL-1178 : Make JBoss Web 1.0.x deployment accepted by the portal deployer |
5960 | modified | thomas.heute@jboss.com | //trunk/core/src/main/org/jboss/portal/core/portlet/management/PortalObjectManagerBean.java | Fixed JBPORTAL-1177 in Portal_2.6 branch |
5959 | modified | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java | minor javadoc |
5957 | modified | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java | expant JBoss Web recognition to 1.0.x |
5955 | modified | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java | added JBoss Web in the detected configurations of deployment |
5954 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/deployment/WSRPDeploymentFactory.java | - Removed extraneous output left by mistake. |
5953 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ActionHandler.java | - Now include portlets that hint at cloning.- Accept other access modes than read-only.- BUT throw an exception when cloning occurs so that it can be fixed since I need to hook the code to Portal's state management. |
5953 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java | - Now include portlets that hint at cloning.- Accept other access modes than read-only.- BUT throw an exception when cloning occurs so that it can be fixed since I need to hook the code to Portal's state management. |
5953 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/InvocationHandler.java | - Now include portlets that hint at cloning.- Accept other access modes than read-only.- BUT throw an exception when cloning occurs so that it can be fixed since I need to hook the code to Portal's state management. |
5952 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/deployment/DeploymentTestCase.java | - Fixed a bug in RegistrationInfo where the fact that the registration was required didn't work.- Updated test to cover the issue. |
5952 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RegistrationInfo.java | - Fixed a bug in RegistrationInfo where the fact that the registration was required didn't work.- Updated test to cover the issue. |
5951 | added | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/portlet-instances.xml | - Added WSRP page and portlet to admin portal. |
5951 | added | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/wsrp-object.xml | - Added WSRP page and portlet to admin portal. |
5951 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/portlet.xml | - Added WSRP page and portlet to admin portal. |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/deployment/WSRPDeploymentFactory.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ActionHandler.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/WSRPConsumer.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/deployment/WSRPConsumerService.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RenderHandler.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/jsp/consumers/consumer.jsp | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/deployment/DeploymentTestCase.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/WSRPUtils.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/SessionHandler.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/EndpointConfigurationInfo.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/WSRPConsumerBaseTest.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RegistrationInfo.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/WSRPConsumerImpl.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/tests/test-deployment-lib-jar/test-wsrp.xml | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RequestPrecursor.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | added | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/behaviors/BasicPortletManagementBehavior.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/registration/RegistrationPropertyDescription.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/Property.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5950 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/InvocationHandler.java | - Extracted handling of service description from Consumer to a ProducerInfo.- Improved behavior of service description and cache handling.- Updated deployment code to create the appropriate objects when creating a Consumer.- Updated deployment tests for new Consumer information architecture.- Added testInvalidHandle in MarkupTestCase.- Changed behavior of WSRPConsumerImpl.getPortletInfo where an inexisting portlet was failing silently.- Use BEA's producer in deployment tests (Oracle's was/is down). |
5949 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-sar/default-wsrp.xml | - Reverted inclusion of vignette's producer in configuration. Should maybe ignore this file when I commit changes! :) |