Question about Deployment Admin and Bundle Repository.

2008-05-29 Thread Mathieu Plourde
Hello all, I need help understanding Deployment Admin service. Is it like the Felix OSGi bundle repository service, but instead of treating bundle, it treats deployment packages (which can be summarized as groups of bundles)? Is there an implementation of the deployment admin in Felix? Thank

Re: Question about Deployment Admin and Bundle Repository.

2008-05-29 Thread Felix Meschberger
Hi Mathieu, Am Donnerstag, den 29.05.2008, 23:45 -0400 schrieb Mathieu Plourde: > Hello all, > >I need help understanding Deployment Admin service. Is it like the Felix > OSGi bundle repository service, but instead of treating bundle, it treats > deployment packages (which can be summarized a

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Mathieu Plourde
In the Deployment Admin implementation of Felix, is there something to treat deployment package repositories? Let's say I want a repository of deployment packages on a server, is there anything similar to what the OBR does, but for deployment packages? Is there a standard for that? In my applicatio

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Felix Meschberger
Hi, Am Freitag, den 30.05.2008, 08:30 -0400 schrieb Mathieu Plourde: > In the Deployment Admin implementation of Felix, is there something to treat > deployment package repositories? Let's say I want a repository of deployment > packages on a server, is there anything similar to what the OBR does,

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Sahoo
Felix Meschberger wrote: The Deployment Admin on the other defines a packaging specification (with extensibility) to package multiple bundles into a single package and deploy it to some running OSGi frameworks. The deployment package may declare further dependencies which must be resolved in the

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Karl Pauls
On Fri, May 30, 2008 at 6:12 PM, Sahoo <[EMAIL PROTECTED]> wrote: > Felix Meschberger wrote: >> >> The Deployment Admin on the other defines a packaging specification >> (with extensibility) to package multiple bundles into a single package >> and deploy it to some running OSGi frameworks. The depl

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Karl Pauls
On Fri, May 30, 2008 at 2:50 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Hi, > > Am Freitag, den 30.05.2008, 08:30 -0400 schrieb Mathieu Plourde: >> In the Deployment Admin implementation of Felix, is there something to treat >> deployment package repositories? Let's say I want a repository

Re: Question about Deployment Admin and Bundle Repository.

2008-06-01 Thread Marcel Offermans
On May 30, 2008, at 19:37 , Karl Pauls wrote: Actually, I am looking for a spec document to learn more. Is there one? I don't want just the javadocs. Yes, it's described in the mobile spec. You can download it from www.osgi.org . It's no longer part of the mobile spec, but part of the R4

Re: Question about Deployment Admin and Bundle Repository.

2008-06-01 Thread Marcel Offermans
On May 30, 2008, at 14:50 , Felix Meschberger wrote: Am Freitag, den 30.05.2008, 08:30 -0400 schrieb Mathieu Plourde: In the Deployment Admin implementation of Felix, is there something to treat deployment package repositories? Let's say I want a repository of deployment packages on a server