Investigate JBossWS-CXF endpoint httpbinding
--------------------------------------------
Key: CXF-831
URL: https://issues.apache.org/jira/browse/CXF-831
Project: CXF
Issue Type: Task
Affects Versions: 2.0
Environment: http://jira.jboss.org/jira/browse/JBWS-1752
Reporter: Thomas Diesler
[EMAIL PROTECTED] xfire]$ ant -Dtest=jaxws/samples/httpbinding test
Buildfile: build.xml
tests-run-internal:
[junit] Running org.jboss.test.ws.jaxws.samples.httpbinding.HttpJAXBTestCase
[junit] Jul 24, 2007 2:20:49 PM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
[junit] INFO: Creating Service
{http://org.jboss.ws/httpbinding}ProviderService from class
org.apache.cxf.jaxws.support.DummyImpl
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.612 sec
[junit] Test org.jboss.test.ws.jaxws.samples.httpbinding.HttpJAXBTestCase
FAILED
[junit] Running
org.jboss.test.ws.jaxws.samples.httpbinding.HttpPayloadTestCase
[junit] Jul 24, 2007 2:20:57 PM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
[junit] INFO: Creating Service
{http://org.jboss.ws/httpbinding}ProviderService from class
org.apache.cxf.jaxws.support.DummyImpl
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 7.301 sec
[junit] Test
org.jboss.test.ws.jaxws.samples.httpbinding.HttpPayloadTestCase FAILED
java.lang.NullPointerException
at
org.apache.cxf.jaxws.ServiceImpl.createEndpointInfo(ServiceImpl.java:358)
at
org.apache.cxf.jaxws.ServiceImpl.getJaxwsEndpoint(ServiceImpl.java:137)
at org.apache.cxf.jaxws.ServiceImpl.createDispatch(ServiceImpl.java:203)
at javax.xml.ws.Service.createDispatch(Service.java:190)
at
org.jboss.test.ws.jaxws.samples.httpbinding.HttpJAXBTestCase.createDispatch(HttpJAXBTestCase.java:87)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.