Hi,
We are using a spring based application with mysql \ jpa \ hibernate.
We would like to configure a failover mechanism for our DB.
we use <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"> ..
1) How exactly does one configure a failover mechanism?
2) Is it connected at all to the spring's datasource configurations?
thanks!
We are using a spring based application with mysql \ jpa \ hibernate.
We would like to configure a failover mechanism for our DB.
we use <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"> ..
1) How exactly does one configure a failover mechanism?
2) Is it connected at all to the spring's datasource configurations?
thanks!