[
https://issues.apache.org/jira/browse/OPENJPA-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pinaki Poddar resolved OPENJPA-470.
-----------------------------------
Resolution: Fixed
This was mentioned in the documentation (Section 6. Generators). Highlighted it
using blockquotes.
> 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
>
> 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.