gatein_wci_trunk_sun6_tomcat6_jboss5_jboss6_jboss423 - Build # 66 - Failure!
by jboss-qa-internal@redhat.com
gatein_wci_trunk_sun6_tomcat6_jboss5_jboss6_jboss423 #66: Failure
14 tests 1 failure(s) / -10
1 tests failed.
FAILED: Main?serverName=RemoteTomcat_6_0&archivePath=/qa/services/hudson/hudson_workspace/workspace/gatein_wci_trunk_sun6_tomcat6_jboss5_jboss6_jboss423/wci/test/servers/tomcat6/target/integration-tests/test-apps/Tomcat-6.0-native.SPIAuthenticationTestCase
Error Message:
Failure
Stack Trace:
java.lang.AssertionError: Failure
at org.jboss.unit.api.Assert.createAssertionError(Assert.java:283)
at org.jboss.unit.api.Assert.fail(Assert.java:254)
at org.jboss.unit.api.Assert.assertNotNull(Assert.java:69)
at org.jboss.unit.api.Assert.assertNotNull(Assert.java:58)
at org.gatein.wci.spi.SPIAuthenticationTestCase.service(SPIAuthenticationTestCase.java:142)
at org.gatein.wci.TestServlet.service(TestServlet.java:73)
at org.gatein.wci.endpoint.EndPointServlet.service(EndPointServlet.java:232)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:554)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)
Changes for Build #61
[mstruk] GTNPORTAL-1706 session cleanup after logout
- Added Jetty6 implementation
- Added a test case
Changes for Build #62
[mwringe] GTNPORTAL-1845: allow the credentials to be always available in the session. This way we can use the http session to retrieve the actual username and password.
Changes for Build #63
Changes for Build #64
[mwringe] Fix test failure issue when using Tomcat 7 greater than 7.0.6. Can be reverted when the next version of Cargo properly fixes the issue.
[mwringe] Fix test failure issue when using Tomcat 7 greater than 7.0.6. Can be reverted when the next version of Cargo properly fixes the issue.
Changes for Build #65
Changes for Build #66
[mwringe] Minor fix to get some of the the test running again.
[mwringe] Make jboss-unit fail if an error occurs (this should really be the default).
Public URL: https://hudson.jboss.org/hudson/job/gatein_wci_trunk_sun6_tomcat6_jboss5_...
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wci_trunk_sun6_tomcat6_jboss...
13 years, 6 months
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_wsrp_trunk_sun6 - Build # 129 - Failure!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #129: Failure
435 tests 5 failure(s) / +5
5 tests failed.
FAILED: org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase.testCreateAndGet
Error Message:
Couldn't create Consumer 'test'
Stack Trace:
org.gatein.wsrp.consumer.ConsumerException: Couldn't create Consumer 'test'
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:95)
at org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.createConsumer(AbstractConsumerRegistry.java:112)
at org.gatein.wsrp.consumer.registry.ConsumerRegistryTestCase.testCreateAndGet(ConsumerRegistryTestCase.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:107)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.chromattic.api.UndeclaredRepositoryException: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:203)
at org.chromattic.core.api.ChromatticSessionImpl.findByPath(ChromatticSessionImpl.java:231)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.getProducerInfosMapping(JCRConsumerRegistry.java:166)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:84)
... 30 more
Caused by: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:213)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseNames(LocationFactory.java:255)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseRelPath(LocationFactory.java:86)
at org.exoplatform.services.jcr.impl.core.NodeImpl.hasNode(NodeImpl.java:1406)
at org.chromattic.core.jcr.SessionWrapperImpl.getNode(SessionWrapperImpl.java:117)
at org.chromattic.core.DomainSessionImpl._findByPath(DomainSessionImpl.java:117)
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:200)
... 33 more
Caused by: javax.jcr.NamespaceException: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:213)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURI(SessionImpl.java:680)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURIByPrefix(SessionImpl.java:688)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:207)
... 39 more
Caused by: org.chromattic.api.UndeclaredRepositoryException: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:203)
at org.chromattic.core.api.ChromatticSessionImpl.findByPath(ChromatticSessionImpl.java:231)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.getProducerInfosMapping(JCRConsumerRegistry.java:166)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:84)
... 30 more
Caused by: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:213)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseNames(LocationFactory.java:255)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseRelPath(LocationFactory.java:86)
at org.exoplatform.services.jcr.impl.core.NodeImpl.hasNode(NodeImpl.java:1406)
at org.chromattic.core.jcr.SessionWrapperImpl.getNode(SessionWrapperImpl.java:117)
at org.chromattic.core.DomainSessionImpl._findByPath(DomainSessionImpl.java:117)
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:200)
... 33 more
Caused by: javax.jcr.NamespaceException: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:213)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURI(SessionImpl.java:680)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURIByPrefix(SessionImpl.java:688)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:207)
... 39 more
FAILED: org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase.testGetProducerInfoByKey
Error Message:
Couldn't create Consumer 'id'
Stack Trace:
org.gatein.wsrp.consumer.ConsumerException: Couldn't create Consumer 'id'
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:95)
at org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.createConsumer(AbstractConsumerRegistry.java:112)
at org.gatein.wsrp.consumer.registry.ConsumerRegistryTestCase.testGetProducerInfoByKey(ConsumerRegistryTestCase.java:92)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:107)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.chromattic.api.UndeclaredRepositoryException: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:203)
at org.chromattic.core.api.ChromatticSessionImpl.findByPath(ChromatticSessionImpl.java:231)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.getProducerInfosMapping(JCRConsumerRegistry.java:166)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:84)
... 30 more
Caused by: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:213)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseNames(LocationFactory.java:255)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseRelPath(LocationFactory.java:86)
at org.exoplatform.services.jcr.impl.core.NodeImpl.hasNode(NodeImpl.java:1406)
at org.chromattic.core.jcr.SessionWrapperImpl.getNode(SessionWrapperImpl.java:117)
at org.chromattic.core.DomainSessionImpl._findByPath(DomainSessionImpl.java:117)
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:200)
... 33 more
Caused by: javax.jcr.NamespaceException: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:213)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURI(SessionImpl.java:680)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURIByPrefix(SessionImpl.java:688)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:207)
... 39 more
Caused by: org.chromattic.api.UndeclaredRepositoryException: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:203)
at org.chromattic.core.api.ChromatticSessionImpl.findByPath(ChromatticSessionImpl.java:231)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.getProducerInfosMapping(JCRConsumerRegistry.java:166)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:84)
... 30 more
Caused by: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:213)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseNames(LocationFactory.java:255)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseRelPath(LocationFactory.java:86)
at org.exoplatform.services.jcr.impl.core.NodeImpl.hasNode(NodeImpl.java:1406)
at org.chromattic.core.jcr.SessionWrapperImpl.getNode(SessionWrapperImpl.java:117)
at org.chromattic.core.DomainSessionImpl._findByPath(DomainSessionImpl.java:117)
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:200)
... 33 more
Caused by: javax.jcr.NamespaceException: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:213)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURI(SessionImpl.java:680)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURIByPrefix(SessionImpl.java:688)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:207)
... 39 more
FAILED: org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase.testDoubleRegistrationOfConsumerWithSameId
Error Message:
Couldn't create Consumer 'foo'
Stack Trace:
org.gatein.wsrp.consumer.ConsumerException: Couldn't create Consumer 'foo'
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:95)
at org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.createConsumer(AbstractConsumerRegistry.java:112)
at org.gatein.wsrp.consumer.registry.ConsumerRegistryTestCase.testDoubleRegistrationOfConsumerWithSameId(ConsumerRegistryTestCase.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:107)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.chromattic.api.UndeclaredRepositoryException: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:203)
at org.chromattic.core.api.ChromatticSessionImpl.findByPath(ChromatticSessionImpl.java:231)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.getProducerInfosMapping(JCRConsumerRegistry.java:166)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:84)
... 30 more
Caused by: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:213)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseNames(LocationFactory.java:255)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseRelPath(LocationFactory.java:86)
at org.exoplatform.services.jcr.impl.core.NodeImpl.hasNode(NodeImpl.java:1406)
at org.chromattic.core.jcr.SessionWrapperImpl.getNode(SessionWrapperImpl.java:117)
at org.chromattic.core.DomainSessionImpl._findByPath(DomainSessionImpl.java:117)
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:200)
... 33 more
Caused by: javax.jcr.NamespaceException: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:213)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURI(SessionImpl.java:680)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURIByPrefix(SessionImpl.java:688)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:207)
... 39 more
Caused by: org.chromattic.api.UndeclaredRepositoryException: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:203)
at org.chromattic.core.api.ChromatticSessionImpl.findByPath(ChromatticSessionImpl.java:231)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.getProducerInfosMapping(JCRConsumerRegistry.java:166)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:84)
... 30 more
Caused by: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:213)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseNames(LocationFactory.java:255)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseRelPath(LocationFactory.java:86)
at org.exoplatform.services.jcr.impl.core.NodeImpl.hasNode(NodeImpl.java:1406)
at org.chromattic.core.jcr.SessionWrapperImpl.getNode(SessionWrapperImpl.java:117)
at org.chromattic.core.DomainSessionImpl._findByPath(DomainSessionImpl.java:117)
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:200)
... 33 more
Caused by: javax.jcr.NamespaceException: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:213)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURI(SessionImpl.java:680)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURIByPrefix(SessionImpl.java:688)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:207)
... 39 more
FAILED: org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase.testDelete
Error Message:
Couldn't create Consumer 'id'
Stack Trace:
org.gatein.wsrp.consumer.ConsumerException: Couldn't create Consumer 'id'
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:95)
at org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.createConsumer(AbstractConsumerRegistry.java:112)
at org.gatein.wsrp.consumer.registry.ConsumerRegistryTestCase.testDelete(ConsumerRegistryTestCase.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:107)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.chromattic.api.UndeclaredRepositoryException: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:203)
at org.chromattic.core.api.ChromatticSessionImpl.findByPath(ChromatticSessionImpl.java:231)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.getProducerInfosMapping(JCRConsumerRegistry.java:166)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:84)
... 30 more
Caused by: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:213)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseNames(LocationFactory.java:255)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseRelPath(LocationFactory.java:86)
at org.exoplatform.services.jcr.impl.core.NodeImpl.hasNode(NodeImpl.java:1406)
at org.chromattic.core.jcr.SessionWrapperImpl.getNode(SessionWrapperImpl.java:117)
at org.chromattic.core.DomainSessionImpl._findByPath(DomainSessionImpl.java:117)
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:200)
... 33 more
Caused by: javax.jcr.NamespaceException: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:213)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURI(SessionImpl.java:680)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURIByPrefix(SessionImpl.java:688)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:207)
... 39 more
Caused by: org.chromattic.api.UndeclaredRepositoryException: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:203)
at org.chromattic.core.api.ChromatticSessionImpl.findByPath(ChromatticSessionImpl.java:231)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.getProducerInfosMapping(JCRConsumerRegistry.java:166)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:84)
... 30 more
Caused by: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:213)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseNames(LocationFactory.java:255)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseRelPath(LocationFactory.java:86)
at org.exoplatform.services.jcr.impl.core.NodeImpl.hasNode(NodeImpl.java:1406)
at org.chromattic.core.jcr.SessionWrapperImpl.getNode(SessionWrapperImpl.java:117)
at org.chromattic.core.DomainSessionImpl._findByPath(DomainSessionImpl.java:117)
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:200)
... 33 more
Caused by: javax.jcr.NamespaceException: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:213)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURI(SessionImpl.java:680)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURIByPrefix(SessionImpl.java:688)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:207)
... 39 more
FAILED: org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase.testUpdateProducerInfo
Error Message:
Couldn't create Consumer 'foo'
Stack Trace:
org.gatein.wsrp.consumer.ConsumerException: Couldn't create Consumer 'foo'
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:95)
at org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.createConsumer(AbstractConsumerRegistry.java:112)
at org.gatein.wsrp.consumer.registry.ConsumerRegistryTestCase.testUpdateProducerInfo(ConsumerRegistryTestCase.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:107)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: org.chromattic.api.UndeclaredRepositoryException: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:203)
at org.chromattic.core.api.ChromatticSessionImpl.findByPath(ChromatticSessionImpl.java:231)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.getProducerInfosMapping(JCRConsumerRegistry.java:166)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:84)
... 30 more
Caused by: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:213)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseNames(LocationFactory.java:255)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseRelPath(LocationFactory.java:86)
at org.exoplatform.services.jcr.impl.core.NodeImpl.hasNode(NodeImpl.java:1406)
at org.chromattic.core.jcr.SessionWrapperImpl.getNode(SessionWrapperImpl.java:117)
at org.chromattic.core.DomainSessionImpl._findByPath(DomainSessionImpl.java:117)
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:200)
... 33 more
Caused by: javax.jcr.NamespaceException: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:213)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURI(SessionImpl.java:680)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURIByPrefix(SessionImpl.java:688)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:207)
... 39 more
Caused by: org.chromattic.api.UndeclaredRepositoryException: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:203)
at org.chromattic.core.api.ChromatticSessionImpl.findByPath(ChromatticSessionImpl.java:231)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.getProducerInfosMapping(JCRConsumerRegistry.java:166)
at org.gatein.wsrp.consumer.registry.JCRConsumerRegistry.save(JCRConsumerRegistry.java:84)
... 30 more
Caused by: javax.jcr.RepositoryException: Unknown Prefix wsrp: Unknown Prefix wsrp: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:213)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseNames(LocationFactory.java:255)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parseRelPath(LocationFactory.java:86)
at org.exoplatform.services.jcr.impl.core.NodeImpl.hasNode(NodeImpl.java:1406)
at org.chromattic.core.jcr.SessionWrapperImpl.getNode(SessionWrapperImpl.java:117)
at org.chromattic.core.DomainSessionImpl._findByPath(DomainSessionImpl.java:117)
at org.chromattic.core.DomainSession.findByPath(DomainSession.java:200)
... 33 more
Caused by: javax.jcr.NamespaceException: Unknown Prefix wsrp
at org.exoplatform.services.jcr.impl.core.NamespaceRegistryImpl.getURI(NamespaceRegistryImpl.java:213)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURI(SessionImpl.java:680)
at org.exoplatform.services.jcr.impl.core.SessionImpl.getNamespaceURIByPrefix(SessionImpl.java:688)
at org.exoplatform.services.jcr.impl.core.LocationFactory.parsePathEntry(LocationFactory.java:207)
... 39 more
Changes for Build #129
[chris.laprun(a)jboss.com] - GTNWSRP-196: Moved nodetype definitions to WSRP module from GateIn. Need to be removed from GateIn once a new WSRP release is available.
- Added BaseChromatticPersister based on GateIn's implementation of ChromatticPersister, JCRPersister. JCRPersister will need to be adapted to this change once a new WSRP is available.
- Added JCRConsumerRegistryTestCase.
[...truncated 2343 lines...]
[INFO] org/gatein/wsrp already added, skipping
[INFO] org/gatein/wsrp/endpoints already added, skipping
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.1.0-Beta03-SNAPSHOT-tests.jar
[INFO] [assembly:single {execution: assemble}]
[INFO] Reading assembly descriptor: src/test/assembly/test-producer.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-markup-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-renderparam-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-session-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-basic-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-dispatcher-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-getlocales-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-encodeurl-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-usercontext-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-multivalued-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-implicitcloning-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-resource-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-resourcenoencodeurl-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-applicationscope-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-portletstate-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-eventswithobject-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-events-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-portletmodes-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-prp-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-state-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-resourceserving-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-windowstates-portlet.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-producer.sar
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-producer.sar is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-markup-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-markup-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-renderparam-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-renderparam-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-session-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-session-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-basic-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-basic-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-dispatcher-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-dispatcher-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-getlocales-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-getlocales-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-encodeurl-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-encodeurl-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-usercontext-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-usercontext-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-multivalued-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-multivalued-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-implicitcloning-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-implicitcloning-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resource-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resource-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourcenoencodeurl-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourcenoencodeurl-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-applicationscope-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-applicationscope-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-portletstate-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-portletstate-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-eventswithobject-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-eventswithobject-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-events-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-events-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-portletmodes-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-portletmodes-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-prp-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-prp-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-state-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-state-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourceserving-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourceserving-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-windowstates-portlet.war
[WARNING] Assembly file: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-windowstates-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] [cargo:start {execution: pre-integration-start-server}]
[INFO] [surefire:test {execution: integration-tests}]
[INFO] Surefire report directory: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.gatein.wsrp.protocol.v1.ReleaseSessionTestCase
log4j:WARN No appenders could be found for logger (org.jnp.interfaces.TimedSocketFactory).
log4j:WARN Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.569 sec
Running org.gatein.wsrp.protocol.v1.MarkupTestCase
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.222 sec
Running org.gatein.wsrp.protocol.v1.PortletManagementTestCase
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.238 sec
Running org.gatein.wsrp.protocol.v1.RegistrationTestCase
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.845 sec
Running org.gatein.wsrp.protocol.v1.ServiceDescriptionTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 sec
Running org.gatein.wsrp.protocol.v2.MarkupTestCase
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.096 sec
Running org.gatein.wsrp.protocol.v2.PortletManagementTestCase
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.033 sec
Running org.gatein.wsrp.protocol.v2.ServiceDescriptionTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.292 sec
Results :
Tests run: 138, Failures: 0, Errors: 0, Skipped: 0
[INFO] [cargo:stop {execution: post-integration-stop-server}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.1.0-Beta03-SNAPSHOT.war to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-producer/2.1.0-Beta03-SNAPSHOT/wsrp-producer-2.1.0-Beta03-SNAPSHOT.war
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.1.0-Beta03-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-producer/2.1.0-Beta03-SNAPSHOT/wsrp-producer-2.1.0-Beta03-SNAPSHOT-sources.jar
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.1.0-Beta03-SNAPSHOT-tests.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-producer/2.1.0-Beta03-SNAPSHOT/wsrp-producer-2.1.0-Beta03-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Persistence: Hibernate
[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] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/hibernate-impl/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/hibernate-impl/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/hibernate-impl/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/hibernate-impl/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/hibernate-impl/target/wsrp-hibernate-impl-2.1.0-Beta03-SNAPSHOT.jar
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/hibernate-impl/target/wsrp-hibernate-impl-2.1.0-Beta03-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/hibernate-impl/target/wsrp-hibernate-impl-2.1.0-Beta03-SNAPSHOT.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-hibernate-impl/2.1.0-Beta03-SNAPSHOT/wsrp-hibernate-impl-2.1.0-Beta03-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/hibernate-impl/target/wsrp-hibernate-impl-2.1.0-Beta03-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-hibernate-impl/2.1.0-Beta03-SNAPSHOT/wsrp-hibernate-impl-2.1.0-Beta03-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Persistence: JCR
[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 5 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 32 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/target/classes
[WARNING] About to process the type org.gatein.wsrp.registration.mapping.PortletContextMapping
/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/src/main/java/org/gatein/wsrp/registration/mapping/RegistrationMapping.java:[151,43] [deprecation] createPortletContext(java.lang.String,byte[]) in org.gatein.pc.api.PortletContext has been deprecated
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/target/test-classes
[WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase
1678 [main] INFO exo.kernel.container.ExoContainerContext - Set the top container in its context
4693 [main] INFO exo.kernel.component.common.InitialContextInitializer - Using mandatory system property: java.naming.factory.initial = org.exoplatform.services.naming.SimpleContextFactory
4707 [main] INFO exo.kernel.component.common.InitialContextInitializer - Reference bound: jdbcjcr
4707 [main] INFO exo.kernel.component.common.InitialContextInitializer - Reference bound: repo
5865 [main] INFO exo.jcr.component.core.FileValueStorage - Directory created: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/target/temp/values/ws
5867 [main] INFO exo.jcr.component.core.StandaloneStoragePluginProvider - Value Storage Plugin initialized org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage@543bc20e
5868 [main] INFO exo.kernel.component.common.InitialContextInitializer - Reference bound (by recall()): jdbcjcr
5868 [main] INFO exo.kernel.component.common.InitialContextInitializer - Reference bound (by recall()): repo
6791 [main] INFO exo.jcr.component.core.JDBCWorkspaceDataContainer - Using a dialect 'HSQLDB'
6876 [main] INFO exo.jcr.component.core.DBInitializer - DB schema of DataSource: 'ws' initialized succesfully
6885 [main] INFO exo.jcr.component.core.JDBCWorkspaceDataContainer - JDBC based JCR Workspace Data container
container name: ws
data source JNDI name: jdbcjcr
is multi database: false
storage version: 1.7
value storage provider: [org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage@543bc20e]
max buffer size (bytes): 204800
swap directory path: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/target/temp/swap/ws
8048 [main] INFO exo.jcr.component.core.ExoJBossCacheFactory - JBoss Cache configuration used: conf/chromattic/jbosscache-config.xml
(jmx.PlatformMBeanServerRegistration 71 ) JBossCache MBeans were successfully registered to the platform mbean server.
(factories.ComponentRegistry 782 ) JBoss Cache version: JBossCache 'Malagueta' 3.2.6.GA
12302 [main] INFO exo.core.component.security.core.IdentityRegistry - Parameter concurrency-level was not found in configuration, default 16will be used.
(logging.arjLoggerI18N 206 ) [com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using a105940:ed51:4db01e5f:1
(logging.arjLoggerI18N 185 ) [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_1] - Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 57507
(logging.arjLogger 185 ) TransactionStatusManagerItem - host: 127.0.0.1 port: 57507
(logging.arjLoggerI18N 185 ) [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_3] - TransactionStatusManager started on port 57507 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
14264 [main] WARN exo.jcr.component.core.CacheableLockManagerImpl - CacheLoader DataSource jbosscache-cl-cache.jdbc.datasource is not configured.
14264 [main] INFO exo.jcr.component.core.ExoJBossCacheFactory - JBoss Cache configuration used: conf/chromattic/jbosscache-lockconfig.xml
14394 [main] INFO exo.jcr.component.core.CacheableLockManagerImpl - No cache loader has been defined, thus no need to encapsulate any cache loader.
14549 [main] INFO exo.kernel.component.common.InitialContextInitializer - Reference bound (by recall()): jdbcjcr
14549 [main] INFO exo.kernel.component.common.InitialContextInitializer - Reference bound (by recall()): repo
(jmx.PlatformMBeanServerRegistration 71 ) JBossCache MBeans were successfully registered to the platform mbean server.
(factories.ComponentRegistry 782 ) JBoss Cache version: JBossCache 'Malagueta' 3.2.6.GA
15434 [main] INFO exo.jcr.component.core.IndexerIoModeHandler - Indexer io mode=READ_WRITE
15436 [main] INFO exo.jcr.component.core.SearchIndex - path=/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/target/temp/index/db1/ws_system
15759 [main] INFO exo.jcr.component.core.MultiIndex - Setting index offline
16408 [main] INFO exo.jcr.component.core.MultiIndex - Created initial index for 112 nodes
16410 [main] INFO exo.jcr.component.core.MultiIndex - Setting index back online
16429 [main] INFO exo.jcr.component.core.SearchIndex - Index initialized: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/target/temp/index/db1/ws_system Version: 3
16448 [main] INFO exo.jcr.component.core.SearchIndex - path=/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/target/temp/index/db1/ws
16454 [main] INFO exo.jcr.component.core.MultiIndex - Setting index offline
16464 [main] INFO exo.jcr.component.core.MultiIndex - Created initial index for 1 nodes
16464 [main] INFO exo.jcr.component.core.MultiIndex - Setting index back online
16473 [main] INFO exo.jcr.component.core.SearchIndex - Index initialized: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/target/temp/index/db1/ws Version: 3
StandaloneContainer initialized using: jar:file:/home/hudson/.m2/repository/org/chromattic/chromattic.exo/1.1.0-beta2/chromattic.exo-1.1.0-beta2.jar!/conf/chromattic/configuration.xml
Tests run: 7, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 17.037 sec <<< FAILURE!
Running org.gatein.wsrp.jcr.mapping.MappedMapTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Results :
Tests in error:
testCreateAndGet(org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase): Couldn't create Consumer 'test'
testGetProducerInfoByKey(org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase): Couldn't create Consumer 'id'
testDoubleRegistrationOfConsumerWithSameId(org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase): Couldn't create Consumer 'foo'
testDelete(org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase): Couldn't create Consumer 'id'
testUpdateProducerInfo(org.gatein.wsrp.consumer.registry.JCRConsumerRegistryTestCase): Couldn't create Consumer 'foo'
Tests run: 9, Failures: 0, Errors: 5, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/jcr-impl/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 37 seconds
[INFO] Finished at: Thu Apr 21 08:09:08 EDT 2011
[INFO] Final Memory: 172M/380M
[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/129
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/129/
13 years, 8 months
gatein_wsrp_trunk_sun6 - Build # 127 - Failure!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #127: Failure
No tests ran.
No tests ran.
Changes for Build #127
[mwringe] GTNWSRP-219: separate out some of the wss implementation to be separate so we can have it disabled on AS6. Create JB5 specific producer which has wss handlers configured.
[mwringe] GTNWSRP-219: separate out some of the wss implementation to be separate so we can have it disabled on AS6. Create JB5 specific producer which has wss handlers configured.
[chris.laprun(a)jboss.com] - Skip the tests on skipTests intead of maven.test.skip.
[chris.laprun(a)jboss.com] - GTNWSRP-222: Replaced Google collections by Guava.
- Removed now useless code from GTNWSRP-218.
- Changed version properties to be more in line with GateIn.
[...truncated 1056 lines...]
A consumer/src/test/resources/wsdl/wsrp-2.0-interfaces.wsdl
A consumer/src/test/resources/wsdl/wsrp-2.0-services.wsdl
A consumer/src/test/resources/wsdl/dot-net-composite.wsdl
A consumer/src/test/resources/wsdl/both-services.wsdl
A consumer/src/test/resources/wsdl/wsrp-2.0-extra.xsd
A consumer/src/test/resources/wsdl/missing-registration-non-std-ns.wsdl
A consumer/src/test/resources/wsdl/wlp-wsrp-2.0-types.xsd
A consumer/src/test/resources/wsdl/wsrp-2.0-types.xsd
A consumer/src/test/resources/wsdl/simplev1.wsdl
A consumer/src/test/resources/wsdl/simplev2.wsdl
A consumer/src/test/resources/wsdl/wlp-wsrp-2.0-bindings.wsdl
A consumer/src/test/resources/wsdl/wsrp-2.0-bindings.wsdl
A consumer/src/test/resources/wsdl/missing-mandatory.wsdl
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/spi
A consumer/src/main/java/org/gatein/wsrp/consumer/spi/WSRPConsumerSPI.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/src/main/resources/org
A consumer/src/main/resources/org/gatein
A consumer/src/main/resources/org/gatein/wsrp
A consumer/src/main/resources/org/gatein/wsrp/services
A consumer/src/main/resources/org/gatein/wsrp/services/consumer-handler-chains.xml
A consumer/pom.xml
A jcr-impl
A jcr-impl/src
A jcr-impl/src/test
A jcr-impl/src/test/java
A jcr-impl/src/test/java/org
A jcr-impl/src/test/java/org/gatein
A jcr-impl/src/test/java/org/gatein/wsrp
A jcr-impl/src/test/java/org/gatein/wsrp/jcr
A jcr-impl/src/test/java/org/gatein/wsrp/jcr/mapping
A jcr-impl/src/test/java/org/gatein/wsrp/jcr/mapping/MappedMapTestCase.java
A jcr-impl/src/main
A jcr-impl/src/main/java
A jcr-impl/src/main/java/org
A jcr-impl/src/main/java/org/gatein
A jcr-impl/src/main/java/org/gatein/wsrp
A jcr-impl/src/main/java/org/gatein/wsrp/producer
A jcr-impl/src/main/java/org/gatein/wsrp/producer/state
A jcr-impl/src/main/java/org/gatein/wsrp/producer/state/JCRPortletStatePersistenceManager.java
A jcr-impl/src/main/java/org/gatein/wsrp/producer/state/mapping
A jcr-impl/src/main/java/org/gatein/wsrp/producer/state/mapping/PortletStateMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/producer/state/mapping/PortletStateContextMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/producer/state/mapping/PortletStateContextsMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/producer/config
A jcr-impl/src/main/java/org/gatein/wsrp/producer/config/JCRProducerConfigurationService.java
A jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping
A jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping/ProducerConfigurationMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping/RegistrationRequirementsMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/registration
A jcr-impl/src/main/java/org/gatein/wsrp/registration/JCRRegistrationPersistenceManager.java
A jcr-impl/src/main/java/org/gatein/wsrp/registration/mapping
A jcr-impl/src/main/java/org/gatein/wsrp/registration/mapping/RegistrationPropertyDescriptionMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/registration/mapping/ConsumerCapabilitiesMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/registration/mapping/RegistrationPropertiesMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/registration/mapping/ConsumerGroupMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/registration/mapping/RegistrationMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/registration/mapping/ConsumerMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/registration/mapping/PortletContextMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/registration/mapping/ConsumersAndGroupsMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry/JCRConsumerRegistry.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry/mapping
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry/mapping/RegistrationInfoMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry/mapping/EndpointInfoMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry/mapping/ProducerInfoMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry/mapping/RegistrationPropertyMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry/mapping/ProducerInfosMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/migration
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/migration/JCRMigrationService.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/migration/mapping
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/migration/mapping/ExportErrorMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/migration/mapping/ExportedStateMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/migration/mapping/ExportInfoMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/consumer/migration/mapping/ExportInfosMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/jcr
A jcr-impl/src/main/java/org/gatein/wsrp/jcr/StoresByPathManager.java
A jcr-impl/src/main/java/org/gatein/wsrp/jcr/mapping
A jcr-impl/src/main/java/org/gatein/wsrp/jcr/mapping/MappedMap.java
A jcr-impl/src/main/java/org/gatein/wsrp/jcr/mapping/BaseMapping.java
A jcr-impl/src/main/java/org/gatein/wsrp/jcr/ChromatticPersister.java
A jcr-impl/pom.xml
A ws-security
A ws-security/wsrp-producer-jb5wss-producer-war
A ws-security/wsrp-producer-jb5wss-producer-war/src
A ws-security/wsrp-producer-jb5wss-producer-war/src/main
A ws-security/wsrp-producer-jb5wss-producer-war/src/main/resources
A ws-security/wsrp-producer-jb5wss-producer-war/src/main/resources/org
A ws-security/wsrp-producer-jb5wss-producer-war/src/main/resources/org/gatein
A ws-security/wsrp-producer-jb5wss-producer-war/src/main/resources/org/gatein/wsrp
A ws-security/wsrp-producer-jb5wss-producer-war/src/main/resources/org/gatein/wsrp/endpoints
A ws-security/wsrp-producer-jb5wss-producer-war/src/main/resources/org/gatein/wsrp/endpoints/producer-handler-chains.xml
A ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
A ws-security/jboss5
A ws-security/jboss5/src
A ws-security/jboss5/src/main
A ws-security/jboss5/src/main/java
A ws-security/jboss5/src/main/java/org
A ws-security/jboss5/src/main/java/org/wsrp
A ws-security/jboss5/src/main/java/org/wsrp/wss
A ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5
A ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers
A ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/producer
A ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/producer/WSSecurityCredentialHandler.java
A ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/producer/JBWSSecurityHandlerWrapper.java
A ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/consumer
A ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/consumer/WSSecurityCredentialHandler.java
A ws-security/jboss5/src/main/java/org/wsrp/wss/jboss5/handlers/consumer/JBWSSecurityHandlerWrapper.java
A ws-security/jboss5/pom.xml
A ws-security/pom.xml
A ws-security/wss
A ws-security/wss/src
A ws-security/wss/src/main
A ws-security/wss/src/main/java
A ws-security/wss/src/main/java/org
A ws-security/wss/src/main/java/org/gatein
A ws-security/wss/src/main/java/org/gatein/wsrp
A ws-security/wss/src/main/java/org/gatein/wsrp/wss
A ws-security/wss/src/main/java/org/gatein/wsrp/wss/WebServiceSecurityFactory.java
A ws-security/wss/pom.xml
U .
At revision 6279
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] snapshot org.gatein.wsrp:wsrp-parent:2.1.0-Beta02-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.gatein.wsrp:wsrp-producer-jb5wss
POM Location: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
Validation Messages:
[0] 'dependencies.dependency.version' is missing for org.gatein.wsrp:wsrp-producer:war
Reason: Failed to validate POM for project org.gatein.wsrp:wsrp-producer-jb5wss at /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Failed to validate POM for project org.gatein.wsrp:wsrp-producer-jb5wss at /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.InvalidProjectModelException: Failed to validate POM for project org.gatein.wsrp:wsrp-producer-jb5wss at /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
at org.apache.maven.project.DefaultMavenProjectBuilder.processProjectLogic(DefaultMavenProjectBuilder.java:1077)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:880)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Tue Apr 19 08:02:43 EDT 2011
[INFO] Final Memory: 4M/115M
[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/127
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/127/
13 years, 8 months
gatein_portal_trunk_sun6 - Build # 549 - Unstable!
by jboss-qa-internal@redhat.com
gatein_portal_trunk_sun6 #549: Unstable
380 tests 1 failure(s) / +1
1 tests failed.
REGRESSION: org.exoplatform.portal.config.TestSearch.testFoo
Error Message:
expected:<0> but was:<1>
Stack Trace:
junit.framework.AssertionFailedError: expected:<0> but was:<1>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:282)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:201)
at junit.framework.Assert.assertEquals(Assert.java:207)
at org.exoplatform.portal.config.TestSearch.assertNotFound(TestSearch.java:74)
at org.exoplatform.portal.config.TestSearch.testFoo(TestSearch.java:97)
Changes for Build #549
[theute] GTNPORTAL-1182: Wrong merging javascript
Public URL: https://hudson.jboss.org/hudson/job/gatein_portal_trunk_sun6/549
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_portal_trunk_sun6/549/
13 years, 9 months
gatein_wsrp_trunk_sun6 - Build # 120 - Failure!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #120: Failure
50 tests 0 failure(s) / ±0
All tests passed
Changes for Build #120
[chris.laprun(a)jboss.com] - GTNWSRP-220: Upgraded to snapshot of PC 2.3.0-Beta2 and updated code and tests as needed.
- Removed dependency of BeanContext on Log4J that was masked by transititive dependencies.
[...truncated 1291 lines...]
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/api/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/api/target/wsrp-integration-api-2.1.0-Beta02-SNAPSHOT.jar
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/api/target/wsrp-integration-api-2.1.0-Beta02-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/api/target/wsrp-integration-api-2.1.0-Beta02-SNAPSHOT.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-integration-api/2.1.0-Beta02-SNAPSHOT/wsrp-integration-api-2.1.0-Beta02-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/api/target/wsrp-integration-api-2.1.0-Beta02-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-integration-api/2.1.0-Beta02-SNAPSHOT/wsrp-integration-api-2.1.0-Beta02-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP v1 Generated JAX-WS Classes
[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 6 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 96 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp1-ws/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp1-ws/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp1-ws/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp1-ws/target/wsrp-wsrp1-ws-2.1.0-Beta02-SNAPSHOT.jar
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp1-ws/target/wsrp-wsrp1-ws-2.1.0-Beta02-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp1-ws/target/wsrp-wsrp1-ws-2.1.0-Beta02-SNAPSHOT.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-wsrp1-ws/2.1.0-Beta02-SNAPSHOT/wsrp-wsrp1-ws-2.1.0-Beta02-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp1-ws/target/wsrp-wsrp1-ws-2.1.0-Beta02-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-wsrp1-ws/2.1.0-Beta02-SNAPSHOT/wsrp-wsrp1-ws-2.1.0-Beta02-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP v2 Generated JAX-WS Classes
[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 6 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 155 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp2-ws/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp2-ws/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp2-ws/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp2-ws/target/wsrp-wsrp2-ws-2.1.0-Beta02-SNAPSHOT.jar
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp2-ws/target/wsrp-wsrp2-ws-2.1.0-Beta02-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp2-ws/target/wsrp-wsrp2-ws-2.1.0-Beta02-SNAPSHOT.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-wsrp2-ws/2.1.0-Beta02-SNAPSHOT/wsrp-wsrp2-ws-2.1.0-Beta02-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp2-ws/target/wsrp-wsrp2-ws-2.1.0-Beta02-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-wsrp2-ws/2.1.0-Beta02-SNAPSHOT/wsrp-wsrp2-ws-2.1.0-Beta02-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Test Framework
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] snapshot org.gatein.pc:pc-portlet:2.3.0-Beta02-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.gatein.pc:pc-portlet:2.3.0-Beta02-SNAPSHOT: checking for updates from snapshots.jboss.org
[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] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/test/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 7 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/test/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/test/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/test/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/test/target/test-framework-2.1.0-Beta02-SNAPSHOT.jar
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/test/target/test-framework-2.1.0-Beta02-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/test/target/test-framework-2.1.0-Beta02-SNAPSHOT.jar to /home/hudson/.m2/repository/org/gatein/wsrp/test-framework/2.1.0-Beta02-SNAPSHOT/test-framework-2.1.0-Beta02-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/test/target/test-framework-2.1.0-Beta02-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/test-framework/2.1.0-Beta02-SNAPSHOT/test-framework-2.1.0-Beta02-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Common Classes
[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 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 34 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 9 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/target/test-classes
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[63,26] [deprecation] requiresRewrite() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[64,62] [deprecation] getResourceURL() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[83,26] [deprecation] requiresRewrite() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[84,25] [deprecation] getResourceURL() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[116,26] [deprecation] requiresRewrite() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[117,62] [deprecation] getResourceURL() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[137,26] [deprecation] requiresRewrite() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[138,62] [deprecation] getResourceURL() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[158,26] [deprecation] requiresRewrite() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[176,26] [deprecation] requiresRewrite() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/src/test/java/org/gatein/wsrp/WSRPPortletURLTestCase.java:[177,62] [deprecation] getResourceURL() in org.gatein.wsrp.WSRPResourceURL has been deprecated
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.gatein.wsrp.WSRPConstantsTestCase
WSRPConstants.WSRP_SERVICE_VERSION = 2.1.0-Beta02-SNAPSHOT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
Running org.gatein.wsrp.AbsoluteURLReplacementGeneratorTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.gatein.wsrp.WSRPRenderURLTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec
Running org.gatein.wsrp.WSRPExceptionFactoryTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.gatein.wsrp.handler.WSRPExtensionHandlerTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 sec
Running org.gatein.wsrp.other.UserContextConverterTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.gatein.wsrp.WSRPPortletURLTestCase
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.gatein.wsrp.spec.v1.V1ToV2ConverterTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec
Running org.gatein.wsrp.spec.v1.V2ToV1ConverterTestCase
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Results :
Tests run: 50, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/target/wsrp-common-2.1.0-Beta02-SNAPSHOT.jar
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/target/wsrp-common-2.1.0-Beta02-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/target/wsrp-common-2.1.0-Beta02-SNAPSHOT.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-common/2.1.0-Beta02-SNAPSHOT/wsrp-common-2.1.0-Beta02-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/common/target/wsrp-common-2.1.0-Beta02-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-common/2.1.0-Beta02-SNAPSHOT/wsrp-common-2.1.0-Beta02-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Producer
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] snapshot org.gatein.pc:pc-federation:2.3.0-Beta02-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.gatein.pc:pc-federation:2.3.0-Beta02-SNAPSHOT: checking for updates from snapshots.jboss.org
[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] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/producer/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 89 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/producer/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/producer/src/main/java/org/gatein/wsrp/producer/config/impl/xml/FileSystemXMLProducerConfigurationService.java:[28,27] [deprecation] org.jboss.xb.binding.XercesXsMarshaller in org.jboss.xb.binding has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/producer/src/main/java/org/gatein/wsrp/producer/config/impl/xml/FileSystemXMLProducerConfigurationService.java:[188,6] [deprecation] org.jboss.xb.binding.XercesXsMarshaller in org.jboss.xb.binding has been deprecated
[WARNING] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/producer/src/main/java/org/gatein/wsrp/producer/config/impl/xml/FileSystemXMLProducerConfigurationService.java:[188,42] [deprecation] org.jboss.xb.binding.XercesXsMarshaller in org.jboss.xb.binding has been deprecated
[INFO] 3 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/producer/src/main/java/org/gatein/wsrp/producer/handlers/PortletManagementHandler.java:[29,33] package com.sun.tools.corba.se.idl does not exist
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/producer/src/main/java/org/gatein/wsrp/producer/handlers/PortletManagementHandler.java:[29,33] package com.sun.tools.corba.se.idl does not exist
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 3 seconds
[INFO] Finished at: Sat Apr 09 08:03:18 EDT 2011
[INFO] Final Memory: 57M/287M
[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/120
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/120/
13 years, 9 months
gatein_portal_trunk_sun6 - Build # 546 - Unstable!
by jboss-qa-internal@redhat.com
gatein_portal_trunk_sun6 #546: Unstable
380 tests 1 failure(s) / +1
1 tests failed.
REGRESSION: org.exoplatform.portal.config.TestSearch.testFoo
Error Message:
expected:<0> but was:<1>
Stack Trace:
junit.framework.AssertionFailedError: expected:<0> but was:<1>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:282)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:201)
at junit.framework.Assert.assertEquals(Assert.java:207)
at org.exoplatform.portal.config.TestSearch.assertNotFound(TestSearch.java:74)
at org.exoplatform.portal.config.TestSearch.testFoo(TestSearch.java:97)
Changes for Build #546
[mwringe] GTNPORTAL-1845: remove PortalLoginModule, the credentials are being added to the servlet session in the wci module now.
[mwringe] GTNPORTAL-1845: remove PortalLoginModule, the credentials are being added to the servlet session in the wci module now.
Public URL: https://hudson.jboss.org/hudson/job/gatein_portal_trunk_sun6/546
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_portal_trunk_sun6/546/
13 years, 9 months