[jbosstools-issues] [JBoss JIRA] Resolved: (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 11:05:13 EST 2011


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

Dmitry Geraskov resolved JBIDE-8436.
------------------------------------

    Fix Version/s: 3.3.0.M1
                       (was: 3.3.x)
       Resolution: Done


> 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.0.M1
>
>
> 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.
> 3) move @GenericGenerator annotation near @Entity and compare

--
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