Commercial OSGI implementation?

2010-05-23 Thread Mahammad Nasir
Hi All, I would like to know is there any commertial OSGI implementation? I would like to compare felix with any other popular implementation. Also, Can any one suggest me popular clients of OSGI? (Commertial) I hope this is a right place to ask this question. Nasir

Re: problem: getResources("META-INF/services/..") does not return all from imported bundles?

2010-05-23 Thread Richard S. Hall
On 5/23/10 18:51, Morten wrote: --- Den man 24/5/10 skrev Richard S. Hall: Fra: Richard S. Hall > No, it doesn't. That's what I am saying, the spec doesn't support it. However, the Felix framework impl doesn't do anything to prevent it. Ok, I understand your point now.

Re: problem: getResources("META-INF/services/..") does not return all from imported bundles?

2010-05-23 Thread Morten
--- Den man 24/5/10 skrev Richard S. Hall : > Fra: Richard S. Hall > > No, it doesn't. That's what I am saying, the spec doesn't > support it. > However, the Felix framework impl doesn't do anything to > prevent it. Ok, I understand your point now. > > Yes, that is what I am afraid of. It see

Re: problem: getResources("META-INF/services/..") does not return all from imported bundles?

2010-05-23 Thread Richard S. Hall
On 5/23/10 18:32, Morten wrote: --- Den man 24/5/10 skrev Richard S. Hall: Fra: Richard S. Hall Emne: Re: problem: getResources("META-INF/services/..") does not return all from imported bundles? If the required bundle exports META-INF/services, then it should work. What is the syntax

Re: problem: getResources("META-INF/services/..") does not return all from imported bundles?

2010-05-23 Thread Morten
--- Den man 24/5/10 skrev Richard S. Hall : > Fra: Richard S. Hall > Emne: Re: problem: getResources("META-INF/services/..") does not return all > from imported bundles? > If the required bundle exports META-INF/services, then it > should work. What is the syntax for exporting resources ? Does O

Re: problem: getResources("META-INF/services/..") does not return all from imported bundles?

2010-05-23 Thread Richard S. Hall
On 5/23/10 17:12, Morten wrote: I am trying to see if I can get felix to work with the javax.scripting api which looks for scripting implementations using classloader.getResources("META-INF/services/javax.script.ScriptEngineFactory"). The classloader can be specified to use the classloader for

problem: getResources("META-INF/services/..") does not return all from imported bundles?

2010-05-23 Thread Morten
I am trying to see if I can get felix to work with the javax.scripting api which looks for scripting implementations using classloader.getResources("META-INF/services/javax.script.ScriptEngineFactory"). The classloader can be specified to use the classloader for my bundle and I have tried to re