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 deployment package >> may declare further dependencies which must be resolved in the framework >> to successfully deploy the package. The Deployment Admin spec also has >> some installation guaranetees in it such as transactionality in some >> sense: installing a Deployment Package is an all-or-nothing game: Either >> the package insalls completely or not at all if there occurr some >> problems while trying to install. > > Once deployment of the package is complete, does it have any effect in > runtime?
Not really. The only thing is that the deployment admin will try to rollback if something goes wrong when the dp gets installed. > Does it create a namespace of its own, or the bundles that get > deployed as part of the deployment package behave as if they were installed > separately? They behave as if they were installed separately. > 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. regards, Karl > Thanks, > Sahoo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Karl Pauls [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

