Expand my Community achievements bar.

Custom Component using Rights Management

Avatar

Level 5

Hello!

I'm trying to build a custom component that interact with LiveCycle Rights Management.

In my implementation I need to use the:

import com.adobe.livecycle.rightsmanagement.client.RightsManagementClient;

in order to call a policyManager object.

But when I try to invoke the process in the workbench I get the following error:

05/10 18:33:13:732 BRT] 00000065 WorkflowDSCIn E com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker logFailedFaultRouting An exception was thrown with name java.lang.NoClassDefFoundError message:com.adobe.livecycle.rightsmanagement.client.RightsManagementClient while invoking service CustomUpdatePolicyService and operation atualiza and no fault routes were found to be configured.

Am I doing right?

The main objective is to receive a policy ID (String) and Users ID (LIST) and change the policy adding the users into it.

I appreciate any help.

Diego

1 Reply

Avatar

Level 5

The thing is: when developing a custom component that connects to a LC service, must be defined a different connection property, described here:

http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/wwhelp/wwhimpl/common/html/wwhelp....

Diego