|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| Driver | Scriptella driver for JNDI datasources. |
| Exception Summary | |
|---|---|
| JndiProviderException | Thrown to indicate JNDI provider failure. |
JNDI Datasource Driver for Scriptella.
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>
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||