DBOperations

From GreenVulcano Wiki
Revision as of 07:32, 10 April 2012 by Anonymous (talk)
Jump to: navigation, search

Description

The element DBOperations configures an interaction with a database.

GreenVulcano® ESB configuration

DBOperations might contain the following sub-elements:


DataSourceConnection

Use this element if you want to retrieve a DataSource connection. This element represents the class of connection via Data Source for all those clients that use an application server. The following table shows its attributes:

Attribute Type Description
type fixed This attribute must assume the value db-connection.
class fixed This attribute must assume the value it.greenvulcano.gvesb.j2ee.db.connections.DataSourceConnection
jndi-name required this attribute defines the DataSource JNDI name;

Might contain the sub-elements:


JDBCConnection

Use this element for retrieving a JDBC connection.

The following table shows its attributes:

Attribute Type Description
type fixed This attribute must assume the value db-connection.
class fixed This attribute must assume the value it.greenvulcano.gvesb.j2ee.db.connections.JDBCDataBaseConnection
connectionName required this attribute defines the name of the connection to be used, must be one of the connections configured on the file GVAdapters.xml