Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty OSGi bundles

I may have found one answer. The Jetty OSGi tests show the following output:

[                           Run] - Provision bundle [mvn:org.ops4j.pax.exam/pax-exam/1.2.0, at start level 1, bundle will be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.ops4j.pax.exam/pax-exam-junit-extender/1.2.0, at start level 1, bundle will be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.ops4j.pax.exam/pax-exam-junit-extender-impl/1.2.0, at start level 1, bundle will be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.mortbay.jetty/servlet-api/2.5-20081211, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse/osgi/3.5.0.v20090520, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.osgi/services/3.1.200-v20070605, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-deploy/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-server/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-servlet/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-util/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-http/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-xml/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-webapp/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-io/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-continuation/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-security/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty/jetty-client/7.2.0.v20101020, at default start level, bundle will not be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty.osgi/jetty-osgi-boot/7.2.0.v20101020, at default start level, bundle will be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.jetty.osgi/jetty-httpservice/7.2.0.v20101020, at default start level, bundle will be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.eclipse.equinox.http/servlet/1.0.0-v20070606, at default start level, bundle will be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.junit/com.springsource.org.junit/4.4.0, at start level 1, bundle will be started, bundle will be loaded from the cache]
[                           Run] - Provision bundle [mvn:org.ops4j.pax.exam/pax-exam-container-rbc/1.2.0, at start level 1, bundle will be started, bundle will be loaded from the cache]

So presumably the jetty bundles in this list are a good starter set?

(The build failed later on, but I'll post separately on that.)

Regards,
Glyn

On 4 Nov 2010, at 13:44, Glyn Normington wrote:

> I am building Jetty with a view to running Jetty OSGi on top of the Virgo kernel. The wiki [1] is very helpful and tells me that I need the bundle org.eclipse.jetty.osgi.boot for starters and that it will wire up "all the jetty jars that can be located". Problem is I have no clue what the relevant set of JARs is. Any suggestions?
> 
> Regards,
> Glyn
> [1] http://wiki.eclipse.org/Jetty/Feature/Jetty_OSGi
> 
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev



Back to the top