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

Freeman Fang resolved FELIX-1519.
---------------------------------

       Resolution: Fixed
    Fix Version/s: karaf-1.0.0

apply patch on behalf of Willem with thanks
http://svn.apache.org/viewvc?rev=807462&view=rev

> Karaf Failover does not work with PostgreSQL and Oracle
> -------------------------------------------------------
>
>                 Key: FELIX-1519
>                 URL: https://issues.apache.org/jira/browse/FELIX-1519
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>            Reporter: Willem Jiang
>            Assignee: Freeman Fang
>             Fix For: karaf-1.0.0
>
>         Attachments: FELIX-1519.patch
>
>
> if you configure FUSE ESB 4 to use a JDBC lock for failover (i.e. the 
> following configuration) then ServiceMix will fail with the error:
> Could not obtain lock: FATAL: database "postgres;create=true" does not exist
> Configuration (in system.properties): 
> [[
> servicemix.lock=true
> servicemix.lock.class=org.apache.servicemix.kernel.main.DefaultJDBCLock
> servicemix.lock.level=50
> servicemix.lock.delay=10
> servicemix.lock.jdbc.url=jdbc:postgresql://localhost/postgres
> servicemix.lock.jdbc.driver=org.postgresql.Driver
> servicemix.lock.jdbc.user=postgres
> servicemix.lock.jdbc.password=postgres
> servicemix.lock.jdbc.table=SERVICEMIX_LOCK
> servicemix.lock.jdbc.clustername=smx4
> servicemix.lock.jdbc.timeout=30
> ]]
> same with the ORACLE

-- 
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