[ 
https://issues.apache.org/jira/browse/KARAF-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426624#comment-13426624
 ] 

Jamie goodyear commented on KARAF-447:
--------------------------------------

The patch looks good, thanks Heath :)

Could you create a patch for the 2.2.x and 2.3.x branches as well?
Also a patch for our documentation would be great to have.

Cheers,
Jamie
                
> Add JDBC lock implementation for PostgreSQL
> -------------------------------------------
>
>                 Key: KARAF-447
>                 URL: https://issues.apache.org/jira/browse/KARAF-447
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.1.3
>            Reporter: Gert Vanthienen
>            Assignee: Jamie goodyear
>             Fix For: 2.2.9, 2.3.0, 3.0.0, 3.1.0
>
>         Attachments: karaf_447.diff
>
>
> When using the org.apache.karaf.main.DefaultJDBCLock class together with 
> PostgreSQL, you can run into this exception (caused by the setQueryTimeout() 
> method not being implemented yet - http://jdbc.postgresql.org/todo.html):
> {noformat}
> Failed to acquire database lock: org.postgresql.util.PSQLException: Method 
> org.postgresql.jdbc4.Jdbc4PreparedStatement.setQueryTimeout(int) is not yet 
> implemented.
> {noformat}
> We should at the very least document that the timeout should be set to 0 for 
> PostgreSQL, but perhaps we'd better create a new JDBC lock implementation 
> that hides this bit of knowledge from the users and provides them with a nice 
> and easy way to use PostgreSQL for JDBC locking.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to