Class | Description |
---|---|
Driver |
Scriptella driver for JNDI datasources.
|
Exception | Description |
---|---|
JndiProviderException |
Thrown to indicate JNDI provider failure.
|
This driver allows to work with JNDI-bound datasource connections, useful in J2EE environment
This driver acts as a proxy and relies on JDBC Bridge.
Driver class: | scriptella.driver.jndi.Driver |
Driver alias name: | jndi |
URL: | JNDI name of the datasource |
Runtime dependencies: | None |
Depending on your environment you may need to specify additional JNDI properties inside a connection element. These settings will take precedence over jndi.properties and System properties.
<connection driver="jndi" url="ds/appDataSource">
#Default settings should work in J2EE environment, but you may reconfigure JNDI here
#java.naming.factory.initial=jndi.provider.Factory
</connection>
Copyright © Copyright 2006-2019 The Scriptella Project Team.