You can just include the JBI SA using a Maven coordinate like you would any other JAR. Then, ServiceMix will detect that it is a JBI artifact and automatically do the conversion to OSGi bundle. For examples, look at all the servicemix-* features here http://svn.apache.org/repos/asf/servicemix/smx4/features/tags/features-4.2.0/assembly/src/main/filtered-resources/features.xml
Cheers, Jon On Thu, Feb 2, 2012 at 10:24 AM, Nandana Mihindukulasooriya < [email protected]> wrote: > Hi, > > I am building a distribution with a set of additional osgi features based > on ServiceMix 4.2.0. > > In Servicemix, is it possible to wrap a JBI service assembly as a bundle of > a feature ? I noticed that servicemix supports additional protocols (like > 'spring') than the ones I found Pax URL site. Was wondering whether there > is a custom protocol in servicemix which makes this possible. Thanks a lot. > > Best Regards, > Nandana > > [1] - http://team.ops4j.org/wiki/display/paxurl/Documentation > -- Cheers, Jon --------------- FuseSource Email: [email protected] Web: fusesource.com Twitter: jon_anstey Blog: http://janstey.blogspot.com Author of Camel in Action: http://manning.com/ibsen
