Re: [equinox-dev] help understanding osgi.parentClassLoader

2008-06-02 Thread Thomas Watson
[EMAIL PROTECTED] wrote on 06/01/2008 10:36:04 PM: Hi, I'm new to OSGI so please bear with me if they are basically naive questions. I'm using Equinox's latest version, I've gone through the mailing lists and OSGI's core manual especailly the Module layer section and found lots of very

Re: [equinox-dev] Question regarding class loader and getPackages()

2008-06-02 Thread BJ Hargrave
[EMAIL PROTECTED] wrote on 2008/06/02 08:58:36 AM: [image removed] [equinox-dev] Question regarding class loader and getPackages() Jan Stette to: Equinox development mailing list 2008/06/02 08:59 AM Sent by: [EMAIL PROTECTED] Please respond to Equinox development

Re: [equinox-dev] Question regarding class loader and getPackages()

2008-06-02 Thread Jan Stette
2008/6/2 BJ Hargrave [EMAIL PROTECTED]: [EMAIL PROTECTED] 1. The call is not overridden in the Equinox classloader, so the default implementation in java.lang.ClassLoader is used. Hence, only the bundle's own packages, and the system packages are returned. I don't think imported

Re: [equinox-dev] help understanding osgi.parentClassLoader

2008-06-02 Thread nebulae
Thanks a lot Tom, you're right xerces.jar was indeed in the ext dir and that's why osgi.parentClassloader=app worked and so would ext. I was able to fix this problem by supplying DynamicImport-Package: * in one of my bundles. Here are the details: I have a declarative service let's say in a

[equinox-dev] copyrights only contributions

2008-06-02 Thread Thomas Watson
We found a few copyrights that need updated for the next build. I did not tag in time for today's build. These will get picked up in tomorrow's build. The map file has been updated. The following projects have changed: org.eclipse.equinox.security.ui org.eclipse.equinox.security.macosx: Tom