Haven't tested it yet, but this looks like what you are looking for: http://www.dynamicjava.org/articles/osgi-integration/esper-osgi
See the section on Integration Issues. /GT -----Original Message----- From: Richard S. Hall [mailto:[email protected]] Sent: Tuesday, January 19, 2010 9:50 AM To: [email protected] Subject: Re: Esper on OSGI On 1/19/10 7:41, Jochen Mader wrote: > It could be a class visibility problem. > I guess esper is a separate bundle and you are configuring esper in your own > bundle. > If your own bundle has a dependency on the esper bundle it the esper bundle > won't be able to see classes from your own bundle. > Add "Bundle-BuddyPolicy: dependent" to the manifest of the esper bundle. > This will allow the esper bundle to see the contents of bundles that depend > on it. > FYI: That won't help if you are using the Felix framework, since it is a non-standard feature of Equinox. -> richard --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

