[
https://issues.apache.org/activemq/browse/SMX4NMR-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50439#action_50439
]
Guillaume Nodet commented on SMX4NMR-121:
-----------------------------------------
Yeah, the problem is that when i added support for external jbi endpoints, i've
added the "jbi.internal=true" on the filter. The consequence is that JBI
endpoints can not target non-jbi endpoints anymore, so we need to fix that
somehow.
The goal was to avoid targetting external JBI endpoints (are those are not
supposed to be targeted at all).
We could move this feature down to the NMR level and have a property named
"untargetable=true" which would be set by external JBI endpoints. Then the NMR
would automatically reject those endpoints as targets when using a Reference...
> 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.