I will check in my local changes, but I've been able to deploy all the JBI components from ServiceMix 3 but the WS-Notification SE (haven't really looked why yet). Note that the creation of the JBI component is done when the bundle is started, but asynchronously and the process can be quite long (I'll try to fix that later). Also, JBI artifacts are currently not automatically started, so you'd have to run jbi start servicemix-http jbi start servicemix-jsr181 jbi start wsdl-first-sa
But lemme fix all this and I'll get back to you soon. On Jan 16, 2008 9:13 AM, lhe77 <[EMAIL PROTECTED]> wrote: > > Guillaume, > > as I told you yesterday I tried now to run the wsdl-first example in smx4 > as > well. > I followed the instructions exactly (installed runtime, installed nmr, > copied shared-compat into deploy folder, copied jsr181 and http as well as > the wsdl-first-sa into deploy folder). > When starting smx4 there is no special error output or something. > When doing jbi ls the following output is what I got: > > jbi ls: > Shared Libraries > ---------------- > servicemix-shared - 3.2.1 - ServiceMix :: Shared Compat > > Components > ---------- > servicemix-jsr181 - Shutdown - ServiceMix :: JSR-181 Service Engine > servicemix-http - Shutdown - ServiceMix :: HTTP > > Somehow the wsdl-first-sa is not recognized. I also tried to move in all > of > my own bc, se and sa and only few of the sa's are recognized by the jbi ls > comand. > > What could be the reason for that? > > Regards, > Lars > > > > > gnodet wrote: > > > > 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/ > > > > > > -- > View this message in context: > http://www.nabble.com/SMX4---FilePoller-Example-like-in-SMX3--tp14742056s12049p14873586.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
