Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
For JBOSS:
Place the custom classes as jar file in $JBOSS_HOME/server/<server-name>/deploy/ folder. This is the same folder where the ECM.ear resides.
The jar file created has to be packaged such a way that class is in com\martquest\eml\html\
For WebSpehere:
In case of WAS place the class files in "$WAS_HOME/profiles/<profile-name>/installedApps/<node-name>/VeloselPatches" folder to form the directory structure as follows:
$WAS_HOME/profiles/<profile-name>/installedApps/<node-name>/VeloselPatches/com/martquest/eml/html/.
Attached is a sample jar file containing customized class file for EmailProductAddApprovalWorkItem template used in productaddapproval workflow.