Expand my Community achievements bar.

Adam_Chojnacki
Adam_Chojnacki
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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

    392

    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

    629

    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

    249

    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

    833

    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.9K

    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

    924

    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.6K

    Likes

    0

    Replies

    1
  • Hello all,I am currently developing process that with watched folder endpoit.When I deploy process, exception is thrown (deployment fails).I checked LC has access to /opt/TransferScans folder - I created dummy process (endpoint SOAP) which reads, creates and deletes files - it is working.I even trie...

    Type

    Questions

    Views

    771

    Likes

    0

    Replies

    0
  • So I finally have solved my problem.I set variable (customerName) length back to unlimited and unmark "visible in UI" option".I could not rename or delete it because those operations were causing that process freezes.The reason of this freeze behavior was that "customerName" was used in task descrip...

    Type

    Questions

    Views

    893

    Likes

    0

    Replies

    0
  • Thanks for tip.So I checked my LC server is running with Oracle 10g.And I found out that the root of my problem is process variable:customerName - type string - max length 100 - marked visibleIt previously was defined as unlimited.In LC data base (in porcess table) column customerName is type NCLOB ...

    Type

    Questions

    Views

    909

    Likes

    0

    Replies

    0
Top badges earned by Adam_Chojnacki
Customize the badges you want to showcase on your profile