I have been able to deploy one of the example from ServiceMix 3 (the wsdl first one) by using the latest runtime and nmr snapshots. You should be able to deploy your plain JBI artifacts into the deploy folder, but for them to be recognized as JBI artifacts, you need to install the NMR project into it. You can try the instructions on the following page: http://servicemix.apache.org/nmr/1-quick-start.html The missing bits on this page is how to deploy your JBI example. You need to copy servicemix-shared-compat, servicemix-jsr181, servicemix-http, wsdl-first-sa into the deploy folder, then run the following commands: jbi start servicemix-jsr181 jbi start servicemix-http jbi start wsdl-first-sa The need for these three commands will be removed at some point, and I'll try to put the needed JBI artifacts into the OBR repo so that they can be installed automaticaly.
On Jan 11, 2008 11:20 AM, lhe77 <[EMAIL PROTECTED]> wrote: > > Now I got the camel example running. > I even installed the NMR into the runtime. > > Now I am a little confused how to put my binding components, engines and > service assemblies into the runtime. I copied them to the deploy folder > and > they are listed when I type "osgi list". (on most of my components the > version info says "(null)". What's wrong there?) > They are listed as active but when trying to use my composite application, > nothing happens. What's the trick to get them running? > > Regards, > Lars > > -- > View this message in context: > http://www.nabble.com/SMX4---FilePoller-Example-like-in-SMX3--tp14742056s12049p14753142.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
