Release Notes
Abstract
When event subscriptions are configured in IBM FileNet Content Manager 5.5.2 and handled by a BPMEventHandler event action, event notifications are not triggered and passed to the IBM Business Automation Workflow system.
This problem has not been observed in IBM FileNet Content Manager 5.5.0 or earlier.
Content
Symptom
To better understand this problem and its symptoms, assume that a Business Automation Workflow system is configured to receive notifications from a document CheckinEvent event in IBM FileNet Content Manager 5.5.2. When a document is uploaded into IBM FileNet Content Manager 5.5.2, the CheckinEvent in FileNet Content Manager triggers a CheckedIn event in BPMEventHandler. The expected behavior of the CheckedIn event in BPMEventHandler is to notify the Business Automation Workflow system that a document is checked in. This notification might launch, for example, a BPM process in the Business Automation Workflow system. However, BPMEventHandler throws one of the following two exceptions instead:
-
com.ibm.bpm.integration.filenet.BPMEventHandler\n java.lang.NoClassDefFoundError: org.apache.commons.httpclient.Credentials\n
-
java.lang.ClassNotFoundException: org.apache.commons.codec.DecoderException
Cause
- commons-httpclient-3.0.1.jar
- commons-codec-1.3-minus-mp.jar
Diagnosing The Problem
Resolving The Problem
4. On the Specify the Type of Event Action page, enter the Java class handler com.ibm.bpm.integration.filenet.BPMEventHandler. Enable the Configure code module check box. Click Next.
5. On the Specify the Code Module page, enter a Code Module title, for example, "BPM event handler code module". Click Browse and select and add the following JAR files:
- filenet-bpm-event-handler-51 JAR file
- commons-httpclient JAR file (which can be downloaded from https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient/3.0.1)
- commons-codec JAR file (which can be downloaded from https://mvnrepository.com/artifact/commons-codec/commons-codec/1.3)
Was this topic helpful?
Document Information
Modified date:
17 December 2021
UID
ibm10878787