Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.0
-
None
-
None
Description
[tdiesler@tddell xfire]$ ant -Dtest=jaxws/samples/provider test
tests-run-internal:
[mkdir] Created dir: /home/tdiesler/svn/jbossws/trunk/integration/xfire/output/tests/reports
[junit] Running org.jboss.test.ws.jaxws.samples.provider.ProviderJAXBTestCase
[junit] Jul 24, 2007 2:33:59 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
[junit] INFO: Creating Service
ProviderService from class org.apache.cxf.jaxws.support.DummyImpl
[junit] Jul 24, 2007 2:33:59 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
[junit] INFO: Creating Service
ProviderService from class org.apache.cxf.jaxws.support.DummyImpl
[junit] Tests run: 4, Failures: 0, Errors: 3, Time elapsed: 5.788 sec
[junit] Test org.jboss.test.ws.jaxws.samples.provider.ProviderJAXBTestCase FAILED
[junit] Running org.jboss.test.ws.jaxws.samples.provider.ProviderMessageTestCase
[junit] Jul 24, 2007 2:34:06 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
[junit] INFO: Creating Service
ProviderService from class org.apache.cxf.jaxws.support.DummyImpl
[junit] Exp: <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Body><ns1:somePayload xmlns:ns1='http://org.jboss.ws/provider'/></env:Body></env:Envelope>
[junit] Was: <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Body xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><ns1:somePayload xmlns:ns1='http://org.jboss.ws/provider'/></env:Body></env:Envelope>
[junit] Tests run: 3, Failures: 1, Errors: 1, Time elapsed: 5.43 sec
[junit] Test org.jboss.test.ws.jaxws.samples.provider.ProviderMessageTestCase FAILED
[junit] Running org.jboss.test.ws.jaxws.samples.provider.ProviderPayloadTestCase
[junit] Jul 24, 2007 2:34:11 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
[junit] INFO: Creating Service
ProviderService from class org.apache.cxf.jaxws.support.DummyImpl
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 4.916 sec
[junit] Test org.jboss.test.ws.jaxws.samples.provider.ProviderPayloadTestCase FAILED