Re: Unable to call osgi bundles from Servlet

2013-12-31 Thread Arpan Mukhopadhyay
equal to 2.0.0). > > Good luck! > > -Stijn > > > > -Original Message- > From: Arpan Mukhopadhyay [mailto:arpan.mukhopadhya...@gmail.com] > Sent: maandag 30 december 2013 9:50 > To: users@felix.apache.org > Subject: Re: Unable to call osgi bundles from Serv

RE: Unable to call osgi bundles from Servlet

2013-12-30 Thread Stijn de Witt
r equal to 2.0.0). Good luck! -Stijn -Original Message- From: Arpan Mukhopadhyay [mailto:arpan.mukhopadhya...@gmail.com] Sent: maandag 30 december 2013 9:50 To: users@felix.apache.org Subject: Re: Unable to call osgi bundles from Servlet Nope, in fact I am having a different issue now wh

Re: Unable to call osgi bundles from Servlet

2013-12-30 Thread Arpan Mukhopadhyay
Thanks Frank that's my bad. Really missed that one Arpan On Mon, Dec 30, 2013 at 3:44 PM, Frank Lyaruu wrote: > I think you are missing the 'org.apache.felix.http.bridge' bundle. If I > recall correctly, the 'org.apache.felix.http.proxy' (in WEB-INF/lib) and > the 'org.apache.felix.http.brid

Re: Unable to call osgi bundles from Servlet

2013-12-30 Thread Frank Lyaruu
I think you are missing the 'org.apache.felix.http.bridge' bundle. If I recall correctly, the 'org.apache.felix.http.proxy' (in WEB-INF/lib) and the 'org.apache.felix.http.bridge' (in WEB-INF/bundles) should be deployed as a pair. regards, rank On Mon, Dec 30, 2013 at 9:49 AM, Arpan Mukhopadhyay

Re: Unable to call osgi bundles from Servlet

2013-12-30 Thread Arpan Mukhopadhyay
Nope, in fact I am having a different issue now while starting the felix embeded in tomcat. Here is the details exception Dec 30, 2013 11:52:53 AM org.apache.catalina.core. AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production en

Re: Unable to call osgi bundles from Servlet

2013-12-30 Thread ajinkya prabhune
Hi Arpan, Were you able to solve the problem ? On Fri, Dec 27, 2013 at 6:29 AM, ajinkya prabhune < ajinkya.prabh...@gmail.com> wrote: > 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 acce

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

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