You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Michael Dick (JIRA)" <ji...@apache.org> on 2008/07/31 22:42:33 UTC

[jira] Updated: (OPENJPA-470) Custom sequences specified via @SequenceGenerator must have parentheses at the end of the class name

     [ https://issues.apache.org/jira/browse/OPENJPA-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dick updated OPENJPA-470:
---------------------------------

    Fix Version/s: 1.2.0

> Custom sequences specified via @SequenceGenerator must have parentheses at the end of the class name
> ----------------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-470
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-470
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jpa
>    Affects Versions: 0.9.0, 0.9.6, 0.9.7, 1.0.0, 1.0.1
>            Reporter: Patrick Linskey
>             Fix For: 1.2.0
>
>
> When specifying a custom sequence to use via the @SequenceGenerator annotation, the class name specified in the sequenceName field must have open and close parentheses at the end of it. If no parentheses are present, OpenJPA assumes that the sequence name is the name of a sequence in the database, not a classname to use.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.