users@glassfish.java.net

Re: JMS/JMX information in an OSGi bundle

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Wed, 04 Jan 2012 21:39:56 +0530

On Wednesday 04 January 2012 09:30 PM, Robert Weeks wrote:
> Nothing special really - just it is an OSGi bundle (deployed via autodeploy/bundles). Which don't seem to share the same classpath as normal apps (deployed via autodeploy or asadmin deploy).
No, OSGi bundles can't load classes from any of the library jars. They
can only import packages exported by other bundles including "system
bundle."

Sahoo