[equinox-dev] Required bundles for P2 in a server-side equinox application

2009-04-15 Thread J B
I want to include the P2 bundles in my server-side Equinox based application. There is no UI component, and the application runs headless. What are the required P2 bundles necessary to provide provisioning capability? Thanks! Birch ___ equinox-dev

RE: [equinox-dev] Required bundles for P2 in a server-side equinoxapplication

2009-04-15 Thread O'Flynn, Dennis
(note: this may be better suited for the p2-dev email list) I have been trying to something similar. I created by own server-side p2 feature with the following plugins. There are some exec env specific plug-ins that you may/may not need. * org.eclipse.ecf * org.eclipse.ecf.filetransfer *

[equinox-dev] Autostarting Bundles

2009-04-15 Thread J B
I have a small server-side equinox application running. I would like to autostart a couple of other bundles automatically. The Eclipse-AutoStart is deprecated, and the Bundle-ActivationPolicy only accepts 'lazy' as a value. Is there an accepted way to auto start bundles without having the

Re: [equinox-dev] Autostarting Bundles

2009-04-15 Thread Chris Aniszczyk
On Wed, Apr 15, 2009 at 2:51 PM, J B moa...@gmail.com wrote: I have a small server-side equinox application running. I would like to autostart a couple of other bundles automatically. The Eclipse-AutoStart is deprecated, and the Bundle-ActivationPolicy only accepts 'lazy' as a value. Is

Re: [equinox-dev] Autostarting Bundles

2009-04-15 Thread J B
Declarative Service might be the way to go. The equinox app I am deploying is really just a shell of a server with P2 functionality for now (hopefully). I want to then provision new bundles into this server and have them auto-started. I have no way of knowing in advance which bundles will be

[equinox-dev] Jaxb and Osgi

2009-04-15 Thread Mitra, Priyanka
Thanx Link and Shaun for your replies. That really pointed me to the right direction. I have yet to try out Moxy. It is quite certain we will be looking into it going forward. I got it working in the meantime with Jaxb jars and model classes. I had a bundle with all the jaxb jars. Then I had