2008/11/27 Peter Gardfjäll <[EMAIL PROTECTED]> > > If you keep the servlet packages on dynamic import, but remove them from > Import-Package does it still work? > > Hi Richard, > > The Import-Package for javax.servlet and javax.servlet.http must be > declared. > The DynamicImport-Package alone is not enough in my case. >
sounds like something else is going on, if you use DynamicImport-Package then you shouldn't need those packages as "resolution:=optional" imports how easy is it to recreate this problem? could you open a JIRA issue and attach instructions, as well as any test bundles / deployment scripts, etc? Removing the dynamic imports completely and only using (optional) > imports for the servlet packages works as well. > > /Peter > -- Cheers, Stuart

