Hi David,

> What exactly happens when bundle A registers services with objects from
> bundle B and B subsequently stops?

Are you talking about instance of classes that A imports from B?

> Who is considered as having registered the service? Do these services become
> unregistered?

In case you are, then the answer is bundle A and no the services will
not be unregistered but bundle A will be refreshed (i.e., stopped and
started again) on the next call to PackageAdmin.refresh(null) or
PackageAdmin.refresh(new Bundle[]{..., A, ...}).

regards,

Karl

> Kind regards,
> --
> --------------------------------------------------
> David Lindelöf
> Product Developer
> Adhoco AG
> Technopark
> Jagerstrasse 2
> 8406 Winterthur
> tel +41-52-264.5070
> mob +41-79-415.6641
> fax +41-52-264.5099
> e-mail [EMAIL PROTECTED]
> url http://www.adhoco.com
> weblog http://www.visnet.ch/smartbuildings/
> --------------------------------------------------
>
> Trying to define yourself is like trying to bite your own teeth.
>                 -- Alan Watts
>
> ---------------------------------------------------------------------
> 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]

Reply via email to