gatein_wsrp_trunk_sun5 - Build # 85 - Still Failing!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun5 #85: Still Failing
No tests ran.
No tests ran.
Changes for Build #75
[mwringe] GTNWSRP-46: use a jboss zip instead of an exploded jbossas distribution for the tests. The tests will handle unziping it. Need to set JBOSS_ZIP_URL instead of JBOSS_HOME.
[mwringe] GTNWSRP-46: fix issues with the ServiceDescriptionTestCase, should now pass.
[mwringe] GTNWSRP-46: fix issues with the PortletManagementTestCase, should now pass.
[mwringe] GTNWSRP-46: Change the Cargo configuration home from a tmp directory to the target directory to get around issues with some tmp directory names and urls.
Changes for Build #76
[mwringe] GTNWSRP-46: Disable a few tests in MarkupTestCase which assume we are using an actual http request to the producer instead of a mock one.
Minor code formatting fixes
Fix issue with never using the correct locale due to clearing the list before comparing.
Changes for Build #77
[chris.laprun(a)jboss.com] - Test should now pass. Not sure why it wasn't working before... :(
[chris.laprun(a)jboss.com] - Retrieve Google portlet from PC samples to use in tests.
- Reverted to using JBOSS_HOME instead of zip installer for faster execution. Trimming down AS installation to minimum would further speed up tests.
- Reduced cargo logging but doesn't seem to have much effect. >_<
- Removed duplicated RegistrationPropertyDescriptionTestCase.
- Fixed several typos and cleaned up a little.
[mwringe] GTNWSRP-46: Update test to use arquillian. Should now pass.
[chris.laprun(a)jboss.com] - Moved some common code to WSRPProducerBaseTest.
- Added v2.ServiceDescriptionTestCase, which currently doesn't work. :(
- Removed log file use in cargo config.
[chris.laprun(a)jboss.com] - Minor.
[chris.laprun(a)jboss.com] - Wasn't sending the proper service description and the need for registration was never properly updated.
[mwringe] GTNWSRP-46: Make the test run much faster, update cargo log config so we don't create crazy logs during the tests.
[chris.laprun(a)jboss.com] - Removed duplicated tests that also are missing associated files.
Changes for Build #78
[mwringe] GTNWSRP-46: properly separating out the tests to be more independent. A few steps closer to being able to run the tests independently through a ide.
Added a few target dirs to svn:ignore (ie wsrp-wsrp2-ws and hibernate-impl).
[mwringe] GTNWSRP-46: test to see if this will get around a hudson bug.
[mwringe] GTNWSRP-46: Clean up duplicate tests.
[mwringe] GTNWSRP-46: Update the test build so it can now use a zip or a exploded directory for building.
[chris.laprun(a)jboss.com] - Fixed ServiceDescriptionHandler: event descriptions were not properly reset, and now, make sure that we don't have duplicates.
- Added EventDescription testing.
- Added events and public render parameters in BasicPortlet for testing purposes.
[chris.laprun(a)jboss.com] - Added cargo-debug profile that can be activated to remotely attach a debugger to the cargo instance to debug the tests.
- Added possibility of skipping integration tests with maven.test.skip.
[chris.laprun(a)jboss.com] - Updated to use 2.1.2-GA-SNAPSHOT of PC as we need a fix for GTNPC-21.
Changes for Build #79
[mwringe] GTNWSRP-46: very minor clean up.
[chris.laprun(a)jboss.com] - Reactivated tests apart from MarkupTestCase that currently doesn't work. Problem seems to come from conversion from v1 to v2 and vice-versa... :(
[chris.laprun(a)jboss.com] - Avoid NPE.
[chris.laprun(a)jboss.com] - Fixed improper method signature that was preventing proper polymorphic invocation.
[chris.laprun(a)jboss.com] - Properly report an error if both redirect URL and update response are null.
[chris.laprun(a)jboss.com] - Make it possible for BehaviorBackedServiceFactory to know which MarkupBehavior is requested.
- Make WSRPConsumerBaseTest use BehaviorBackedServiceFactory.
- Make sure that MarkupTestCase properly request a MarkupBehavior.
- MarkupTestCase now uses a specific MockUserContext instead of AbstractUserContext as new code doesn't allow for empty locales.
[chris.laprun(a)jboss.com] - Started adding events and PRP metadata on the consumer side.
[chris.laprun(a)jboss.com] - Added some missing methods.
[chris.laprun(a)jboss.com] - Added WSRPUtils.convertToCommonLocalizedStringOrNull method.
- Renamed WSRPUtils.convertToLocalizedString to convertToRegistrationLocalizedString.
- Fixed NPEs that could occur due to navigationalContext being possibly null.
[chris.laprun(a)jboss.com] - Added tests for parameter descriptions.
Changes for Build #80
[mwringe] GTNWSRP-46: More test updates.
- renable disabled tests, should still have a failure in the consumer MarkupTest due to missing cookies.
- update MockHttpServletRequest to return locahost and 8080 as the host and port values
- update ServiceDescriptionHandler to properly change the registration values from required to not required. Update to use nanotime instead of millis since millis is not accurate enough. Test added to ServiceDescriptionTestCase for his behavour.
[chris.laprun(a)jboss.com] - createConsumer should return a Consumer with an initialized persistent key. Added associated test case, which reminds me that we should have the same test for the JCR implementation. :/
- Fixed V1ProducerBaseTest which was setting the persistent key when it really should have been done by the RegistrationManager during Consumer creation.
[mwringe] GTNWSRP-46: Enable the v1 producer ReleaseSession and Registration test cases.
[mwringe] GTNWSRP-46: a few more test fixes.
[chris.laprun(a)jboss.com] - Renamed JBOSS_HOME to JBOSS_TEST_HOME in producer tests as JBOSS_HOME has meaning outside of this build.
Changes for Build #81
[mwringe] GTNWSRP-46: Disable starting cargo or creating the test archives if maven.test.skip is set.
[mwringe] GTNWSRP-46: Update the PerUnitCookiesMarkupBehaviour so that a cookie gets set and the v1 MarkupTestCases will finally pass.
[chris.laprun(a)jboss.com] - GTNWSRP-51: properly create a new NamedString for each parameter.
Changes for Build #82
[chris.laprun(a)jboss.com] - Improved script to allow skipping of tests by passing only one argument. Passing more than one argument results in the previous behavior for passing one argument: deploying without building.
[chris.laprun(a)jboss.com] - Added methods to deal with events and PRPs.
[chris.laprun(a)jboss.com] - GTNWSRP-53: deactivated extensions handling for now so that we can see if we run into issues without removing them.
Changes for Build #83
[mwringe] GTNWSRP-46: oops, didn't mean to disable the tests with the last commit.
[mwringe] GTNWSRP-46: Fix issue with the server not being unzipped in the correct phase when using jboss.zip.url.
[chris.laprun(a)jboss.com] - GTNWSRP-39:
+ Added EventHandler to deal with event dispatching.
+ Introduced NavigationalStateUpdatingHandler to gather common behavior between InvocationHandler and EventHandler.
+ Introduced UpdateNavigationalStateResponderProcessor to gather common behavior between EventRequestProcessor and ActionRequestProcessor.
- GTNWSRP-38: moved handling of PRPs to WSRPUtils.
- Use more factory methods instead of direct constructor calls.
- Protect debugging calls
Changes for Build #84
[chris.laprun(a)jboss.com] - Minor.
[chris.laprun(a)jboss.com] - GTNWSRP-39, GTNWSRP-49:
+ Extracted payload handling to PayloadUtils.
+ Removed use of NamedStringArray as it is currently not obvious how to make them fit with JSR-286 (might have to revisit later).
+ Now should "properly" marshall Serializable to XML (though it needs to be tested and interoperability is a question).
Changes for Build #85
[mwringe] GTNWSRP-54: initial check in of GetResource support. Still needs a couple of fixes and test cases to be added.
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/85
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/85/
13 years, 8 months
gatein_wsrp_trunk_sun6 - Build # 82 - Failure!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #82: Failure
No tests ran.
No tests ran.
Changes for Build #82
[chris.laprun(a)jboss.com] - GTNWSRP-168: Display WSDL address for producer (currently hardcodes context path and servlet path, though).
[chris.laprun(a)jboss.com] - GTNWSRP-146: Still need to replace the slashes (especially if they begin the portlet context) because otherwise the URL will be malformed to be interpreted by the servlet engine.
[chris.laprun(a)jboss.com] - Fixed tests.
[chris.laprun(a)jboss.com] - Removed now unused constant.
[chris.laprun(a)jboss.com] - GTNWSRP-166: The FederatingPortletInvoker wasn't properly updated when a producer's id was changed. Not sure how we never realized that before, kudos to Michal for exposing the issue! :)
[chris.laprun(a)jboss.com] - GTNWSRP-167: Encode portlet context and instance key, since they can have a space in them, causing an issue when building the URL.
[chris.laprun(a)jboss.com] - Indicate that save and delete can throw ConsumerExceptions.
[...truncated 930 lines...]
A consumer/src/test/java/org
A consumer/src/test/java/org/gatein
A consumer/src/test/java/org/gatein/wsrp
A consumer/src/test/java/org/gatein/wsrp/test
A consumer/src/test/java/org/gatein/wsrp/test/protocol
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v1
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/MarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/TestWSRPProducer.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/TestWSRPProducerImpl.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/BehaviorBackedServiceFactory.java
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/InitCookieNotRequiredMarkupBehavior.java
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/interop
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/interop/LiferayServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/BasicMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/PerGroupInitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/PerUserInitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/SessionMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/DestroyClonesPortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/BasicServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/GroupedPortletsServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/ResourceMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/BasicPortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/NullMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/InitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/EmptyMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/TestProducerBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/ServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/PortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/BehaviorRegistry.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/RegistrationBehavior.java
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v2
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/MarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/TestWSRPProducer.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/TestWSRPProducerImpl.java
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/BehaviorBackedServiceFactory.java
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/InitCookieNotRequiredMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/BasicMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/PerGroupInitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/PerUserInitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/SessionMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/DestroyClonesPortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/BasicServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/GroupedPortletsServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/ResourceMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/BasicPortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/NullMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/InitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/EmptyMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/TestProducerBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/ServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/PortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/BehaviorRegistry.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/RegistrationBehavior.java
A consumer/src/test/java/org/gatein/wsrp/test/support
AU consumer/src/test/java/org/gatein/wsrp/test/support/MockWSRPConsumer.java
A consumer/src/test/java/org/gatein/wsrp/test/support/RequestedMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/support/TestPortletInvocationContext.java
AU consumer/src/test/java/org/gatein/wsrp/test/support/MockConsumerRegistry.java
A consumer/src/test/java/org/gatein/wsrp/test/support/MockEndpointConfigurationInfo.java
A consumer/src/test/java/org/gatein/wsrp/protocol
A consumer/src/test/java/org/gatein/wsrp/protocol/v1
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/ServiceDescriptionTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/InteropServiceDescriptionTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/PortletManagementTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/WSRP1ConsumerBaseTest.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/MarkupTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/V1ConsumerBaseTest.java
A consumer/src/test/java/org/gatein/wsrp/protocol/v2
AU consumer/src/test/java/org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v2/InteropServiceDescriptionTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v2/PortletManagementTestCase.java
A consumer/src/test/java/org/gatein/wsrp/protocol/v2/WSRP2ConsumerBaseTest.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v2/MarkupTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v2/V2ConsumerBaseTest.java
A consumer/src/test/java/org/gatein/wsrp/consumer
AU consumer/src/test/java/org/gatein/wsrp/consumer/EndpointConfigurationInfoTestCase.java
A consumer/src/test/java/org/gatein/wsrp/consumer/handlers
AU consumer/src/test/java/org/gatein/wsrp/consumer/handlers/RenderHandlerTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/consumer/RegistrationInfoTestCase.java
A consumer/src/test/java/org/gatein/wsrp/consumer/services
A consumer/src/test/java/org/gatein/wsrp/consumer/services/SOAPServiceFactoryTestCase.java
A consumer/src/test/java/org/gatein/wsrp/consumer/registry
AU consumer/src/test/java/org/gatein/wsrp/consumer/registry/ConsumerRegistryTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/consumer/ProducerSessionInformationTestCase.java
A consumer/src/test/java/org/gatein/wsrp/consumer/migration
A consumer/src/test/java/org/gatein/wsrp/consumer/migration/MigrationServiceTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/consumer/ProducerInfoTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/consumer/RegistrationPropertyTestCase.java
A consumer/src/test/java/org/gatein/wsrp/handler
AU consumer/src/test/java/org/gatein/wsrp/handler/RequestHeaderClientHandlerTestCase.java
A consumer/src/main
A consumer/src/main/java
A consumer/src/main/java/org
A consumer/src/main/java/org/gatein
A consumer/src/main/java/org/gatein/wsrp
A consumer/src/main/java/org/gatein/wsrp/services
A consumer/src/main/java/org/gatein/wsrp/services/MarkupService.java
A consumer/src/main/java/org/gatein/wsrp/services/ManageableServiceFactory.java
A consumer/src/main/java/org/gatein/wsrp/services/ServiceDescriptionService.java
A consumer/src/main/java/org/gatein/wsrp/services/v1
A consumer/src/main/java/org/gatein/wsrp/services/v1/V1RegistrationService.java
A consumer/src/main/java/org/gatein/wsrp/services/v1/V1MarkupService.java
A consumer/src/main/java/org/gatein/wsrp/services/v1/V1ServiceDescriptionService.java
A consumer/src/main/java/org/gatein/wsrp/services/v1/V1PortletManagementService.java
A consumer/src/main/java/org/gatein/wsrp/services/PortletManagementService.java
A consumer/src/main/java/org/gatein/wsrp/services/v2
A consumer/src/main/java/org/gatein/wsrp/services/v2/V2PortletManagementService.java
A consumer/src/main/java/org/gatein/wsrp/services/v2/V2RegistrationService.java
A consumer/src/main/java/org/gatein/wsrp/services/v2/V2MarkupService.java
A consumer/src/main/java/org/gatein/wsrp/services/v2/V2ServiceDescriptionService.java
A consumer/src/main/java/org/gatein/wsrp/services/ServiceFactory.java
A consumer/src/main/java/org/gatein/wsrp/services/RegistrationService.java
A consumer/src/main/java/org/gatein/wsrp/services/SOAPServiceFactory.java
A consumer/src/main/java/org/gatein/wsrp/services/WSRPService.java
A consumer/src/main/java/org/gatein/wsrp/WSRPConsumer.java
A consumer/src/main/java/org/gatein/wsrp/consumer
A consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/RegistrationProperty.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/EventHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationDispatcher.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/SessionHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/MimeResponseHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ResourceHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/NavigationalStateUpdatingHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ActionHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ProducerSessionInformation.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/RenderHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/DirectResourceServingHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/EndpointConfigurationInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/RegistrationInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/registry
A consumer/src/main/java/org/gatein/wsrp/consumer/registry/ActivatingNullInvokerHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/registry/xml
AU consumer/src/main/java/org/gatein/wsrp/consumer/registry/xml/XMLWSRPConsumerFactory.java
AU consumer/src/main/java/org/gatein/wsrp/consumer/registry/xml/XMLConsumerRegistry.java
A consumer/src/main/java/org/gatein/wsrp/consumer/registry/ConsumerRegistry.java
A consumer/src/main/java/org/gatein/wsrp/consumer/registry/InMemoryConsumerRegistry.java
A consumer/src/main/java/org/gatein/wsrp/consumer/registry/AbstractConsumerRegistry.java
A consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java
A consumer/src/main/java/org/gatein/wsrp/consumer/migration
A consumer/src/main/java/org/gatein/wsrp/consumer/migration/BaseMigrationInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/migration/ImportInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/migration/InMemoryMigrationService.java
A consumer/src/main/java/org/gatein/wsrp/consumer/migration/MigrationService.java
A consumer/src/main/java/org/gatein/wsrp/consumer/migration/ExportInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/WSRPPortlet.java
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/info
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/info/WSRPPortletInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/info/WSRPNavigationInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/info/WSRPParameterInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/info/WSRPEventInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/ConsumerException.java
A consumer/src/main/java/org/gatein/wsrp/consumer/RefreshResult.java
A consumer/src/main/java/org/gatein/wsrp/handler
A consumer/src/main/java/org/gatein/wsrp/handler/CookieUtil.java
A consumer/src/main/java/org/gatein/wsrp/handler/RequestHeaderClientHandler.java
A consumer/src/main/resources
A consumer/src/main/resources/conf
AU consumer/src/main/resources/conf/wsrp-consumers-config.xml
A consumer/pom.xml
U .
At revision 5189
No emails were triggered.
[wsrp] $ /qa/tools/opt/maven-2.2.1/bin/mvn clean install -Djboss.zip.url=/qa/tools/opt/src/jboss/jboss-5.1.0.GA.zip
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] GateIn - WSRP
[INFO] GateIn WSRP Integration API
[INFO] GateIn WSRP v1 Generated JAX-WS Classes
[INFO] GateIn WSRP v2 Generated JAX-WS Classes
[INFO] GateIn WSRP Test Framework
[INFO] GateIn WSRP Common Classes
[INFO] GateIn WSRP Producer
[INFO] GateIn WSRP Consumer
[INFO] GateIn WSRP Admin GUI
[INFO] GateIn WSRP Producer WAR
[INFO] GateIn WSRP Hibernate-based persistence implementation
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn - WSRP
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [enforcer:enforce {execution: enforce-java-version}]
[INFO] [enforcer:enforce {execution: enforce-maven-version}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/pom.xml to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-parent/2.0.0-GA-SNAPSHOT/wsrp-parent-2.0.0-GA-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Integration API
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [enforcer:enforce {execution: enforce-java-version}]
[INFO] [enforcer:enforce {execution: enforce-maven-version}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/api/target/classes
FATAL: command execution failed
hudson.util.IOException2: Failed to join the process
at hudson.Proc$RemoteProc.join(Proc.java:355)
at hudson.Launcher$ProcStarter.join(Launcher.java:280)
at hudson.tasks.Maven.perform(Maven.java:253)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:601)
at hudson.model.Build$RunnerImpl.build(Build.java:174)
at hudson.model.Build$RunnerImpl.doRun(Build.java:138)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
at hudson.model.Run.run(Run.java:1257)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Caused by: java.util.concurrent.ExecutionException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
at hudson.remoting.Request$1.get(Request.java:218)
at hudson.remoting.Request$1.get(Request.java:172)
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
at hudson.Proc$RemoteProc.join(Proc.java:347)
... 11 more
Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
at hudson.remoting.Request.abort(Request.java:257)
at hudson.remoting.Channel.terminate(Channel.java:602)
at hudson.remoting.Channel$ReaderThread.run(Channel.java:893)
Caused by: java.io.IOException: Unexpected termination of the channel
at hudson.remoting.Channel$ReaderThread.run(Channel.java:875)
Caused by: java.io.EOFException
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2554)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
at hudson.remoting.Channel$ReaderThread.run(Channel.java:869)
FATAL: channel is already closed
hudson.remoting.ChannelClosedException: channel is already closed
at hudson.remoting.Channel.send(Channel.java:412)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:555)
at hudson.Launcher$RemoteLauncher.kill(Launcher.java:744)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:421)
at hudson.model.Run.run(Run.java:1257)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun6/82
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/82/
14 years, 2 months
gatein_wsrp_trunk_sun6 - Build # 80 - Failure!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #80: Failure
No tests ran.
No tests ran.
Changes for Build #80
[chris.laprun(a)jboss.com] - GTNWSRP-146: Use a servlet to serve wsrp v1 resource:
+ Improved invocation dispatching of resources.
+ Refactored handling of direct resource serving: now uses a proper handler, subclassing ResourceHandler.
+ Added WSRPPortletURL.URLContext as a parameter to build WSRPPortletURL so that contextual informtation can be passed to the URL.
+ Added ResourceServingUtil to deal with encoding and decoding of direct resource requests.
+ Had WSRPPortletInvocationContext.renderURL use URLContext to transmit data to URLs.
+ WSRPResourceURL now computes a resourceURL if it is provided with the information to do so.
- Moved namespace generation and portlet instance key extraction methods to WSRPTypeFactory so that they can be reused across modules with the same logic.
[...truncated 876 lines...]
A admin-gui/src/main/webapp/WEB-INF/tags/xhtml
A admin-gui/src/main/webapp/WEB-INF/tags/xhtml/blueHeaderBar.xhtml
A admin-gui/src/main/webapp/WEB-INF/tags/xhtml/commandButton.xhtml
A admin-gui/src/main/webapp/WEB-INF/tags/xhtml/commandLink.xhtml
A admin-gui/src/main/webapp/WEB-INF/wsrp-object.xml
A admin-gui/src/main/webapp/img
AU admin-gui/src/main/webapp/img/pathBackground.png
AU admin-gui/src/main/webapp/img/border-dotted-vert.gif
AU admin-gui/src/main/webapp/img/pathSeparator.png
AU admin-gui/src/main/webapp/img/actionIcon_Deactivate.gif
AU admin-gui/src/main/webapp/img/section-header-bg.gif
AU admin-gui/src/main/webapp/img/actionIcon_Deregister.gif
AU admin-gui/src/main/webapp/img/border-dotted-blue.gif
AU admin-gui/src/main/webapp/img/actionIcon_Refresh.gif
AU admin-gui/src/main/webapp/img/msgIcon_Warning.gif
AU admin-gui/src/main/webapp/img/actionIcon_Activate.gif
A admin-gui/src/main/webapp/img/jbp-icon-set
AU admin-gui/src/main/webapp/img/jbp-icon-set/window_edit.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/layout.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/window_add.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/window_error.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/make_default.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/export.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/generic_icon.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/delete2.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/default.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/register.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/window_remove.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/display_names.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/coordination.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/add.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/deregister.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/refresh.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/accept.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/activate.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/settings.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/window_copy.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/delete.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/theme.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/rename.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/security.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/window.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/deactivate.gif
AU admin-gui/src/main/webapp/img/jbp-icon-set/import.gif
AU admin-gui/src/main/webapp/img/actionIcon_Configure.gif
AU admin-gui/src/main/webapp/img/actionIcon_Delete.gif
AU admin-gui/src/main/webapp/img/actionIcon_Register.gif
AU admin-gui/src/main/webapp/img/section-subHeader-bg.gif
A admin-gui/pom.xml
A pom.xml
A consumer
A consumer/src
A consumer/src/test
A consumer/src/test/java
A consumer/src/test/java/org
A consumer/src/test/java/org/gatein
A consumer/src/test/java/org/gatein/wsrp
A consumer/src/test/java/org/gatein/wsrp/test
A consumer/src/test/java/org/gatein/wsrp/test/protocol
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v1
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/MarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/TestWSRPProducer.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/TestWSRPProducerImpl.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/BehaviorBackedServiceFactory.java
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/InitCookieNotRequiredMarkupBehavior.java
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/interop
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/interop/LiferayServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/BasicMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/PerGroupInitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/PerUserInitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/SessionMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/DestroyClonesPortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/BasicServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/GroupedPortletsServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/ResourceMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/BasicPortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/NullMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/InitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/behaviors/EmptyMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/TestProducerBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/ServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/PortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/BehaviorRegistry.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v1/RegistrationBehavior.java
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v2
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/MarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/TestWSRPProducer.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/TestWSRPProducerImpl.java
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/BehaviorBackedServiceFactory.java
A consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/InitCookieNotRequiredMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/BasicMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/PerGroupInitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/PerUserInitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/SessionMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/DestroyClonesPortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/BasicServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/GroupedPortletsServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/ResourceMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/BasicPortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/NullMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/InitCookieMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/behaviors/EmptyMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/TestProducerBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/ServiceDescriptionBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/PortletManagementBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/BehaviorRegistry.java
AU consumer/src/test/java/org/gatein/wsrp/test/protocol/v2/RegistrationBehavior.java
A consumer/src/test/java/org/gatein/wsrp/test/support
AU consumer/src/test/java/org/gatein/wsrp/test/support/MockWSRPConsumer.java
A consumer/src/test/java/org/gatein/wsrp/test/support/RequestedMarkupBehavior.java
AU consumer/src/test/java/org/gatein/wsrp/test/support/TestPortletInvocationContext.java
AU consumer/src/test/java/org/gatein/wsrp/test/support/MockConsumerRegistry.java
A consumer/src/test/java/org/gatein/wsrp/test/support/MockEndpointConfigurationInfo.java
A consumer/src/test/java/org/gatein/wsrp/protocol
A consumer/src/test/java/org/gatein/wsrp/protocol/v1
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/ServiceDescriptionTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/InteropServiceDescriptionTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/PortletManagementTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/WSRP1ConsumerBaseTest.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/MarkupTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v1/V1ConsumerBaseTest.java
A consumer/src/test/java/org/gatein/wsrp/protocol/v2
AU consumer/src/test/java/org/gatein/wsrp/protocol/v2/ServiceDescriptionTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v2/InteropServiceDescriptionTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v2/PortletManagementTestCase.java
A consumer/src/test/java/org/gatein/wsrp/protocol/v2/WSRP2ConsumerBaseTest.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v2/MarkupTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/protocol/v2/V2ConsumerBaseTest.java
A consumer/src/test/java/org/gatein/wsrp/consumer
AU consumer/src/test/java/org/gatein/wsrp/consumer/EndpointConfigurationInfoTestCase.java
A consumer/src/test/java/org/gatein/wsrp/consumer/handlers
AU consumer/src/test/java/org/gatein/wsrp/consumer/handlers/RenderHandlerTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/consumer/RegistrationInfoTestCase.java
A consumer/src/test/java/org/gatein/wsrp/consumer/services
A consumer/src/test/java/org/gatein/wsrp/consumer/services/SOAPServiceFactoryTestCase.java
A consumer/src/test/java/org/gatein/wsrp/consumer/registry
AU consumer/src/test/java/org/gatein/wsrp/consumer/registry/ConsumerRegistryTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/consumer/ProducerSessionInformationTestCase.java
A consumer/src/test/java/org/gatein/wsrp/consumer/migration
A consumer/src/test/java/org/gatein/wsrp/consumer/migration/MigrationServiceTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/consumer/ProducerInfoTestCase.java
AU consumer/src/test/java/org/gatein/wsrp/consumer/RegistrationPropertyTestCase.java
A consumer/src/test/java/org/gatein/wsrp/handler
AU consumer/src/test/java/org/gatein/wsrp/handler/RequestHeaderClientHandlerTestCase.java
A consumer/src/main
A consumer/src/main/java
A consumer/src/main/java/org
A consumer/src/main/java/org/gatein
A consumer/src/main/java/org/gatein/wsrp
A consumer/src/main/java/org/gatein/wsrp/services
A consumer/src/main/java/org/gatein/wsrp/services/MarkupService.java
A consumer/src/main/java/org/gatein/wsrp/services/ManageableServiceFactory.java
A consumer/src/main/java/org/gatein/wsrp/services/ServiceDescriptionService.java
A consumer/src/main/java/org/gatein/wsrp/services/v1
A consumer/src/main/java/org/gatein/wsrp/services/v1/V1RegistrationService.java
A consumer/src/main/java/org/gatein/wsrp/services/v1/V1MarkupService.java
A consumer/src/main/java/org/gatein/wsrp/services/v1/V1ServiceDescriptionService.java
A consumer/src/main/java/org/gatein/wsrp/services/v1/V1PortletManagementService.java
A consumer/src/main/java/org/gatein/wsrp/services/PortletManagementService.java
A consumer/src/main/java/org/gatein/wsrp/services/v2
A consumer/src/main/java/org/gatein/wsrp/services/v2/V2PortletManagementService.java
A consumer/src/main/java/org/gatein/wsrp/services/v2/V2RegistrationService.java
A consumer/src/main/java/org/gatein/wsrp/services/v2/V2MarkupService.java
A consumer/src/main/java/org/gatein/wsrp/services/v2/V2ServiceDescriptionService.java
A consumer/src/main/java/org/gatein/wsrp/services/ServiceFactory.java
A consumer/src/main/java/org/gatein/wsrp/services/RegistrationService.java
A consumer/src/main/java/org/gatein/wsrp/services/SOAPServiceFactory.java
A consumer/src/main/java/org/gatein/wsrp/services/WSRPService.java
A consumer/src/main/java/org/gatein/wsrp/WSRPConsumer.java
A consumer/src/main/java/org/gatein/wsrp/consumer
A consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/RegistrationProperty.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/EventHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationDispatcher.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/SessionHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/MimeResponseHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ResourceHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/NavigationalStateUpdatingHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ActionHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ProducerSessionInformation.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/RenderHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/handlers/DirectResourceServingHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/EndpointConfigurationInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/RegistrationInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/registry
A consumer/src/main/java/org/gatein/wsrp/consumer/registry/ActivatingNullInvokerHandler.java
A consumer/src/main/java/org/gatein/wsrp/consumer/registry/xml
AU consumer/src/main/java/org/gatein/wsrp/consumer/registry/xml/XMLWSRPConsumerFactory.java
AU consumer/src/main/java/org/gatein/wsrp/consumer/registry/xml/XMLConsumerRegistry.java
A consumer/src/main/java/org/gatein/wsrp/consumer/registry/ConsumerRegistry.java
A consumer/src/main/java/org/gatein/wsrp/consumer/registry/InMemoryConsumerRegistry.java
A consumer/src/main/java/org/gatein/wsrp/consumer/registry/AbstractConsumerRegistry.java
A consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java
A consumer/src/main/java/org/gatein/wsrp/consumer/migration
A consumer/src/main/java/org/gatein/wsrp/consumer/migration/BaseMigrationInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/migration/ImportInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/migration/InMemoryMigrationService.java
A consumer/src/main/java/org/gatein/wsrp/consumer/migration/MigrationService.java
A consumer/src/main/java/org/gatein/wsrp/consumer/migration/ExportInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/WSRPPortlet.java
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/info
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/info/WSRPPortletInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/info/WSRPNavigationInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/info/WSRPParameterInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/portlet/info/WSRPEventInfo.java
A consumer/src/main/java/org/gatein/wsrp/consumer/ConsumerException.java
A consumer/src/main/java/org/gatein/wsrp/consumer/RefreshResult.java
A consumer/src/main/java/org/gatein/wsrp/handler
A consumer/src/main/java/org/gatein/wsrp/handler/CookieUtil.java
A consumer/src/main/java/org/gatein/wsrp/handler/RequestHeaderClientHandler.java
A consumer/src/main/resources
A consumer/src/main/resources/conf
AU consumer/src/main/resources/conf/wsrp-consumers-config.xml
A consumer/pom.xml
U .
At revision 5158
No emails were triggered.
[wsrp] $ /qa/tools/opt/maven-2.2.1/bin/mvn clean install -Djboss.zip.url=/qa/tools/opt/src/jboss/jboss-5.1.0.GA.zip
FATAL: command execution failed
java.io.IOException: Cannot run program "/qa/tools/opt/maven-2.2.1/bin/mvn" (in directory "/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp"): java.io.IOException: error=12, Cannot allocate memory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at hudson.Proc$LocalProc.<init>(Proc.java:192)
at hudson.Proc$LocalProc.<init>(Proc.java:164)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:638)
at hudson.Launcher$ProcStarter.start(Launcher.java:273)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:793)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:767)
at hudson.remoting.UserRequest.perform(UserRequest.java:114)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.IOException: java.io.IOException: error=12, Cannot allocate memory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
... 15 more
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun6/80
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/80/
14 years, 2 months
gatein_pc_trunk_sun5_tomcat6_jboss5_jboss423 - Build # 95 - Failure!
by jboss-qa-internal@redhat.com
gatein_pc_trunk_sun5_tomcat6_jboss5_jboss423 #95: Failure
421 tests 1 failure(s) / +1
1 tests failed.
REGRESSION: test-jsr168-tck-dispatcher?archiveId=test-jsr168-tck-dispatcher.war&archivePath=/mnt/hudson_workspace/workspace/gatein_pc_trunk_sun5_tomcat6_jboss5_jboss423/portlet/test/target/test/tmp/lib&serverName=RemoteJBoss_4_2_3.DispatchedRequestTestCase
Error Message:
Failed at
Stack Trace:
java.lang.Exception: Failed at
at org.jboss.unit.Failure.<init>(Failure.java:72)
at org.jboss.unit.Failure.<init>(Failure.java:50)
at org.jboss.unit.Failure.createErrorFailure(Failure.java:121)
at org.jboss.unit.remote.driver.handler.http.HTTPConversation.decodeHTTPResponse(HTTPConversation.java:248)
at org.jboss.unit.remote.driver.handler.http.HTTPConversation.invoke(HTTPConversation.java:162)
at org.jboss.unit.remote.driver.handler.http.HTTPHandler.handleCommand(HTTPHandler.java:124)
at org.jboss.unit.remote.driver.handler.deployer.DeployerHandler.handleCommand(DeployerHandler.java:136)
at org.jboss.unit.remote.driver.TestConversation.handleCommand(TestConversation.java:107)
at org.jboss.unit.remote.driver.TestConversation.handleCommand(TestConversation.java:129)
at org.jboss.unit.remote.driver.TestConversation.handleCommand(TestConversation.java:81)
at org.jboss.unit.remote.driver.RemoteTestDriverClient.invoke(RemoteTestDriverClient.java:281)
at org.jboss.unit.runner.impl.driver.TestDriverRunner.internalRun(TestDriverRunner.java:187)
at org.jboss.unit.runner.impl.driver.TestDriverRunner.internalRun(TestDriverRunner.java:157)
at org.jboss.unit.runner.impl.driver.TestDriverRunner.internalRun(TestDriverRunner.java:119)
at org.jboss.unit.runner.AbstractTestRunner.run(AbstractTestRunner.java:43)
at org.jboss.unit.runner.impl.generic.GenericTestRunner.internalRun(GenericTestRunner.java:98)
at org.jboss.unit.runner.AbstractTestRunner.run(AbstractTestRunner.java:43)
at org.jboss.unit.runner.impl.composite.CompositeTestRunner.internalRun(CompositeTestRunner.java:62)
at org.jboss.unit.runner.AbstractTestRunner.run(AbstractTestRunner.java:43)
at org.jboss.unit.tooling.Main.execute(Main.java:205)
at org.jboss.unit.tooling.Main.main(Main.java:356)
Changes for Build #95
Public URL: https://hudson.jboss.org/hudson/job/gatein_pc_trunk_sun5_tomcat6_jboss5_j...
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_pc_trunk_sun5_tomcat6_jboss5...
14 years, 2 months
gatein_wsrp_trunk_sun6 - Build # 78 - Failure!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #78: Failure
No tests ran.
No tests ran.
Changes for Build #78
Started by an SCM change
Building remotely on dev82
hudson.util.IOException2: remote file operation failed: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6 at hudson.remoting.Channel@3cfcecf1:dev82
at hudson.FilePath.act(FilePath.java:751)
at hudson.FilePath.act(FilePath.java:735)
at hudson.FilePath.mkdirs(FilePath.java:803)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1038)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
at hudson.model.Run.run(Run.java:1257)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Caused by: java.io.IOException: Broken pipe
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
at hudson.remoting.Channel.send(Channel.java:417)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:555)
at hudson.FilePath.act(FilePath.java:742)
... 9 more
Retrying after 10 seconds
hudson.util.IOException2: remote file operation failed: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6 at hudson.remoting.Channel@3cfcecf1:dev82
at hudson.FilePath.act(FilePath.java:751)
at hudson.FilePath.act(FilePath.java:735)
at hudson.FilePath.mkdirs(FilePath.java:803)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1038)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
at hudson.model.Run.run(Run.java:1257)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Caused by: java.io.IOException: Broken pipe
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
at hudson.remoting.Channel.send(Channel.java:417)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:555)
at hudson.FilePath.act(FilePath.java:742)
... 9 more
Retrying after 10 seconds
hudson.util.IOException2: remote file operation failed: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6 at hudson.remoting.Channel@3cfcecf1:dev82
at hudson.FilePath.act(FilePath.java:751)
at hudson.FilePath.act(FilePath.java:735)
at hudson.FilePath.mkdirs(FilePath.java:803)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1038)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
at hudson.model.Run.run(Run.java:1257)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Caused by: java.io.IOException: Broken pipe
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
at hudson.remoting.Channel.send(Channel.java:417)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:555)
at hudson.FilePath.act(FilePath.java:742)
... 9 more
Retrying after 10 seconds
hudson.util.IOException2: remote file operation failed: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6 at hudson.remoting.Channel@3cfcecf1:dev82
at hudson.FilePath.act(FilePath.java:751)
at hudson.FilePath.act(FilePath.java:735)
at hudson.FilePath.mkdirs(FilePath.java:803)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1038)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
at hudson.model.Run.run(Run.java:1257)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Caused by: java.io.IOException: Broken pipe
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
at hudson.remoting.Channel.send(Channel.java:417)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:555)
at hudson.FilePath.act(FilePath.java:742)
... 9 more
Retrying after 10 seconds
hudson.util.IOException2: remote file operation failed: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6 at hudson.remoting.Channel@3cfcecf1:dev82
at hudson.FilePath.act(FilePath.java:751)
at hudson.FilePath.act(FilePath.java:735)
at hudson.FilePath.mkdirs(FilePath.java:803)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1038)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
at hudson.model.Run.run(Run.java:1257)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Caused by: java.io.IOException: Broken pipe
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
at hudson.remoting.Channel.send(Channel.java:417)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:555)
at hudson.FilePath.act(FilePath.java:742)
... 9 more
Retrying after 10 seconds
hudson.util.IOException2: remote file operation failed: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6 at hudson.remoting.Channel@3cfcecf1:dev82
at hudson.FilePath.act(FilePath.java:751)
at hudson.FilePath.act(FilePath.java:735)
at hudson.FilePath.mkdirs(FilePath.java:803)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1038)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
at hudson.model.Run.run(Run.java:1257)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Caused by: java.io.IOException: Broken pipe
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
at hudson.remoting.Channel.send(Channel.java:417)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:555)
at hudson.FilePath.act(FilePath.java:742)
... 9 more
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
java.io.IOException: Broken pipe
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
at hudson.remoting.Channel.send(Channel.java:417)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:555)
at hudson.EnvVars.getRemote(EnvVars.java:202)
at hudson.model.Computer.getEnvironment(Computer.java:736)
at hudson.model.Run.getEnvironment(Run.java:1655)
at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:682)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:130)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:601)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:580)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:558)
at hudson.model.Build$RunnerImpl.post2(Build.java:158)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:528)
at hudson.model.Run.run(Run.java:1280)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Email was triggered for: Failure
Sending email for trigger: Failure
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun6/78
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/78/
14 years, 2 months