Merging Jar With ECM.ear using UNIX
Procedure
- Extract the Condition.jar file (maintaining the directory structure when extracting) and place the extracted directory into the classes/commonClasses directory. For example: classes/commonClasses/com/tibco/com/tibco/mdm/workflow/engine/transition/*.class.
- Change the directory to the parent of classes/commonClasses and run the following command (which will create a new custom jar file, ready to merge with the ECM.ear file). $jar -cvf <new jar file name> classes
Follow these steps to merge the new condition.jar with ECM.ear:
- Create the directory $MQ_HOME/customEAR.
- Copy the condition.jar into the customEAR directory.
- Go to $MQ_HOME/build/custom.
- Execute ./customUtil.sh –updateEarFile.
- Enter "y" to merge. Continue and complete the script.
- The updated ECM.ear will be available at $MQ_HOME/customEAR.
- Deploy the new ECM.ear.
- Restart the MDM Server. You can now use the new conditional transition in your workflow.
Copyright © Cloud Software Group, Inc. All rights reserved.