CXF Endpoint child resources JBoss ON are not discovered by default

Solution Unverified - Updated -

Issue

  • Child resources of CXF Endpoint resources in JBoss ON are not discovered;

Environment

  • Red Hat JBoss Operations Network (ON) 3.3
  • Red Hat JBoss Fuse (Fuse) 6.1.1
  • CXF Endpoint deployed using blueprint:
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:jaxws="http://cxf.apache.org/blueprint/jaxws"
           xmlns:cxf="http://cxf.apache.org/blueprint/core"
           xsi:schemaLocation="
      http://cxf.apache.org/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd
      http://cxf.apache.org/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd">

    <cxf:bus bus="my-soap-test" id="12345">
        <cxf:features>
            <cxf:logging/>
        </cxf:features>
    </cxf:bus>

    <jaxws:endpoint id="helloWorld"
                    implementor="org.jboss.quickstarts.fuse.soap.HelloWorldImpl"
                    address="/HelloWorld"
                    bus="my-soap-test" >
                    <jaxws:properties> 
                        <entry key="managed.instance.id" value="myEndpoint" />
                    </jaxws:properties> 
    </jaxws:endpoint>     

</blueprint>

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.