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.