Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

What version of java is required by Pax Runner?

Pax Runner is targeting Java 5.0 and beyond but a Java 1.4 compatible version is also available. See details.

Are there any examples of how to use Pax Runner options?

Yes, see details.

I'm using Pax Construct. How can I make use of Pax Runner?

Pax Construct uses Pax Runner under the hood when using pax-provision (script and maven pax plugin pax:construct goal). By using this bundles from your project are deployed to the target platform. See Pax Construct for details.

I'm using Spring OSGi. How can I make use of Pax Runner?

You can make use of Pax Runner in Spring OSGi in more ways:

My application has a dependency on a "classic" jar. How can I use it?

To be able to use your jar in osgi, the jar's manifest must have at least some mandatory osgi headers. You can archive this goal in many ways as by adding the entries by yourself, using bnd, maven-bundle-plugin or Pax Construct. In all of this ways you will be able to ransform the "classic" jar into an OSGi bundle. But all of them are doing it at build time. By using the wrap: protocol you will be able to transform the jar into a bundle at runtime. See details.

  • No labels