| Author |
OSGi - Embedded Jetty Server - Servlet unable to get reference to Service Tracker
|
Krem Reid
Greenhorn
Joined: Sep 07, 2009
Posts: 28
|
|
Hi
I have an OSGi application that has a GWT web interface.
One of the bundles is a GWT bundle that needs to be compiled before the application is launched.
Another bundle is an embedded Jetty application server. It starts the server and points to the compiled WAR of the GWT bundle
This works perfect and my GWT is available and it is able to call servlets.
The problem is these Servlets are unable to get a reference to the OSGi container. From what I have read in the init method you can get a reference to a ServiceTracker
I have no idea where this osgi-bundlecontext is meant to be set in Jetty.
Any ideas?
Thanks
|
Backlink Service - High PageRank Backlinks to have you flying up through the SERP
|
 |
Krem Reid
Greenhorn
Joined: Sep 07, 2009
Posts: 28
|
|
and as soon as I finally post an question I work out the answer
I don't know if this is the best way to do it but it works
Wish I had of posted a question 3 days ago
|
 |
 |
|
|
subject: OSGi - Embedded Jetty Server - Servlet unable to get reference to Service Tracker
|
|
|