Ales Justin wrote:
> 14:57:00,635 WARN [JBossJSFConfigureListener] No such
ValidatorFactory
> in VDF layer, creating new instance.
>
> Could we reduce the logging level of these, since it doesn't look like
> these should be logged at WARN or INFO.
I put warn since, afaik, JEE spec requires only one instance per
deployment/module.
If we cannot find previously created instance - part of DeploymentUnit's
attachments - we need to create a new one --> not by the spec.
Out of curiosity
- is that for all web applications? Or is it only for
JSF enabled applications (not sure how an application is considered JSF
enabled)?
This should go away once Stan ports VF-deployers into AS.
Sure, no problem. Not
critical right now.
-Jaikiran