Skip navigation links

Package scriptella.driver.jndi

JNDI Datasource Driver for Scriptella.

See: Description

Package scriptella.driver.jndi Description

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.

General information

Driver class:scriptella.driver.jndi.Driver
Driver alias name:jndi
URL:JNDI name of the datasource
Runtime dependencies:None

Notes

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.

Example

    <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>
Skip navigation links

Copyright © Copyright 2006-2019 The Scriptella Project Team.