Re: ServiceMix and OSGI

2007-05-15 Thread Guillaume Nodet
I guess i will trash most of these plugins because they already have better implementations inside felix. But this is a good experiment anyway. I'm currently having problems with the JNDI registry because it requires the jars to be in the client classpath and I haven't find a way yet to do that.

Re: ServiceMix and OSGI

2007-05-15 Thread James Strachan
On 5/14/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: On 5/14/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > While at JavaOne, we 've discussed using OSGI inside ServiceMix. > There are two areas where it can be used: > * the first one is to replace classworlds / xbean to configure the > contai

Re: ServiceMix and OSGI

2007-05-15 Thread James Strachan
On 5/14/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: While at JavaOne, we 've discussed using OSGI inside ServiceMix. FWIW this was inspired also from the JBI EG meeting. There are two areas where it can be used: * the first one is to replace classworlds / xbean to configure the containe

Re: ServiceMix and OSGI

2007-05-14 Thread Guillaume Nodet
FYI, I've just checked in the stuff I 'm working on at http://svn.apache.org/repos/asf/incubator/servicemix/branches/osgi/ If you build the project, you should be able to run the server in ./dist/target by launching java -jar bin/servicemix.jar or ./servicemix There is really not much h

Re: ServiceMix and OSGI

2007-05-14 Thread Guillaume Nodet
On 5/14/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: On 5/14/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > While at JavaOne, we 've discussed using OSGI inside ServiceMix. > There are two areas where it can be used: > * the first one is to replace classworlds / xbean to configure the > conta

ServiceMix and OSGI

2007-05-14 Thread Guillaume Nodet
While at JavaOne, we 've discussed using OSGI inside ServiceMix. There are two areas where it can be used: * the first one is to replace classworlds / xbean to configure the container. Using OSGI will enable better classloader control and will allow updates of JNDI, container and additionna