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

Ramin Moazeni updated DERBY-2124:
---------------------------------

    Attachment: DERBY-2124.diff

Please find the attached patch addressing this issue. I ran the derbyall test
and there were no failures. 

274 Tests Run
100% Pass (274 tests passed)

 0% Fail (0 tests failed)

9 Suites skipped

The changes went to the following files where the method name 
for error message XJ045 is changed from 
Connection.setTransactionIsolationLevel() to
Connection.setTransactionIsolation().
  
java/engine/org/apache/derby/loc/messages_ko_KR.properties
java/engine/org/apache/derby/loc/messages_cs.properties     
java/engine/org/apache/derby/loc/messages_pl.properties
java/engine/org/apache/derby/loc/messages_de_DE.properties  
java/engine/org/apache/derby/loc/messages_pt_BR.properties 
java/engine/org/apache/derby/loc/messages_es.properties     
java/engine/org/apache/derby/loc/messages_ru.properties
java/engine/org/apache/derby/loc/messages_fr.properties     
java/engine/org/apache/derby/loc/messages.xml
java/engine/org/apache/derby/loc/messages_hu.properties     
java/engine/org/apache/derby/loc/messages_zh_CN.properties
java/engine/org/apache/derby/loc/messages_it.properties     
java/engine/org/apache/derby/loc/messages_zh_TW.properties
java/engine/org/apache/derby/loc/messages_ja_JP.properties

Please review this patch.

> Incorrect method name in error message for Connection.setTransactionIsolation 
> method
> ------------------------------------------------------------------------------------
>
>                 Key: DERBY-2124
>                 URL: https://issues.apache.org/jira/browse/DERBY-2124
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC
>            Reporter: Kim Haase
>            Priority: Minor
>         Attachments: DERBY-2124.diff, DERBY-2124.diff
>
>
> The error message XJ045 begins as follows, according to the Derby Reference 
> Manual:
> Invalid or (currently) unsupported isolation level, '<levelName>', passed to 
> Connection.setTransactionIsolationLevel().
> The actual name of the method is Connection.setTransactionIsolation().
> The file that contains the error messages needs to be corrected.

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

Reply via email to