Neil Bartlett wrote > In addition to what Richard said, you can inspect the actual exports > of the system bundle as follows: > > inspect cap osgi.wiring.package 0 > > This should reveal pretty quickly that the packages you think are > exported are not actually exported. > > Regards, > Neil
Tank you for your reply! I run the command as you recommended me. The required package is definitly exported, but it is unused. Because the only bundle which requires this package, is resolved due to an unresolved constraint to this package during startup. Something is going wrong with my felix-lauchner. The only solution is a dynamic import of packages. Thus, the packages are loaded after the framework has been booted up completely. Has someone ever had a similar behavior? Regards to all, Roland -- View this message in context: http://apache-felix.18485.x6.nabble.com/Package-constraints-are-not-resolved-during-Framework-startup-Unresolved-constraint-in-bundle-tp5003141p5003162.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

