ops4j / org.ops4j.pax.runner

Multi Framework OSGi Runner
http://team.ops4j.org/wiki/display/paxrunner/
47 stars 39 forks source link

Split pax-runner module in two artifact one for osgi standelone minial impl and one to start osgi framework [PAXRUNNER-390] #400

Open ops4j-issues opened 13 years ago

ops4j-issues commented 13 years ago

Stephane Chomat created PAXRUNNER-390

Create a new module 'pax-runner-osgi' from pax-runner. It takes care to provide a minimum framework osgi.

  1. pax-runner-osgi
  1. pax-runner
  1. Update version

10418_PAX-Runner-Refactoring.jpg

I propose ma version in the branch dev-pax-runner-osgi.


Fixed in: 1.9.1 Attachments:

Votes: 0, Watches: 0

ops4j-issues commented 13 years ago

Chomat Stéphane commented

to use url handler, it'd better to use Handler in the classpaht
System.setProperty( "java.protocol.handler.pkgs", "org.ops4j.pax.url" );