[jboss-dev-forums] [JBoss OSGi Development] - Re: Bundle.start() does not transition to ACTIVE
alesj
do-not-reply at jboss.com
Mon Aug 24 10:22:00 EDT 2009
"thomas.diesler at jboss.com" wrote :
| I fixed by only adding PackageRequirement for packages that are not system and not exported.
|
This looks like a hack, at least the "not exported" part.
Where it might make sense for system stuff, which doesn't go over MC's CLDescribe deployer,
hence not describing its exporting packages --> making sense to exclude them.
But I don't see why this would be useful for imports?
The imports are declarative info, so why should it be excluded if it's also found in exports?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251225#4251225
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251225
More information about the jboss-dev-forums
mailing list