Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adam_Chojnacki
Adam_Chojnacki
Offline
  • I strongly recommend to write your own deployment tool which uses ComponentRegistryClient class.http://help.adobe.com/en_US/livecycle/9.0/programLC/javadoc/com/adobe/idp/dsc/registry/component/client/ComponentRegistryClient.html

    Type

    Questions

    Views

    226

    Likes

    0

    Replies

    0
  • I have created DSC component.Lately I have added new method to my component.I try to patch my DSC component on cluster server (2 nodes) and it seems thatonly on one node component is patched.Processes which are executed on other cluster node are throwing exceptionCaused by: java.lang.NoSuchMethodExc...

    Type

    Questions

    Views

    539

    Likes

    0

    Replies

    0
  • I done some tests andthere are two solutionsString [] arr = {"3", "101"};tsf.addCondition(TaskSearchingConstants.pSTATUS, Operator.IN, arr, Connective.AND);and secondint [] arr = {3 ,101}tsf.addCondition(TaskSearchingConstants.pSTATUS, Operator.IN, arr, Connective.AND);Both are working well....

    Type

    Questions

    Views

    152

    Likes

    0

    Replies

    0
  • Hello.I have a question regarding TaskSearchFilter.addCondition() methodhttp://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/query/TaskSearchFilter.html#addCondition%28%29How to use this method with operator "IN" (Operator.IN) ?Let's say we what to l...

    Type

    Questions

    Views

    736

    Likes

    0

    Replies

    1
  • To solve this problem I am using ExecuteScript activity with code:import java.util.Date;import java.text.SimpleDateFormat;String dateString = patExecContext.getProcessDataStringValue( "/process_data/@input" );SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");Date date = (Date)...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hello,I'm having the same problem with my workbench.Why did you solve this problem?Is it server issue or local workbench instalation problem?Reinstallation of workbench helped?P.SIn workbench log I found these error messages:!MESSAGE failed to get service registry!STACK 0java.lang.NullPointerExcepti...

    Type

    Questions

    Views

    428

    Likes

    0

    Replies

    0
  • Hello,I have process (short-lived) "uploadFile" with REST endpoint with- Filedata - input variable (type : Document)- url - output variable (String)Process "uploadFile" uploads file to my external storage stytem and returns url to uploaded document.I want to invoke this process from UI - from worksp...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    1