allow the underlying database implementation to use a JCA DataSource loaded

via JNDI, if configured that way
This commit is contained in:
Eric J. Bowersox
2004-06-22 06:33:40 +00:00
parent 2966ab703a
commit 9e5d4f9f57
2 changed files with 67 additions and 7 deletions

View File

@@ -33,6 +33,10 @@
<!-- This section is used to configure the database pool system. -->
<database>
<!-- If this is specified, Venice looks for a JCA DataSource with this name and delegates all connection
pooling work to it. All the other paramerers are ignored. -->
<!-- <jca-datasource>VeniceDB</jca-datasource> -->
<!-- The fully-qualified Java classname of the JDBC driver we wish to load. -->
<driver>org.gjt.mm.mysql.Driver</driver>