When using jboss and the sequoia-driver.jar, does this jar just want the
mysql-ds.xml in the jboss/server/all/deploy directory, or is there a
different xml file it looks for?  I see the example datasource file in
the documentation, but not sure what configuration file name and
location should be.



<?xml version="1.0" encoding="UTF-8"?> 
<!--============================================================= -->
<!--                                                              -->
<!-- JBoss Server Configuration                                   -->
<!--                                                              -->
<!--============================================================= -->
 
<!--============================================================= -->
<!-- Datasource config for Sequoia                              -->
<!--============================================================= -->
<datasources> 
 <local-tx-datasource> 
  <jndi-name>sequoia-DS</jndi-name> 
  <connection-url>jdbc:sequoia://host1,host2/vdbname</connection-url>
  <driver-class>org.continuent.sequoia.driver.Driver</driver-class> 
  <user-name>user</user-name> 
  <password>tagada</password> 
 </local-tx-datasource> 
</datasources>

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to