Deploy your Camel routes as OSGI bundles as Claus already recommend - JBI is dead. Use the maven-bundle-plugin [1] to generate the needed OSGI meta data.
[1] http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html Best, Christian On Tue, May 22, 2012 at 10:09 AM, Claus Ibsen <claus.ib...@gmail.com> wrote: > JBI is dead / deprecated. Don't use that. > For SMX you should use OSGi. > > On Tue, May 22, 2012 at 9:15 AM, Zagan <erbsen.fr...@gmail.com> wrote: > > Hello, > > > > I'm currently getting started in Apache ServiceMix. I have some > experience > > in developing Apache Camel routes in Java DSL and execute them > standalone. > > Now I want to deploy my routes in Apache ServiceMix. > > Following to the Camel/ServiceMix documentation, there seems to be two > > options two deploy routes > > - Deploy routes and filter as OSGi Bundle > > - Deploy routes and filter as JBI Component (Service Assembly / Service > > Units) > > > > Which one is the preferred one? Are there any other options? Which one > use > > Apache ServiceMix customers most often? > > > > Thanks for your help in advance! > > > > -- > > View this message in context: > http://camel.465427.n5.nabble.com/Best-Practices-Deploying-Camel-routes-in-Apache-ServiceMix-tp5713302.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > -- > Claus Ibsen > ----------------- > CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com > FuseSource > Email: cib...@fusesource.com > Web: http://fusesource.com > Twitter: davsclaus, fusenews > Blog: http://davsclaus.blogspot.com/ > Author of Camel in Action: http://www.manning.com/ibsen/ >