Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Deprecated Import-Service & Export-Service


Hi

Equinox code does not use Export-Service/Import-Service (maybe your thinking of Export-Package/Import-Package headers).  These headers have been replaced by the use of Declarative Services specification which uses xml to specify service dependancies.  In OSGi R3 these headers are not interpreted by the framework at all.  They are only used by management servers to help with deploying bundles which depend on services.

Tom





Gavin Bong <gavin.emploi@xxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

05/16/2006 01:30 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
equinox-dev@xxxxxxxxxxx
cc
Subject
[equinox-dev] Deprecated Import-Service & Export-Service





Hi,

I'm a just a curious newbie to OSGI. While reading the R4 Core spec, items
3.2.1.19 & 3.2.1.22 says that the manifest headers Import-Service &
Export-Service have been deprecated. Why were they deprecated ? The equinox code
still uses both headers.

Regards,

Gavin


_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top