]
Jay Balunas updated RF-10062:
-----------------------------
Fix Version/s: 4.0.0.CR1
(was: 4.0.0.Milestone6)
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.0.0.CR1
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: