Sure.
https://issues.apache.org/activemq/browse/SM-1060
Cheers
Freeman
Guillaume Nodet wrote:
Freeman, I think being able to inject the endpoint DeliveryChannel and
ComponentContext is a really important feature. Can you raise a JIRA
for that please ?
On 9/20/07, Freeman Fang <[EMAIL PROTECTED]> wrote:
Hi Ryan,
Attachment is the schema for servicemix-cxf-se.
So far the cxf-se is not exactly same as jsr-181 service engine, so I
think now we don't support it.
Also I investigate the jsr-181 client proxy issue you mentioned in
previous mail, we don't support it in cxf se neither, sorry for
misleading previous response.
The main purpose we add cxf-bc and cxf-se is leverage cxf ws-* features.
You can see the tests and examples how the typical scenario looks like.
If you need any feature we don't support now, please fill jira issue.
Best Regards
Freeman
Ryan Moquin wrote:
I'm still having a hard time figuring out how to replicated my interservice
communication through the bus between two CXF services in Servicemix. My
latest problem is that this doesn't appear to work:
<cxfse:endpoint>
<cxfse:pojo>
<bean id="cxfServiceBean" class="notification.NotificationServiceImpl
">
<property name="context" ref="context" />
</bean>
</cxfse:pojo>
</cxfse:endpoint>
According to the servicemix docs, it says I should be able to reference the
context which was created as a parent bean.
Is there an xsd I can look at for cxfse? I need to figure out how I can do
interservice communication with it over the bus still.