Overview
You have deployed your Aurea Process (CX Process, Savvion or SBM) BPM project, but have noticed that the custom classes imported in the Adapter and Pre/Post scripts are not copied to the Aurea Process server. This results in the application failing when it attempts to use classes and methods from the custom classes.
Prerequisites
- Access to copy files to the Aurea Process BizLogic Server
Solution
The custom packages and classes that are a common resource for your application will need to be copied to the appropriate folder on the Aurea Process BizLogic server. To ensure the Aurea Process BizLogic server is able to load the custom packages and classes you will need to copy the Java jar and class files to the following:
- Copy the custom Java package jar files to one of the following directories:
- SBM_HOME\ebmsapps\<application name>\lib
- SBM_HOME\ebmsapps\common\lib
-
Copy the custom Java class files to one of the following directories:
- SBM_HOME\ebmsapps
- SBM_HOME\ebmsapps\common\ejbadapters
- SBM_HOME\ebmsapps\common\classes
Testing
Once the custom Java packages and classes used in your application are copied to the appropriate folders, your application is able to run successfully.
Priyanka Bhotika
Comments