Menu

Use existing datasource as database in ha-jdbc

Help
2015-11-16
2016-01-21
  • Libor Subcik

    Libor Subcik - 2015-11-16

    Hi,
    in my application, I have connection pools created for my databases and want to create a cluster for these databases. I can see that it is possible to pass DataSource to DataSourceDatabase constructor in version 3.1.0-alpha-1-SNAPSHOT, but the name of the version does not imply that it is a stable release. The last version I can see in repository.jboss.org/nexus/content/repositories/thirdparty-releases/ maven repository is 3.0.3. Do you have any advice how to create a cluster form existing datasources? And is there any plan release 3.1. version of the project any time soon?
    Regards, Libor

     
  • Paul Ferraro

    Paul Ferraro - 2016-01-21

    Using 3.0.x, you can create a DataSourceDatabase that references your DataSource instances via jndi name.

    Given that work on 3.1 has been slow going, I'm planning to release it as 4.0 instead, with support for Java 8. I have no ETA yet.

     

Log in to post a comment.