ExternalSpecifications has an import from javax.validation api, and this one
should be optional
-----------------------------------------------------------------------------------------------
Key: MYFACES-2613
URL: https://issues.apache.org/jira/browse/MYFACES-2613
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.0-beta-3
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
In a environment without javax.validation api, if bean validation is used, a
ClassNotFoundException is thrown because ExternalSpecifications has an import
from javax.validation api. The solution is create another class that has this
only import, so ExternalSpecifications could be loaded on the classpath without
the presence of javax.validation api.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.