Hello, Working with ServiceMix 3.3, I have a SU that include a custom jar file; in this library one of my classes uses WS-Notification. So, in the xbean.xml of the SU, I would like include required librairies of the component servicemix-wsn2005, like this (as stated in the Classloaders page, http://servicemix.apache.org/classloaders.html):
<beans xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0"> <classpath> <library>servicemix-wsn2005</library> </classpath> ... But, when I deploy my SA, I get an exception telling "No such component: servicemix-wsn2005"! What's wrong with this? Cheers, Bertrand. -- View this message in context: http://www.nabble.com/Including-component%27s-jar-files-tp21054162p21054162.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
