Difference between revisions of "GVDataSources"
(Created page with "==Description== GVDataSources {{GVESB}} element is the root of the jdbc datasource configuration. =={{VULCON}} Configuration== GVDataSources element is present in the Adapter ...") |
(→{{VULCON}} Configuration) |
||
Line 18: | Line 18: | ||
Might contain one of the following elements: | Might contain one of the following elements: | ||
* [[GVDataSources#mbean|mbean]] | * [[GVDataSources#mbean|mbean]] | ||
− | * [[GVDataSources#local-tx-datasource]] | + | * [[GVDataSources#local-tx-datasource|local-tx-datasource]] |
− | * [[GVDataSources#xa-datasource]] | + | * [[GVDataSources#xa-datasource|xa-datasource]] |
− | * [[GVDataSources#no-tx-datasource]] | + | * [[GVDataSources#no-tx-datasource|no-tx-datasource]] |
===mbean=== | ===mbean=== |
Revision as of 14:15, 13 February 2012
Description
GVDataSources GreenVulcano® ESB element is the root of the jdbc datasource configuration.
VulCon Configuration
GVDataSources element is present in the Adapter view and used by GVAdapters.
The following table shows the GVDataSources element's attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value module. |
name | fixed | This attribute must assume the value DATASOURCES. |
Might contain one of the following elements:
mbean
The mbean element defines a JBoss MBean service. This includes the mbean class, attributes and dependencies.
The mbean Element is used by: depends, depends-list-element and GVDataSources.
The following table shows the mbean element's attributes:
Attribute | Type | Description |
---|---|---|
code | required | The code attributes gives the fully qualified name of the MBean implementation class. |
name | required | The name attribute gives the JMX ObjectName string to use when registering the MBean.
This must be a unique and valid JMX name. |
interface | optional | The optional interface attribute gives the full qualified name of the class uses to construct the management interface of the mbean.
In absence of it an interface with the name ending by MBean will be looked in the implementation class. When used this interface is defined explicitely. |
Its subelements are: