CXFSE xbean.xml should allow the injection of the spring parent context, just
like JSR181
-----------------------------------------------------------------------------------------
Key: SM-1078
URL: https://issues.apache.org/activemq/browse/SM-1078
Project: ServiceMix
Issue Type: Improvement
Environment: Windows XP
Reporter: Ryan Moquin
Fix For: 3.2
It would be nice to be able to inject the ComponentContext into a CXF service
in servicemix like you can with jsr181 services. Without this, it makes it a
lot more difficult to access the bus and use it's services.
So in other words, a CXF version of this:
<jsr181:endpoint ...>
<jsr181:pojo>
<bean class="xxx">
<property name="context" ref="context" />
</bean>
</jsr181:pojo>
</jsr181:endpoint>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.