I noticed that service and endpoint name specified in xbean.xml are ignored:
    <cxfse:endpoint service="xxx:exampleName"
endpoint="xxx:exampleEndpointName">
        <cxfse:pojo>
          <bean class="org.example.ExampleClasss" />
        </cxfse:pojo>
    </cxfse:endpoint>

When I specified service and endpoint (portName) properties using annotation
on the POJO class they are taken into account but when there are no
annotations the service/endpoint name are generated (based on POJO class
name) and settings in xbean.xml are simply disregarded.

Is it a bug?
-- 
View this message in context: 
http://www.nabble.com/CXF-SE-endpoint-service-name-tp18711641p18711641.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to