[seam-issues] [JBoss JIRA] (JBSEAM-5105) Disable default bean validation in seam-gen generated application to use Seam validation by default

Marek Novotny (JIRA) jira-events at lists.jboss.org
Mon May 27 07:17:06 EDT 2013


     [ https://issues.jboss.org/browse/JBSEAM-5105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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


More information about the seam-issues mailing list