RE: uses ComponentInstances as part of the Declarative Services specification

2013-12-26 Thread Humeniuk, David P
Trying to understand what you mean by the multiple pids explained below. The component that needs to be configured is a factory component and each instance needs to support a different configuration. From what I understand, that is not supported by OSGi so we have added are own handling of Ma

Unable to call osgi bundles from Servlet

2013-12-26 Thread Arpan Mukhopadhyay
I have two projects. 1. An osgi bundle (eclipse plugin project). 2. A simple web application (deployable in tomcat). I have started the felix container from tomcat with no problem by following the link below http://felix.apache.org/documentation/subprojects/apache-felix-http-service.html#u

Re: Unable to call osgi bundles from Servlet

2013-12-26 Thread ajinkya prabhune
Hi Arpan, I am not sure what your use case is exactly, but would suggest you to use "osgi-bundlecontext" from your web application bundle (wab) and access the osgi bundle which you have created in step1 Regards Ajinkya On Friday, December 27, 2013, Arpan Mukhopadhyay wrote: > I have two project