error in daytrader example
--------------------------
Key: OPENJPA-1916
URL: https://issues.apache.org/jira/browse/OPENJPA-1916
Project: OpenJPA
Issue Type: Bug
Reporter: Mark Struberg
Caused by: <openjpa-2.2.0-SNAPSHOT-r422266:1054717M fatal store error>
org.apache.openjpa.persistence.EntityExistsException: The statement was aborted
because it would have caused a duplicate key value in a unique or primary key
constraint or unique index identified by 'SQL101231130328100' defined on
'QUOTEEJB'. {prepstmnt 2067056127 INSERT INTO quoteejb (SYMBOL, CHANGE1,
COMPANYNAME, HIGH, LOW, OPEN1, PRICE, VOLUME) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
[params=?, ?, ?, ?, ?, ?, ?, ?]} [code=20000, state=23505]
FailedObject: org.apache.openjpa.integration.daytrader.quotedatab...@39757337
at
org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:4854)
at
org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4829)
at
org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:136)
at
org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:78)
at
org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.flushAndUpdate(PreparedStatementManagerImpl.java:143)
so it's not possible to perform a build
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.