Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-1003

When installing 2 bundles using cxf-http-netty can't access ?wsdl

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • jboss-fuse-6.1
    • None
    • None
    • None
    • % %

    Description

      When I install only one bundle

      osgi:install -s mvn:org.jboss.fuse.qa/netty-cxf-jaxws-blueprint/1.0-SNAPSHOT
      

      I can access ?wsdl by the following url:

      http://www.localhost.com:9001/JettySampleEndpoint1?wsdl
      

      but when I install another bundle:

      osgi:install -s mvn:org.jboss.fuse.qa/netty-cxf-jaxws-blueprint-ssl/1.0-SNAPSHOT
      

      the ?wsdl above becomes inaccessible.
      Webservice definition in the 1st bundle is:

       <jaxws:endpoint id="jettySampleEndpoint1"
              implementor="org.jboss.fuse.qa.quickstarts.cxfsample.SampleEndpointImpl1"
              address="netty://http://localhost:9001/JettySampleEndpoint1"  bus="cxf"  depends-on="tls-settings"/>
      

      and in the second is:

       <jaxws:endpoint id="jettySampleEndpoint"
              implementor="org.jboss.fuse.qa.quickstarts.cxfsample.SampleEndpointImpl"
              address="netty://https://localhost:9001/JettySampleEndpoint"  bus="cxf"  depends-on="tls-settings"/>
      

      Both bundles are attached.

      Attachments

        Activity

          People

            willem.jiang Willem Jiang (Inactive)
            emedvede Elena Medvedeva (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: