InformationProviderBean not cached
------------------------------------
Key: EXTVAL-139
URL: https://issues.apache.org/jira/browse/EXTVAL-139
Project: MyFaces Extensions Validator
Issue Type: Bug
Components: Core
Affects Versions: 1.2.4
Environment: Mojarra 1.2_15, trinidad 1.2.14
Reporter: Markus Dreher
the synchronized Method ExtValContextInternals.initInformationProviderBean is
called many times for each client request.
We don't configured a custom InformationProviderBean.
In line 71 the created "default" InformationProviderBean is just returned and
not stored in application scope.
Custom InformationProviderBeans will be stored in application scope, so the
method ist just called once.
Under heavy load, this could be a bottleneck
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira