Alexandre Jaquet wrote:
Hi,
I've a another trouble with the connection string used by third
application.
|jdbc:sequoia://controller1.example.com,controller2.example.com/myvdb?connectionPooling=false&preferredController=roundRobin|
Does the controller1.example.com represent the name defined in the
controller.xml config file ?
<Controller name="controller1" ?
Regards
Alexandre
Finally I found this solution
Class.forName("org.continuent.sequoia.driver.Driver");
connection =
DriverManager.getConnection("jdbc:sequoia://controller1:25322/auction",DB_USER,DB_PASSWORD);
not sure if it's correct I will try it ...
Alexandre
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia