Including custom classes on WebSphere
About this task
When deploying Sterling Order Management System Software as Web services on WebSphere®, if you have developed custom Java™ classes (user exits, event handlers, and so forth) you need to deploy them in order for them to be available.
To ensure that your custom classes get invoked, do the following:
Procedure
- Create a JAR file with all your custom classes.
- Place this JAR file in a folder structure based on the package name.
- Rebuild the EAR.
Results
The custom classes are automatically included in the smcfs.ear
file.