[seam-issues] [JBoss JIRA] (JBSEAM-4902) Problem with Hibernate validator annotations when generating entities

Tomas Remes (JIRA) jira-events at lists.jboss.org
Wed Feb 22 07:46:36 EST 2012


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

Tomas Remes updated JBSEAM-4902:
--------------------------------

    Steps to Reproduce: 
1. Create new Seam Web project with EAP 6 runtime in JBoss Tools
2. Reverse engineer entities from db
3. There are imports for org.hibernate.validator.Length and org.hibernate.validator.NotNull, which causes error. It should probably be org.hibernate.validator.constraints.Length, javax.validation.constraints.NotNull

  was:
1. Create new Seam Web project with EAP 6 runtime in JBoss Tools
2. Reverse engineer entities from db
3. There are imports for org.hibernate.validator.Length and org.hibernate.validator.NotNull, which causes error. It should be org.hibernate.validator.constraints.Length, org.hibernate.validator.constraints.NotNull


    
> Problem with Hibernate validator annotations when generating entities
> ---------------------------------------------------------------------
>
>                 Key: JBSEAM-4902
>                 URL: https://issues.jboss.org/browse/JBSEAM-4902
>             Project: Seam 2
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 2.3.0.ALPHA
>         Environment: JBoss EAP 6, JBoss AS 7.1.0.Final, Seam 2.3 - SNAPSHOT
>            Reporter: Tomas Remes
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list