You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2008/04/09 10:49:24 UTC

[jira] Created: (CXF-1517) HTTP bindings for Provider

HTTP bindings for Provider
--------------------------

                 Key: CXF-1517
                 URL: https://issues.apache.org/jira/browse/CXF-1517
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.0.5
            Reporter: Thomas Diesler


[tdiesler@tddell trunk]$ ant -Dtest=jaxws/jbws1807 test

tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.jbws1807.JBWS1807TestCase
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 6.732 sec
    [junit] Test org.jboss.test.ws.jaxws.jbws1807.JBWS1807TestCase FAILED

10:44:23,438 ERROR [[ProviderService]] Allocate exception for servlet ProviderService
org.apache.cxf.service.factory.ServiceConstructionException: Could not find definition for service {http://ws.com/}Provider.
        at org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:114)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:276)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:366)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:162)
        at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:97)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1517) HTTP bindings for Provider

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1517:
--------------------------------

    Description: 
[tdiesler@tddell trunk]$ ant -Dtest=jaxws/jbws1807 test

tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.jbws1807.JBWS1807TestCase
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 6.732 sec
    [junit] Test org.jboss.test.ws.jaxws.jbws1807.JBWS1807TestCase FAILED

10:49:43,737 ERROR [[ProviderService]] Allocate exception for servlet ProviderService
org.apache.cxf.BusException: No binding factory for namespace http://schemas.xmlsoap.org/wsdl/http/ registered.
        at org.apache.cxf.binding.BindingFactoryManagerImpl.getBindingFactory(BindingFactoryManagerImpl.java:82)
        at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:87)
        at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:113)
        at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:160)
        at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:304)
        at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:232)
        at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:183)
        at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:357)


  was:
[tdiesler@tddell trunk]$ ant -Dtest=jaxws/jbws1807 test

tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.jbws1807.JBWS1807TestCase
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 6.732 sec
    [junit] Test org.jboss.test.ws.jaxws.jbws1807.JBWS1807TestCase FAILED

10:44:23,438 ERROR [[ProviderService]] Allocate exception for servlet ProviderService
org.apache.cxf.service.factory.ServiceConstructionException: Could not find definition for service {http://ws.com/}Provider.
        at org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:114)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:276)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:366)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:162)
        at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:97)


> HTTP bindings for Provider
> --------------------------
>
>                 Key: CXF-1517
>                 URL: https://issues.apache.org/jira/browse/CXF-1517
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0.5
>            Reporter: Thomas Diesler
>
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/jbws1807 test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.jbws1807.JBWS1807TestCase
>     [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 6.732 sec
>     [junit] Test org.jboss.test.ws.jaxws.jbws1807.JBWS1807TestCase FAILED
> 10:49:43,737 ERROR [[ProviderService]] Allocate exception for servlet ProviderService
> org.apache.cxf.BusException: No binding factory for namespace http://schemas.xmlsoap.org/wsdl/http/ registered.
>         at org.apache.cxf.binding.BindingFactoryManagerImpl.getBindingFactory(BindingFactoryManagerImpl.java:82)
>         at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:87)
>         at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:113)
>         at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:160)
>         at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:304)
>         at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:232)
>         at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:183)
>         at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:357)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-1517) HTTP bindings for Provider

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1517:
--------------------------------


To reproduce, please have a look at

http://jbws.dyndns.org/mediawiki/index.php?title=Building_From_Source

> HTTP bindings for Provider
> --------------------------
>
>                 Key: CXF-1517
>                 URL: https://issues.apache.org/jira/browse/CXF-1517
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0.5
>            Reporter: Thomas Diesler
>
> [tdiesler@tddell trunk]$ ant -Dtest=jaxws/jbws1807 test
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.jbws1807.JBWS1807TestCase
>     [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 6.732 sec
>     [junit] Test org.jboss.test.ws.jaxws.jbws1807.JBWS1807TestCase FAILED
> 10:49:43,737 ERROR [[ProviderService]] Allocate exception for servlet ProviderService
> org.apache.cxf.BusException: No binding factory for namespace http://schemas.xmlsoap.org/wsdl/http/ registered.
>         at org.apache.cxf.binding.BindingFactoryManagerImpl.getBindingFactory(BindingFactoryManagerImpl.java:82)
>         at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:87)
>         at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:113)
>         at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:160)
>         at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:304)
>         at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:232)
>         at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:183)
>         at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:357)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.