> 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. Removing the dynamic imports completely and only using (optional) imports for the servlet packages works as well. /Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

