If you are using maven then you can just use dependency tag. Unfortunately there is a bug in maven plugin (see my issue: http://www.nabble.com/-jira--Created%3A-%28SM-1030%29-maven-plugin-should-not-exclude-all-jbi-components-from-runtime-scope-tf4267815s12049.html#a12146099)
Alternatively you can identify dependencies manually (by looking at the jms-component pom.xml) and put these dependencies (jar files) in the classpath location - if you are using SM 3.1.1 (not sure exactly the ver number) do it just by putting them in lib folder under zipped SU - folder 'lib' is automatically in the classpath - if you are using some older SM then you need to define classpath explicitly in service.xml file kumar k wrote: > > Please let me know how do I find what all libraries are needed and what is > the best location to keep them. > > -- View this message in context: http://www.nabble.com/Unrecognized-xbean-namespace-mapping-for-jms-tf4341410s12049.html#a12371783 Sent from the ServiceMix - User mailing list archive at Nabble.com.
