Expand my Community achievements bar.

Hodmi
Hodmi
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • This is a bit beyond the normal realm of this forum, as it deals with using the LiveCycle ES APIs via a web service call (SOAP).However, you may want to look into using the JBoss Tools for Eclipse Helios if you want to build your own from scratch:http://www.jboss.org/toolshttp://docs.jboss.org/tools...

    Type

    Questions

    Views

    774

    Like

    1

    Replies

    0
  • Yes Generator has a full Java API client library that is included with the LiveCycle server product.As far as a comparison of Generator and PDF Library; you are comparing apples and oranges.Generator is an enterprise class server side product that runs in a JEE stack.  It is scalable/clusterable and...

    Type

    Questions

    Views

    469

    Likes

    0

    Replies

    0
  • There are two options that I can see:1 - map a drive (on the server) to the w2msmossmgn02\SharedFolder and use that mapping in the source.  For example:  If I may drive X to w2msmossmgn02\SharedFolder then my DDX would have the entry:  <PDF source="file:///x:/PID_P111556.pdf"/>2 - Use the "Read Doc...

    Type

    Questions

    Views

    392

    Likes

    0

    Replies

    0
  • Flash Builder shouln't have caused any problem - I've got several versions of FB and Workbench running on my client.It does look like a java issue however.  A quick fix may be to re-install Java 1.6 32 bit to the client.  Also make sure the JAVA_HOME points to the 1.6 32 bit version and that it is i...

    Type

    Questions

    Views

    750

    Likes

    0

    Replies

    0
  • You say "recently stopped working",what happened that caused it to stop?  Given the other things you mention, was there a change to the Java running on that client?

    Type

    Questions

    Views

    726

    Likes

    0

    Replies

    0
  • In this case CN means "Common Name", which is the externally accessible name of the server running LC RMIn order to establish a secure connection between the client (Acrobat or Reader) and the server (LiveCycle RM), there has to be a trusted relationship.  This is done by installing a certificate on...

    Type

    Questions

    Views

    4.1K

    Likes

    0

    Replies

    0
  • It sounds like you are using just the "plain" Assembler service, so you should be okay.Unfortunately there isn't a way of prioritizing the queue with any of the LiveCycle services.  The server handles the threading so developers and administrators really don't have a way to influence the processing ...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • The answer is: it depends.Assembler itself supports multi-threaded operations, however it also can launch other LiveCycle services a part of its execution (as mentioned above).  If those services are single threaded then that part of the execution may queue up.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Your xpath doesn't match your XML - you are missing the root node in your xpath expression:Expression: /process_data/myXML/records/record[1]/email should be:           /process_data/myXML/root/records/record[1]/emailWhen you build your loop there is one other thing to be careful of.  If you evaluate...

    Type

    Questions

    Views

    876

    Likes

    0

    Replies

    0
  • Looks like a class loader issue.  Usually this is caused by having the a class (TaskSearchFilte) in your component that on the server.   In other words there are two copies of the TaskSearchFilte class - yours and the one already in LiveCycle - and they are in conflict.If that's the case, the soluti...

    Type

    Questions

    Views

    317

    Likes

    0

    Replies

    0