Incorrect example of openjpa.Sequence property
----------------------------------------------
Key: OPENJPA-1343
URL: https://issues.apache.org/jira/browse/OPENJPA-1343
Project: OpenJPA
Issue Type: Bug
Components: docs
Affects Versions: 2.0.0
Reporter: Milosz Tylenda
Priority: Minor
This example in the user manual:
Example 9.9. System Sequence Configuration
<property name="openjpa.Sequence" value="table(Table=OPENJPASEQ,
Increment=100)"/>
gives an exception saying "table" is an incorrect alias.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.