I would like to use the maven pax plugin
(http://www.ops4j.org/projects/pax/construct/maven-pax-plugin/) to run
a set of bundles in an OSGi framework. It seems to work ok if I am not using
any packages which are not listed specifically in my pom files,
however, when I add in a servlet it fails because it is missing the
pax-web stuff (or the http.service anyway).

How can I tell pax-runner that I want to install some additional
bundles like the pax-web bundle?

Ideally I want this to be able to run without have to do anything outside of:
mvn clean install pax:run

My current code is here:
https://azsandbox.googlecode.com/svn/trunk/osgi-sample

Thanks for any suggestions!
-AZ


-- 
Aaron Zeckoski ([email protected])
Senior Research Engineer - CARET - Cambridge University
https://twitter.com/azeckoski - http://www.linkedin.com/in/azeckoski
http://aaronz-sakai.blogspot.com/ -
http://confluence.sakaiproject.org/confluence/display/~aaronz/

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to