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

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:59: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:76: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:177: exec returned: 1
Date of build: 07/04/2006 20:01:30
Time to build: 19 minutes 2 seconds
Last changed: 07/04/2006 17:13:00
Last log entry: Invalidate session if we decide that it's invalid.

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

 Modifications since last build:  (first 50 of 239)
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.73modifiedclaprunwsrp/build.xml- Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat.
1.31modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/WSRPBaseTest.java- Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat.
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.72modifiedjulienwsrp/build.xmlfor now cache proxies in the soap service factory
1.4modifiedjulienwsrp/src/main/org/jboss/portal/wsrp/services/ServiceFactoryImpl.javafor now cache proxies in the soap service factory
1.71modifiedjulienwsrp/build.xmlneed to increase heap for producer-test to 512 mo, will investigate why using a profile
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/main/org/jboss/portal/test/wsrp/TestWSRPProducer.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.9modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/TestWSRPProducerImpl.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.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.30modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/WSRPBaseTest.java- Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc.
1.6modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/WSRPConsumerBaseTest.java- 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.70modifiedjulienwsrp/build.xmlforgot changes of the deploy directory
1.29modifiedjulienwsrp/src/main/org/jboss/portal/test/wsrp/WSRPBaseTest.javaadd 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.5modifiedjulienwsrp/src/main/org/jboss/portal/test/wsrp/WSRPConsumerBaseTest.javaadd 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.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.4modifiedclaprunwsrp/src/main/org/jboss/portal/test/wsrp/WSRPConsumerBaseTest.java- Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie.
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.69modifiedclaprunwsrp/build.xmlMinor changes.
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.
1.68modifiedrgenovawsrp/build.xmlfixed some classpath issues

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