Disabling background class saving with JBoss e-Tier
If you deployed Pega Platform™ in JBoss' e-Tier, disable background class saving in Pega Platform.
- Change the compiler/saveClassesInBackground prconfig setting to
false. This is typically in your
prconfig.xml
file.For example: <env name="compiler/saveClassesInBackground" value="false/> - Restart your server application.
Note: Background class saving in JBoss' e-Tier can cause compilation errors and subsequent problems with Pega Call™ event processing. Computer telephony integration (CTI) events can trigger compilation (first-use-assembly) of Pega Platform rules.
Previous topic Importing the Pega Call application bundle Next topic Verifying your installation