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, 7 months
gatein_portal_trunk_sun6 - Build # 423 - Failure!
by jboss-qa-internal@redhat.com
gatein_portal_trunk_sun6 #423: Failure
No tests ran.
No tests ran.
Changes for Build #423
[julien_viet] remove hardcodes in XSLT
[julien_viet] minor remove commented list of legacy jars
[hangnguyen] TestVN-356:Clean and Improve existing Selenium for GateIn
[julien_viet] GTNPORTAL-1591 : Maven packaging for tomcat
[aheritier] GTNPORTAL-1591 : Add profile named bundle to generate the zip and attach it to the build + remove default tomcat webapps + Add ROOT webapp to automatically redirect to /portal
[julien_viet] minor
[julien_viet] GTNPORTAL-1591 : port enforcer plugin for enforcing paths
[julien_viet] bye bye assembly plugin
[julien_viet] GTNPORTAL-1591 : replace assembly with ant
Public URL: https://hudson.jboss.org/hudson/job/gatein_portal_trunk_sun6/423
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_portal_trunk_sun6/423/
14 years, 2 months
gatein_wsrp_trunk_sun6 - Build # 62 - Failure!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #62: Failure
No tests ran.
No tests ran.
Changes for Build #62
[chris.laprun(a)jboss.com] - GTNWSRP-97, GTNWSRP-99:
+ Significantly improved URL templates by providing values where none were previously provided, including parameters that cannot be handled by PortletInvocationContext.renderURL method.
+ Parameters that cannot be handled regularly are passed around using the Invocation attribute mechanism. Note that this will require support from the portal side.
- Should now properly handle public navigational state provided via URL templates as well, though this hasn't been tested yet.
- Adapted to changes in PC CacheLevel.
- Moved public NS encoding and decoding methods from WSRPRenderURL to WSRPUtils.
- Use PC 2.2.0-BETA06-SNAPSHOT.
[...truncated 887 lines...]
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/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/ServiceWrapper.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/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 4675
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-Beta02-SNAPSHOT/wsrp-parent-2.0.0-Beta02-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Integration API
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/gatein/p...
[INFO] Unable to find resource 'org.gatein.pc:pc-parent:pom:2.2.0-Beta06-SNAPSHOT' in repository jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/)
Downloading: https://repository.jboss.org/nexus/content/groups/public//org/gatein/pc/p...
[INFO] Unable to find resource 'org.gatein.pc:pc-parent:pom:2.2.0-Beta06-SNAPSHOT' in repository jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.gatein.pc:pc-api:jar:null
Reason: Cannot find parent: org.gatein.pc:pc-parent for project: org.gatein.pc:pc-api:jar:null for project org.gatein.pc:pc-api:jar:null
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17 seconds
[INFO] Finished at: Fri Oct 15 08:03:34 EDT 2010
[INFO] Final Memory: 37M/241M
[INFO] ------------------------------------------------------------------------
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/62
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/62/
14 years, 2 months