Hi all, I apparently have a need to use DynamicImport-Package (Jackrabbit is doing the equivalent of Class.forName() under the covers), but I can't find any doc that says BND supports this. Is there a work-around if it doesn't? I've tried simply adding what I needed to the Import-Package, but I get a warning from BND that I never use that import and I get ClassNotFoundException at runtime. Any help is appreciated, in the meantime I'm going to manually add DynamicImport-Package to the bundle and see if that helps.
Cheers, Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

