FUSE ESB 4 Failover does not work with PostgreSQL and Oracle
------------------------------------------------------------
Key: SMX4-338
URL: https://issues.apache.org/activemq/browse/SMX4-338
Project: ServiceMix 4
Issue Type: Bug
Affects Versions: 4.0.0, 4.0-m1
Reporter: Willem Jiang
Fix For: 4.1.0
f 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.