Quite interesting, all wrapped by mbeans already? What if we set the Mbean server option to false, in this case, the mbean server won't start, how the mbeans get managed in this case? Wrapping, this is the same approach I took in my code generation framework. Yea, seemed like understand JBI is kind of important to let components to talk in a standard way.
Really appreciate your help, Guillaume. scott -----Original Message----- From: Guillaume Nodet [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 7:11 PM To: [email protected] Subject: Re: [servicemix-dev] loading procedure JBI container management is well explained in the spec. You should look at it. There are a number of interfaces that are specified. The only specific part is the mbean name, but all services can be obtained when you have the main jbi container mbean. Btw, all components are already wrapped by mbeans ... Guillaume Scott Li wrote: >Hi, > >Guillaume's link is super cool to explain the confusion in my mind. Got >to put my head into it...Another question is regarding how to jump >start JBI services from my Mbeans. For example, I created a code >generated framework that can create code of standard Mbean wrapping >around certain other components -- for example, servicemix component >supported by service bus. I am trying to make this components be loaded >by invoking the management interface of my standard Mbean (I using mx4j >as my current engine), how can I programmatically call servicemix code, >(maybe another Mbean??) to let it run and load JBI services (as part of >my integrated part of service)? Am I supposed to dig this out from >Jboss integration or there are some other tricks? > >Thank you all... > >Scott > >-----Original Message----- >From: Guillaume Nodet [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 16, 2005 6:08 PM >To: [email protected] >Subject: Re: [servicemix-dev] loading procedure > > >ServiceMix 1.x used a hacked version of spring. >In ServiceMix 2.x, we now use xbean (http://xbean.org/) >You can take a look at a good article >(http://jroller.com/page/habuma/20051011). > >For the vfs-binding, there is an example that is shipped with the >binary >release, >in ./examples/vfs-binding. > >Cheers, >Guillaume Nodet > >Scott Li wrote: > > > >>Can someone say something about how the JBI loading (parsing of the >>jbi specific tags happened), i am not sure how the tags are converted >>to Spring compatible way. Newer version of Spring seemed doesn't >>support have some of the files ServiceMix used. I tried 1.0.x version, >>the whole things look sooooo coool. I'd like to know more about this >>project here. In a recent project, I intend to use the vfs-binding, >>are there any sample code and examples for this part? >> >>Any help will be appreciated... >> >>Scott >>-------------------------------------- >>Scott Li M.D. M.S. >>Bioinformatics Software Engineer >>Kemmel Cancer Center Rm 806 >>Thomas Jeffersion University >>(Office) 215-503-9815 >>---------------------------------------------------------------------- >>------ >> >> > > > > > >
