CXF endpoint and http consumer integration problem
--------------------------------------------------
Key: SMX4NMR-121
URL: https://issues.apache.org/activemq/browse/SMX4NMR-121
Project: ServiceMix NMR
Issue Type: Bug
Reporter: Volodymyr Zhabiuk
I have deployed the cxf endpoint
<jaxws:endpoint id="bookingService"
implementor="org.eclipse.swordfish.samples.cxf.BookingServiceImpl"
address="nmr:BookingService">
<jaxws:inInterceptors>
<bean
class="org.apache.cxf.interceptor.LoggingInInterceptor"/>
</jaxws:inInterceptors>
</jaxws:endpoint>
And trying to access it via the http consumer
<http:endpoint
endpoint="httpConsumerEndpoint"
service="httpConsumerEndpoint"
targetService="swordfishCxf:BookingServiceImpl"
soap="true"
role="consumer"
locationURI="http://0.0.0.0:8192/cxfsample/"
defaultMep="http://www.w3.org/2004/08/wsdl/in-out" />
I'm getting the exception that no matching Endpoint can be found, because the
exchange target's dynamic reference contains property
jbi.internal=true (set in DeliveryChannelImpl: 252)
And CXFEndpoint doesn't contain this property. I know that this is the
anticipated behavior as CxfEndpoint is not jbi specific. But anyway it will be
nice to integrate jbi extenral endpoints with the cxf one
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.