Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Persistence Unit: Non-JTA Connection Configuration

Configuration Options     Related Tasks     Related Topics

This page shows the non-jta data source related attributes of a persistence unit.

Configuration Options

Name Description
Non-Jta Connection Driver Class Name

The class name of the database driver, or an instance of a DataSource to use to connect to the unmanaged data source.

MBean Attribute:
PersistenceUnitConfigurationBean.Connection2DriverName

Changes take effect after you redeploy the module or restart the server.

Non-Jta Connection URL

The URL for the unmanaged data source.

MBean Attribute:
PersistenceUnitConfigurationBean.Connection2URL

Changes take effect after you redeploy the module or restart the server.

Non-Jta Connection User Name

The username for the connection listed in Connection2URL.

MBean Attribute:
PersistenceUnitConfigurationBean.Connection2UserName

Changes take effect after you redeploy the module or restart the server.

Non-Jta Connection Password

The password for the user specified in Connection2UserName

MBean Attribute:
PersistenceUnitConfigurationBean.Connection2Password

Changes take effect after you redeploy the module or restart the server.

Non-Jta Connection Properties

MBean Attribute:
PersistenceUnitConfigurationBean.Connection2Properties

Changes take effect after you redeploy the module or restart the server.

Name

Gets the name of this bean

MBean Attribute:
PersistenceConfigurationPropertyBean.Name

Changes take effect after you redeploy the module or restart the server.

Value

Gets the value associated with this bean

MBean Attribute:
PersistenceConfigurationPropertyBean.Value

Non-Jta Connection Factory Properties

Properties used to configure the javax.sql.DataSource used as the unmanaged ConnectionFactory.

MBean Attribute:
PersistenceUnitConfigurationBean.ConnectionFactory2Properties

Changes take effect after you redeploy the module or restart the server.

Name

Gets the name of this bean

MBean Attribute:
PersistenceConfigurationPropertyBean.Name

Changes take effect after you redeploy the module or restart the server.

Value

Gets the value associated with this bean

MBean Attribute:
PersistenceConfigurationPropertyBean.Value

Related Tasks

Related Topics


Back to Top