| ILOG JRules User Guide > Managing Rule Execution Server > Tasks > Administering Rule Execution Server > Changing the Default Behavior of the Execution Stack > Changing the Ruleset Persistence Type |
Changing the Ruleset Persistence Type |
PREVIOUS NEXT |
You can change the ruleset persistence type using a configuration property.
To change the persistence provider property:
When you use JDBC persistence, you need a single property: JNDI_NAME=jdbc/bresdatasource.
The USER and PASSWORD properties are not used by the provider in this case. USER and PASSWORD must be in the data source configuration.
The ra.xml file should contain the following:
<config-property> <config-property-name>persistenceProperties</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>JNDI_NAME=jdbc/bresdatasource</config-property-value> </config-property>
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |