]
Jesper Pedersen updated WFLY-1882:
----------------------------------
Fix Version/s: 9.0.0.CR1
(was: 9.0.0.Beta1)
JCA should be able to access the CDI-enabled ValidatorFactory
-------------------------------------------------------------
Key: WFLY-1882
URL:
https://issues.jboss.org/browse/WFLY-1882
Project: WildFly
Issue Type: Feature Request
Components: JCA
Affects Versions: 8.0.0.Alpha4
Reporter: Farah Juma
Assignee: Stefano Maestri
Fix For: 9.0.0.CR1
The JCAValidatorFactory is currently a copy of an older version of the EE
LazyValidatorFactory. The delegate of the EE LazyValidatorFactory was recently replaced
with a CDI-enabled ValidatorFactory (see WFLY-529). JCA needs to be able to access the
CDI-enabled ValidatorFactory as well.