How to compile workpoint client code using workpoint APIs in Identity Manager 12.5 and workpoint 3.4.2?
search cancel

How to compile workpoint client code using workpoint APIs in Identity Manager 12.5 and workpoint 3.4.2?

book

Article ID: 50794

calendar_today

Updated On:

Products

CA Directory CA Identity Manager CA Identity Governance CA Identity Portal CA Risk Analytics CA Secure Cloud SaaS - Arcot A-OK (WebFort) CLOUDMINDER ADVANCED AUTHENTICATION CA Secure Cloud SaaS - Advanced Authentication CA Secure Cloud SaaS - Identity Management CA Secure Cloud SaaS - Single Sign On CA Security Command Center CA Data Protection (DataMinder) CA User Activity Reporting

Issue/Introduction

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.

Environment

Release:
Component: IDMGR