]
Nick Belaevski commented on RF-10062:
-------------------------------------
Jay,
We cannot change level, because messages are emitted by built-in ResourceHandler - we
can't affect them somehow.
CSV: cache results in services
------------------------------
Key: RF-10062
URL:
https://issues.jboss.org/browse/RF-10062
Project: RichFaces
Issue Type: Task
Security Level: Public(Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.Milestone5
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Labels: client_side_validator
Fix For: 4.Future
CSV services which lookup client-side implementation for Converter/Validator, perform
actions on every call, that provides a lot of log messages for every request:
Dec 20, 2010 4:54:53 PM com.sun.faces.application.resource.ResourceHandlerImpl
logMissingResource
WARNING: JSF1064: Unable to find or serve resource, LengthValidator.js, from library,
org.richfaces.csv.
Dec 20, 2010 4:55:00 PM com.sun.faces.application.resource.ResourceHandlerImpl
logMissingResource
WARNING: JSF1064: Unable to find or serve resource, CustomValidator.js, from library,
org.richfaces.csv.
Some oth these operations are costly for performance, so service should cache results or
perform most initialization tasks at startup.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: