Symptom:
When using JBoss 5.x with an Oracle Database datasource and upgrading CA IdentityMinder from an r12.5 release, an application outage occurs if the database server is restarted. The outage is caused by JBoss replacing the property background-validation-minutes with background-validation-millis.
Solution:
To resolve this issue, perform the following steps:
<background-validation-minutes> </background-validation-minutes>
<background-validation-millis>120000</background-validation-millis>
Note: 120000 is the equivalent of 2 minutes previously specified by default for background-validation-minutes. Configure the value according to the business requirements.
Note: The issue does not affect a new installation of CA IdentityMinder.
Copyright © 2013 CA.
All rights reserved.
|
|