CXF-SE ignores the service and endpoint xbean attributes
--------------------------------------------------------
Key: SMXCOMP-653
URL: https://issues.apache.org/activemq/browse/SMXCOMP-653
Project: ServiceMix Components
Issue Type: Bug
Components: servicemix-cxf-se
Affects Versions: servicemix-cxf-se-2009.01
Reporter: Jean-Baptiste Onofré
Fix For: servicemix-cxf-se-2009.02
Even if I define a xbean.xml like this:
<cxfse:endpoint service="nanthrax:cxfse-ns" endpoint="cxfse">
<cxfse:pojo>
<bean class="net.nanthrax.servicemix.tests.EchoImpl"/>
</cxfse:pojo>
</cxfse:endpoint>
the CXF-SE component ignores it and put (checking in the endpoint MBean using
JConsole) :
serviceName: {http://www.nanthrax.net}Echo
endpointName: EchoImplPort
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.