[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-8436) JPA: validation of generic generator annotation isn't performed when it used with id mapping

Dmitry Geraskov (JIRA) jira-events at lists.jboss.org
Wed Feb 16 10:23:14 EST 2011


JPA: validation of generic generator annotation isn't performed when it used with id mapping
--------------------------------------------------------------------------------------------

                 Key: JBIDE-8436
                 URL: https://issues.jboss.org/browse/JBIDE-8436
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Hibernate
    Affects Versions: 3.2.0.CR1
            Reporter: Dmitry Geraskov
            Assignee: Dmitry Geraskov
             Fix For: 3.3.x


1) Create mapping field in an entity:
@Id
@GenericGenerator(name = "my_generator", strategy = "wrong_strategy")
private int id2;
2) Error expected, but nothing is shown.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list