> ...
> The performance penalty of wildfly not caching the implementation of that method in
regards to
> hibernate is that HibernatePersistenceProvider uses a cache for
classes/methods/fields
> and that cache is blown away on every call to getPersistenceProviders and that
> happens on every validation of every member of every class.
I agree with your interpretation.
+1
For what it's worth Bean Validation caches its discovered Bean Validation Providers as
well in
javax.validation.Validation.
--Hardy