Export-Package: com.pg.one;exclude="com.pg.one.BundleOneNot"
is this not supported in dm-server
Export-Package: com.pg.one;exclude="com.pg.one.BundleOneNot"
is this not supported in dm-server
I'll moving this to the dm Server section.
These aside, the OSGi wiring is handled by the OSGi platform not dm Server so if it's not working, it's likely a problem with your manifest. The OSGi spec is the ultimate resource here - to quote from it:
You're missing a ":".Code:The directive value is encoded in the Export-Package manifest header like: Export-Package: org.osgi.framework; exclude:=”MyStuff*”
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags
Thanks Costin
It worked fine