Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Persistence Unit: Data Source Configuration

Configuration Options     Related Tasks     Related Topics

This page shows attributes related to both the transactional and non-transactional data sources of a persistence unit.

The JNDI name is not validated when you configure a persistence unit via the console. This allows you to create the data source later. Your application's persistence implementation is responsible for validating the datasource at runtime.

Note: The content of this page changes depending on if you are implementing Oracle Kodo or a 3rd party persistence provider.

Configuration Options

Name Description
Use External Jta Data Source

Flag that specifies to use the JTA data source specified below.

Use External Non-Jta Data Source

Flag that specifies the non-managed data source specified below.

Jta Data Source JNDI Name

The JNDI name of the DataSource enlisted in the current JTA transaction.

MBean Attribute (Does not apply to application modules) :
PersistenceUnitBean.JtaDataSource

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

Non-Jta Data Source JNDI Name

The JNDI name for an unmanaged DataSource.

MBean Attribute (Does not apply to application modules) :
PersistenceUnitBean.NonJtaDataSource

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

Related Tasks

Related Topics


Back to Top