gatein_wsrp_trunk_sun6 #194: Still Failing
294 tests 2 failure(s) / ±0
2 tests failed.
FAILED: org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testSimpleV1Service
Error Message:
XML reader error: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
Stack Trace:
com.sun.xml.internal.ws.streaming.XMLStreamReaderException: XML reader error:
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.wrapException(XMLStreamReaderUtil.java:256)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:84)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.nextContent(XMLStreamReaderUtil.java:99)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.nextElementContent(XMLStreamReaderUtil.java:89)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:281)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseImport(RuntimeWSDLParser.java:269)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseImport(RuntimeWSDLParser.java:645)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:304)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:135)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:254)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:217)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:165)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:93)
at javax.xml.ws.Service.<init>(Service.java:56)
at javax.xml.ws.Service.create(Service.java:680)
at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:357)
at org.gatein.wsrp.services.SOAPServiceFactory.refresh(SOAPServiceFactory.java:501)
at org.gatein.wsrp.services.SOAPServiceFactory.getService(SOAPServiceFactory.java:163)
at
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.checkPorts(SOAPServiceFactoryTestCase.java:128)
at
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testSimpleV1Service(SOAPServiceFactoryTestCase.java:99)
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:594)
at
com.sun.xml.internal.ws.util.xml.XMLStreamReaderFilter.next(XMLStreamReaderFilter.java:81)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:65)
... 46 more
FAILED: org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testBothServices
Error Message:
XML reader error: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
Stack Trace:
com.sun.xml.internal.ws.streaming.XMLStreamReaderException: XML reader error:
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.wrapException(XMLStreamReaderUtil.java:256)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:84)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.nextContent(XMLStreamReaderUtil.java:99)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.nextElementContent(XMLStreamReaderUtil.java:89)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:281)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseImport(RuntimeWSDLParser.java:269)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseImport(RuntimeWSDLParser.java:645)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:304)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:135)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:254)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:217)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:165)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:93)
at javax.xml.ws.Service.<init>(Service.java:56)
at javax.xml.ws.Service.create(Service.java:680)
at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:309)
at org.gatein.wsrp.services.SOAPServiceFactory.refresh(SOAPServiceFactory.java:501)
at org.gatein.wsrp.services.SOAPServiceFactory.getService(SOAPServiceFactory.java:163)
at
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.checkPorts(SOAPServiceFactoryTestCase.java:128)
at
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testBothServices(SOAPServiceFactoryTestCase.java:105)
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:594)
at
com.sun.xml.internal.ws.util.xml.XMLStreamReaderFilter.next(XMLStreamReaderFilter.java:81)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:65)
... 46 more
Changes for Build #193
Changes for Build #194
[mwringe] GTNWSRP-288: Modified the ws-security configuration to use the JBossWS
[mwringe] GTNWSRP-288: this we-security configuration section in the web.xml
[mwringe] GTNWSRP-288: Update to allow for the use of external configuration files
[...truncated 1029 lines...]
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: javax.xml.ws.WebServiceException: Undefined port type:
{urn:oasis:names:tc:wsrp:v2:intf}WSRP_v2_ServiceDescription_PortType
at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:349)
at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:355)
at javax.xml.ws.Service.getPort(Service.java:161)
at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:319)
... 32 more
17424 [main] INFO org.gatein.wsrp.services.SOAPServiceFactory - Couldn't access WSDL
information
atfile:/qa/services/hudson/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/consumer/target/test-classes/wsdl/simplev1.wsdl.
Service won't be available
com.sun.xml.internal.ws.streaming.XMLStreamReaderException: XML reader error:
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.wrapException(XMLStreamReaderUtil.java:256)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:84)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.nextContent(XMLStreamReaderUtil.java:99)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.nextElementContent(XMLStreamReaderUtil.java:89)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:281)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseImport(RuntimeWSDLParser.java:269)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseImport(RuntimeWSDLParser.java:645)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:304)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:135)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:254)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:217)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:165)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:93)
at javax.xml.ws.Service.<init>(Service.java:56)
at javax.xml.ws.Service.create(Service.java:680)
at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:357)
at org.gatein.wsrp.services.SOAPServiceFactory.refresh(SOAPServiceFactory.java:501)
at org.gatein.wsrp.services.SOAPServiceFactory.getService(SOAPServiceFactory.java:163)
at
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.checkPorts(SOAPServiceFactoryTestCase.java:128)
at
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testSimpleV1Service(SOAPServiceFactoryTestCase.java:99)
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: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:594)
at
com.sun.xml.internal.ws.util.xml.XMLStreamReaderFilter.next(XMLStreamReaderFilter.java:81)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:65)
... 46 more
19850 [main] INFO org.gatein.wsrp.services.SOAPServiceFactory - Couldn't access WSDL
information
atfile:/qa/services/hudson/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/consumer/target/test-classes/wsdl/both-services.wsdl.
Service won't be available
com.sun.xml.internal.ws.streaming.XMLStreamReaderException: XML reader error:
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.wrapException(XMLStreamReaderUtil.java:256)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:84)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.nextContent(XMLStreamReaderUtil.java:99)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.nextElementContent(XMLStreamReaderUtil.java:89)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:281)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseImport(RuntimeWSDLParser.java:269)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseImport(RuntimeWSDLParser.java:645)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:304)
at
com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:135)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:254)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:217)
at
com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:165)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:93)
at javax.xml.ws.Service.<init>(Service.java:56)
at javax.xml.ws.Service.create(Service.java:680)
at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:309)
at org.gatein.wsrp.services.SOAPServiceFactory.refresh(SOAPServiceFactory.java:501)
at org.gatein.wsrp.services.SOAPServiceFactory.getService(SOAPServiceFactory.java:163)
at
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.checkPorts(SOAPServiceFactoryTestCase.java:128)
at
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testBothServices(SOAPServiceFactoryTestCase.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: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
at
com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:594)
at
com.sun.xml.internal.ws.util.xml.XMLStreamReaderFilter.next(XMLStreamReaderFilter.java:81)
at
com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:65)
... 46 more
22568 [main] INFO org.gatein.wsrp.services.SOAPServiceFactory - Couldn't access WSDL
information
atfile:/qa/services/hudson/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/consumer/target/test-classes/wsdl/dot-net-composite.wsdl.
Service won't be available
javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Inconsistent NS in port
bindings. Aborting.
at
org.gatein.wsrp.services.SOAPServiceFactory$WSDLInfo.<init>(SOAPServiceFactory.java:609)
at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:302)
at org.gatein.wsrp.services.SOAPServiceFactory.refresh(SOAPServiceFactory.java:501)
at org.gatein.wsrp.services.SOAPServiceFactory.getService(SOAPServiceFactory.java:163)
at
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.checkPorts(SOAPServiceFactoryTestCase.java:128)
at
org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testDefaultDotNetWSDLCompositeService(SOAPServiceFactoryTestCase.java:113)
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)
Tests run: 7, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 18.254 sec <<<
FAILURE!
Running org.gatein.wsrp.consumer.handlers.MimeResponseHandlerTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running org.gatein.wsrp.consumer.RegistrationPropertyTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.gatein.wsrp.consumer.ProducerSessionInformationTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.512 sec
Running org.gatein.wsrp.consumer.RegistrationInfoTestCase
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.gatein.wsrp.consumer.EndpointConfigurationInfoTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running org.gatein.wsrp.consumer.registry.ConsumerRegistryTestCase
31441 [main] INFO org.gatein.wsrp.WSRPConsumer - Consumer with id 'foo' started
31931 [main] INFO org.gatein.wsrp.WSRPConsumer - Consumer with id 'foo' stopped
32105 [main] INFO org.gatein.wsrp.WSRPConsumer - Consumer with id 'foo' stopped
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.862 sec
Running org.gatein.wsrp.consumer.migration.MigrationServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.gatein.wsrp.consumer.ProducerInfoTestCase
33433 [main] INFO org.gatein.wsrp.consumer.ProducerInfo - Consumer with id 'test'
deregistered.
33436 [main] INFO org.gatein.wsrp.consumer.ProducerInfo - Consumer with id 'test'
sucessfully modified its registration.
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.234 sec
Running org.gatein.wsrp.handler.RequestHeaderClientHandlerTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Results :
Tests in error:
testSimpleV1Service(org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase): XML
reader error: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
testBothServices(org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase): XML
reader error: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
Tests run: 142, Failures: 0, Errors: 2, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GateIn WSRP ....................................... SUCCESS [13.165s]
[INFO] GateIn WSRP v1 Generated JAX-WS Classes ........... SUCCESS [24.696s]
[INFO] GateIn WSRP v2 Generated JAX-WS Classes ........... SUCCESS [13.615s]
[INFO] GateIn WSRP Integration API ....................... SUCCESS [8.078s]
[INFO] GateIn WSRP Test Framework ........................ SUCCESS [8.115s]
[INFO] GateIn WSRP Common Classes ........................ SUCCESS [30.063s]
[INFO] GateIn WSRP Producer .............................. SUCCESS [31.743s]
[INFO] GateIn WSRP WS Security Integration ............... SUCCESS [0.206s]
[INFO] GateIn WSRP WS Security Integration: Base ......... SUCCESS [44.693s]
[INFO] GateIn WSRP Consumer .............................. FAILURE [1:04.264s]
[INFO] GateIn WSRP Admin GUI ............................. SKIPPED
[INFO] GateIn WSRP Producer WAR .......................... SKIPPED
[INFO] GateIn WSRP Persistence: Hibernate ................ SKIPPED
[INFO] GateIn WSRP Persistence: JCR ...................... SKIPPED
[INFO] GateIn WSRP WS Security Integration: JBoss AS 5 ... SKIPPED
[INFO] GateIn WSRP Producer WAR configured for JBoss AS5 Web Service Security SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:04.543s
[INFO] Finished at: Fri Jun 08 08:05:15 EDT 2012
[INFO] Final Memory: 91M/223M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test
(default-test) on project wsrp-consumer: There are test failures.
[ERROR]
[ERROR] Please refer to
/qa/services/hudson/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/consumer/target/surefire-reports
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :wsrp-consumer
Build step 'Invoke top-level Maven targets' marked build as failure
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/194
Private URL:
http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/194/