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