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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:47: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:72: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:115: 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: 07/30/2006 20:01:58
Time to build: 10 minutes 35 seconds
Last changed: 07/30/2006 18:35:17
Last log entry: move the code to append a parameter map to the Parameters class as it will be reused from there

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (first 50 of 818)
1.61modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/producer/MarkupHandler.javaJBPORTAL-973 : Portlet instance container integration testingJBPORTAL-972 : Portlet stateful invoker testing
1.11modifiedjulienwsrp/src/resources/portal-wsrp-sar/META-INF/jboss-service.xmlJBPORTAL-973 : Portlet instance container integration testingJBPORTAL-972 : Portlet stateful invoker testing
1.7modifiedjulienwsrp/src/resources/test-wsrp-producer-sar/META-INF/jboss-service.xmlJBPORTAL-973 : Portlet instance container integration testingJBPORTAL-972 : Portlet stateful invoker testing
1.11modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/deployment/WSRPDeploymentFactory.javaFixed incorrect deployment of WSRP.
1.3modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/services/AbstractJNDIServiceFactory.javaFixed incorrect deployment of WSRP.
1.6modifiedjulienwsrp/src/resources/test-wsrp-producer-sar/META-INF/jboss-service.xml- removed old portlet.war and portlet.sar that is unused- in portlet module move interceptors from component to portlet package
1.2modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/AbstractSOAPServiceFactory.javaadded comments
1.2modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/AbstractJNDIServiceFactory.java- introduced AbstractSOAPServiceFactory which performs lookup and caching of soap rcp service- removed caching from the AbstractJNDIServiceFactory- let subclasses of AbstractSOAPServiceFactory customize the stub obtained from the service
1.1addedjulienwsrp/src/main/org/jboss/portal/wsrp/services/AbstractSOAPServiceFactory.java- introduced AbstractSOAPServiceFactory which performs lookup and caching of soap rcp service- removed caching from the AbstractJNDIServiceFactory- let subclasses of AbstractSOAPServiceFactory customize the stub obtained from the service
1.6modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/PerEndpointSOAPInvokerServiceFactory.java- introduced AbstractSOAPServiceFactory which performs lookup and caching of soap rcp service- removed caching from the AbstractJNDIServiceFactory- let subclasses of AbstractSOAPServiceFactory customize the stub obtained from the service
1.4modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/SOAPInvokerServiceFactory.java- introduced AbstractSOAPServiceFactory which performs lookup and caching of soap rcp service- removed caching from the AbstractJNDIServiceFactory- let subclasses of AbstractSOAPServiceFactory customize the stub obtained from the service
1.13modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/info/WSRPPortletInfo.javamove Mode and WindowState to org.jboss.portal.portlet instead of org.jboss.portal
1.10modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/invocation/WSRPActionContext.javamove Mode and WindowState to org.jboss.portal.portlet instead of org.jboss.portal
1.25modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/invocation/WSRPInvocationContext.javamove Mode and WindowState to org.jboss.portal.portlet instead of org.jboss.portal
1.11modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/invocation/WSRPRenderContext.javamove Mode and WindowState to org.jboss.portal.portlet instead of org.jboss.portal
1.10modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/deployment/WSRPDeploymentFactory.javarenamed ServiceFactoryImpl to the more appropriate AbstractJNDIServiceFactory
1.1addedjulienwsrp/src/main/org/jboss/portal/wsrp/services/AbstractJNDIServiceFactory.javarenamed ServiceFactoryImpl to the more appropriate AbstractJNDIServiceFactory
1.5modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/PerEndpointSOAPInvokerServiceFactory.javarenamed ServiceFactoryImpl to the more appropriate AbstractJNDIServiceFactory
1.2modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/RMIInvokerServiceFactory.javarenamed ServiceFactoryImpl to the more appropriate AbstractJNDIServiceFactory
1.3modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/SOAPInvokerServiceFactory.javarenamed ServiceFactoryImpl to the more appropriate AbstractJNDIServiceFactory
1.6deletedjulienwsrp/src/main/org/jboss/portal/wsrp/services/ServiceFactoryImpl.javarenamed ServiceFactoryImpl to the more appropriate AbstractJNDIServiceFactory
1.1addedjulienwsrp/src/main/org/jboss/portal/wsrp/services/CachingServiceFactory.java- changed caching strategy of service proxies : the configured factory does not cache statically anymore as it would lead to issues in multithreaded environements. instead it caches per factory (which is configured with the state) and I have added a service factory decorator that caches statically but is used only in the tests (in order to avoid to recreate the same proxy (which leads to saving lot of time as soap proxy are very expensive to build)))
1.4modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/PerEndpointSOAPInvokerServiceFactory.java- changed caching strategy of service proxies : the configured factory does not cache statically anymore as it would lead to issues in multithreaded environements. instead it caches per factory (which is configured with the state) and I have added a service factory decorator that caches statically but is used only in the tests (in order to avoid to recreate the same proxy (which leads to saving lot of time as soap proxy are very expensive to build)))
1.2modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/SOAPInvokerServiceFactory.java- changed caching strategy of service proxies : the configured factory does not cache statically anymore as it would lead to issues in multithreaded environements. instead it caches per factory (which is configured with the state) and I have added a service factory decorator that caches statically but is used only in the tests (in order to avoid to recreate the same proxy (which leads to saving lot of time as soap proxy are very expensive to build)))
1.2modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/ServiceFactory.java- changed caching strategy of service proxies : the configured factory does not cache statically anymore as it would lead to issues in multithreaded environements. instead it caches per factory (which is configured with the state) and I have added a service factory decorator that caches statically but is used only in the tests (in order to avoid to recreate the same proxy (which leads to saving lot of time as soap proxy are very expensive to build)))
1.5modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/ServiceFactoryImpl.java- changed caching strategy of service proxies : the configured factory does not cache statically anymore as it would lead to issues in multithreaded environements. instead it caches per factory (which is configured with the state) and I have added a service factory decorator that caches statically but is used only in the tests (in order to avoid to recreate the same proxy (which leads to saving lot of time as soap proxy are very expensive to build)))
1.12modifiedjulienwsrp/src/resources/test-wsrp-consumer-jar/org/jboss/portal/test/wsrp/jboss-beans.xml- changed caching strategy of service proxies : the configured factory does not cache statically anymore as it would lead to issues in multithreaded environements. instead it caches per factory (which is configured with the state) and I have added a service factory decorator that caches statically but is used only in the tests (in order to avoid to recreate the same proxy (which leads to saving lot of time as soap proxy are very expensive to build)))
1.9modifiedjulienwsrp/src/resources/test-wsrp-producer-jar/org/jboss/portal/test/wsrp/jboss-beans.xml- changed caching strategy of service proxies : the configured factory does not cache statically anymore as it would lead to issues in multithreaded environements. instead it caches per factory (which is configured with the state) and I have added a service factory decorator that caches statically but is used only in the tests (in order to avoid to recreate the same proxy (which leads to saving lot of time as soap proxy are very expensive to build)))
1.9modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/deployment/WSRPDeploymentFactory.java- changed caching strategy of service proxies : the configured factory does not cache statically anymore as it would lead to issues in multithreaded environements. instead it caches per factory (which is configured with the state) and I have added a service factory decorator that caches statically but is used only in the tests (in order to avoid to recreate the same proxy (which leads to saving lot of time as soap proxy are very expensive to build)))
1.60modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/producer/MarkupHandler.java- Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils.
1.14modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/producer/ServiceDescriptionHandler.java- Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils.
1.34modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/producer/WSRPProducerImpl.java- Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils.
1.2modifiedclaprunwsrp/src/resources/log4j.xml- Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat.
1.4modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/ServiceFactoryImpl.javafor now cache proxies in the soap service factory
1.11modifiedjulienwsrp/src/resources/test-wsrp-consumer-jar/org/jboss/portal/test/wsrp/jboss-beans.xmluses SOAP by default
1.8modifiedjulienwsrp/src/resources/test-wsrp-producer-jar/org/jboss/portal/test/wsrp/jboss-beans.xmluses SOAP by default
1.12modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/info/WSRPPortletInfo.javafixed wsrp compilation issue
1.11modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/info/WSRPPortletInfo.java- improved implementation of portlet session replication- added unit test case for portlet session replication
1.3modifiedclaprunwsrp/src/resources/test-wsrp-consumer-client/META-INF/application-client.xml- Started implementation of testInitCookie (failing right now).- Forgotten to mention in previous check-in: added header handler in application-client.xml to handle cookies...
1.3modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/consumer/SessionHandler.java- Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc.
1.5modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/handler/RequestHeaderClientHandler.java- Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc.
1.5modifiedclaprunwsrp/src/resources/portal-wsrp-client-jar/META-INF/application-client.xml- Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc.
1.2modifiedclaprunwsrp/src/resources/test-wsrp-consumer-client/META-INF/application-client.xml- Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc.
1.3modifiedclaprunwsrp/src/resources/test-wsrp-consumer-sar/META-INF/jboss-service.xml- Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc.
1.5modifiedclaprunwsrp/src/resources/test-wsrp-producer-sar/META-INF/jboss-service.xml- Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc.
1.7modifiedclaprunwsrp/src/resources/test-wsrp-producer-jar/org/jboss/portal/test/wsrp/jboss-beans.xml- Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc.
1.10modifiedjulienwsrp/src/resources/test-wsrp-consumer-jar/org/jboss/portal/test/wsrp/jboss-beans.xmladd notion of Node and NodeManager in test framework to allow deploy/invoke a set of Node in order to implement clustering unit testing for portlet session replication
1.2modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/consumer/SessionHandler.java- Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie.
1.49modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/consumer/WSRPConsumerImpl.java- Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie.
1.2modifiedclaprunwsrp/src/resources/webservice/wsrp_v1_types.xsdSynchronized with other versions.