You declare a data source to store the Decision Center data.
Procedure
- Follow instructions Install a JDBC Driver as a Core Module
.
- Create the data source.
- Log in to the JBoss Management Console.
By default, http://localhost:9990/console.
- Click the Configuration tab.
- Under Subsystems, select
- Select the Non XA DATASOURCES tab.
- Click Add, and then enter a name
(for example,
DCdatasource) and a JNDI name (java:/jdbc/ilogDataSource)
as the data source attributes.
- Click Next and select the JDBC
driver to be used for the new data source.
The JDBC driver
you registered as a core module should appear here.
- Specify the connection settings.
The transaction-isolation subelement inside the datasource
element must be set to TRANSACTION_READ_COMMITTED to avoid database access problems
and provide a better concurrency experience.
- Click Test Connection to confirm
the connection, and click Done if successful.
- Select the new data source in the table and then click Enable and
then Confirm.