Installing Tasks
When a task is properly packaged in a JAR file, it must be accessible by the Services Framework. A dedicated library directory is created where the Services Framework looks for tasks to load. The library location is install_directory/shared/v323/pfs/ServicesFramework/engine/application/lib, or as specified by the user during installation. All JAR files in this location are loaded by the Services Framework run time and available for registration and configuration.
When installing the JAR file, any additional JAR files needed by the task that are not already in
the Services Framework run time need to be installed
in the directory.
Note:
- To ensure that new or updated tasks are available in Services Framework, stop and restart the Services Framework run time after adding or updating files in the library directory.
- The util.jar file is already part of the Services Framework run time. It is only used for compilation of the task and does not need to be in the directory.