Hi TJ,
You can use the servicemix-wsn component. All ServiceMix Components are
JBI components, but they are also OSGi bundles. So you can define a WSN
endpoint and export it as an OSGi service.
To do that, drop a xbean.xml in the deploy folder. To be available as an
OSGi service, the xbean.xml must contain a bean definition for the
EndpointExporter.
Take a look on:
http://servicemix.apache.org/SMX4/creating-an-osgi-bundle-for-deploying-jbi-endpoints.html
You can take a look on servicemix-wsn:
http://servicemix.apache.org/servicemix-wsn2005.html
I know that we have a bug in ServiceMix 4.0.0 around WSN. I made a fix:
https://issues.apache.org/jira/browse/SM-1783
but it seems that we still have an issue:
https://issues.apache.org/jira/browse/SM-2033
Any help is welcome, at least to make some tests :)
Regards
JB
On 02/18/2011 12:21 PM, TJ wrote:
Hi JB,
Thanks for reply as this was a confusion for many peoples including me :)
I have just started using ServiceMix 4.2.0 after your reply.
can you please suggest any example, flow, to implemented WS-NOTIFICATION
using ServiceMix 4.2.0 ?
Thanks,
TJ