allow the underlying database implementation to use a JCA DataSource loaded
via JNDI, if configured that way
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user