[
https://issues.apache.org/activemq/browse/SMXCOMP-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61930#action_61930
]
Freeman Fang commented on SMXCOMP-803:
--------------------------------------
with this fix, In SMX4, customer can inject
org.apache.servicemix.jbi.runtime.ComponentRegistry into CxfSeProxy
configuration like
<osgi:reference id="componentRegistry"
interface="org.apache.servicemix.jbi.runtime.ComponentRegistry"
cardinality="1..1" />
then reference it with proxy like
<cxfse:proxy service="person:PersonService"
type="my.package.Person">
<property name="componentRegistry"
ref="componentRegistry"/>
</cxfse:proxy>
> enable inject org.apache.servicemix.jbi.runtime.ComponentRegistry to
> CxfSeProxy bean directly
> ---------------------------------------------------------------------------------------------
>
> Key: SMXCOMP-803
> URL: https://issues.apache.org/activemq/browse/SMXCOMP-803
> Project: ServiceMix Components
> Issue Type: Improvement
> Components: servicemix-cxf-se
> Reporter: Freeman Fang
> Assignee: Freeman Fang
> Fix For: servicemix-cxf-se-2010.02
>
>
> but not retrieve it from CxfSeComponent, so that CxfSeProxy bundle start
> won't depend on must start CxfSeComponent bundle first
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.