Whenever a web app bundle is started on Geronimo 3, I see tons of console logging for JspModuleBuilderExtension going by, like the following:
2011-06-16 15:02:59,393 WARN [JspModuleBuilderExtension] JspModuleBuilderExtension: Could not load tag class: org.apache.myfaces.taglib.core.SubviewTag mentioned in TLD file at bundleentry://142.fwk2116189730/META-INF/myfaces_core.tld 2011-06-16 15:02:59,393 WARN [JspModuleBuilderExtension] JspModuleBuilderExtension: Could not load tag class: org.apache.myfaces.taglib.core.ViewParamTag mentioned in TLD file at bundleentry://142.fwk2116189730/META-INF/myfaces_core.tld 2011-06-16 15:02:59,393 WARN [JspModuleBuilderExtension] JspModuleBuilderExtension: Could not load tag class: org.apache.myfaces.taglib.core.ViewTag mentioned in TLD file at bundleentry://142.fwk2116189730/META-INF/myfaces_core.tld 2011-06-16 15:02:59,393 WARN [JspModuleBuilderExtension] JspModuleBuilderExtension: Could not load tag class: org.apache.myfaces.taglib.core.ParamTag mentioned in TLD file at bundleentry://142.fwk2116189730/META-INF/myfaces_core.tld 2011-06-16 15:02:59,393 WARN [JspModuleBuilderExtension] JspModuleBuilderExtension: Could not load tag class: org.apache.myfaces.taglib.core.SelectItemTag mentioned in TLD file at bundleentry://142.fwk2116189730/META-INF/myfaces_core.tld ... Are these logging statements really warnings that need to be paid attention to? If they're not truly warnings, can they be changed to INFO? Thanks! Sangjin
