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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:248: 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/08/2006 20:01:16
Time to build: 17 minutes 35 seconds
Last changed: 07/08/2006 19:07:13
Last log entry: [JBFORUMS-31] Updating Forums build to work with new Portal's build scripts.

 Unit Tests: (478)  Total Errors and Failures: (8)
org.jboss.portal.test.server.charset.CharsetTestSuite(4_0_3SP1)
org.jboss.portal.test.server.charset.CharsetTestSuite(HEAD)
org.jboss.portal.test.server.parameters.ParametersTestSuite(4_0_3SP1)
org.jboss.portal.test.server.parameters.ParametersTestSuite(HEAD)
org.jboss.portal.test.server.servlet.ServletTestSuite(4_0_3SP1)
org.jboss.portal.test.server.servlet.ServletTestSuite(HEAD)
org.jboss.portal.test.server.session.SessionTestSuite(4_0_3SP1)
org.jboss.portal.test.server.session.SessionTestSuite(HEAD)
 

 Modifications since last build:  (first 50 of 308)
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.5modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/aspects/portlet/SessionInterceptor.javaInvalidate session if we decide that it's invalid.
1.11modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/MarkupTestCase.java- Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils.
1.18modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/WSRPUtils.java- Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils.
1.4modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/aspects/portlet/SessionInterceptor.java- Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils.
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.10modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/MarkupTestCase.java- Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat.
1.4modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/NeedPortletHandleTest.java- Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat.
1.2modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/PortletManagementTestCase.java- Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat.
1.5modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/RegistrationTestCase.java- Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat.
1.3modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/ServiceDescriptionTestCase.java- Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat.
1.4modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/V1ProducerBaseTest.java- Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat.
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.15modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java- 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/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.14modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java- Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie.
1.8modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/WSRPConsumer.java- Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie.
1.2modifiedclaprunwsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerSessionInformation.java- Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie.
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.
1.13modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.javaAdded support for getHeader on MockHttpServletRequest. testSessionHandling is failing at the moment.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to