Update error code for Oracle. Will pass ..openjpa.persistence.exception.TestException.testThrowsEntityExistsException

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@814096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2009-09-12 00:51:05 +00:00
parent 60e55574c8
commit fb34e0a0ec
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
<dictionary class="org.apache.openjpa.jdbc.sql.OracleDictionary"> <dictionary class="org.apache.openjpa.jdbc.sql.OracleDictionary">
<lock>42000,61000</lock> <lock>42000,61000</lock>
<referential-integrity>1,1400,1722,2291,2292</referential-integrity> <referential-integrity>1,1400,1722,2291,2292</referential-integrity>
<object-exists></object-exists> <object-exists>23000</object-exists>
<object-not-found></object-not-found> <object-not-found></object-not-found>
<optimistic></optimistic> <optimistic></optimistic>
<query>72000</query> <query>72000</query>