Including custom classes on WebLogic

When deploying Sterling Warehouse Management System as Web services on WebLogic, 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.

About this task

To ensure that your custom classes get invoked, do the following:

Procedure

  1. Create a JAR file with all your custom classes.
  2. Place this JAR file in a folder structure based on the package name. For more information about packaging and deploying jar files, see the "Building and Deploying Extensions" topic.
  3. Rebuild the EAR as described in Creating the EAR on WebLogic.

Results

The custom classes are automatically included in the smcfs.ear file.