[
https://issues.jboss.org/browse/JBSEAM-5105?page=com.atlassian.jira.plugi...
]
Marek Novotny updated JBSEAM-5105:
----------------------------------
Workaround Description:
add the following snippet into web.xml:
{noformat}
<context-param>
<param-name>javax.faces.validator.DISABLE_DEFAULT_BEAN_VALIDATOR</param-name>
<param-value>true</param-value>
</context-param>
{noformat}
Workaround: Workaround Exists
Disable default bean validation in seam-gen generated application to
use Seam validation by default
---------------------------------------------------------------------------------------------------
Key: JBSEAM-5105
URL:
https://issues.jboss.org/browse/JBSEAM-5105
Project: Seam 2
Issue Type: Bug
Components: Tools
Affects Versions: 2.3.0.Final
Reporter: Marek Novotny
Assignee: Marek Novotny
Fix For: 2.3.1.CR1
Seam-gen generated form validation doesn't work if there is EAR application and Bean
is annotated by Bean Validation annotation on its interface.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira