Description:
Workpoint 3.4.2 has repackaged its 'Common' package into wpCommon.jar . This java package used to be part of the wpClient.jar but has moved. Therefore you need to include the new wpCommon.jar in your classpath to successfully compile your client code using the workpoint APIs. The wpCommon.jar is found under: Workpoint\Lib.
Solution:
Customers might run into problems compiling or recompiling workpoint client code using the workpoint APIs with Identity Manager 12.5. You might run into compilation errors such as:
WorkflowScriptMethods.java:19: package com.workpoint.common.data does not exist import com.workpoint.common.data.TableDataList; ^ WorkflowScriptMethods.java:20: package com.workpoint.common.data does not exist import com.workpoint.common.data.ActivityInstData;
Identity Manager 12.5 is utilizing workpoint 3.4.2. This version of workpoint has moved the 'common' package from wpClient.jar to wpCommon.jar. The new wpCommon.jar is located under Workpoint\Lib folder. You need to make sure to include the new jar file in your project's class path to get to compile or recompile your code.