[ 
https://issues.apache.org/jira/browse/CXF-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972655#action_12972655
 ] 

Christian Schneider commented on CXF-3183:
------------------------------------------

Do you have any idea why the cxf-extension-http-jetty.xml only contains four 
transport ids

                <value>http://cxf.apache.org/transports/http</value>
                
<value>http://cxf.apache.org/transports/http/configuration</value>
                <value>http://schemas.xmlsoap.org/wsdl/http</value>
                <value>http://schemas.xmlsoap.org/wsdl/http/</value>

while cxf-extension-http-osgi.xml contains seven lines if I add the missing id.

                <value>http://cxf.apache.org/bindings/xformat</value>
                <value>http://schemas.xmlsoap.org/soap/http</value>
                <value>http://schemas.xmlsoap.org/wsdl/http/</value>
                <value>http://schemas.xmlsoap.org/wsdl/soap/http</value>
                <value>http://www.w3.org/2003/05/soap/bindings/HTTP/</value>
                <value>http://cxf.apache.org/transports/http</value>
                
<value>http://cxf.apache.org/transports/http/configuration</value>

Btw. I have added the id to the cxf-extension-http-osgi.xml  file on trunk.



> http-osgi transport not registered on proper id
> -----------------------------------------------
>
>                 Key: CXF-3183
>                 URL: https://issues.apache.org/jira/browse/CXF-3183
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.3.0, 2.3.1
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.3.2
>
>
> The OSGi http transport is not propertly registered on the 
> http://cxf.apache.org/transports/http transportId.  Thus, the 
> SOAPTransportFactory cannot properly map it and OSGi services fail to start.
> Workaround is to add a transportId="http://schemas.xmlsoap.org/wsdl/http/"; to 
> the jaxws:endpoint definitions in the spring-dm beans.xml.

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

Reply via email to