Creacting XML data with execute script in a workflow | Community
Skip to main content
Moonraker046
New Participant
September 28, 2016
Solved

Creacting XML data with execute script in a workflow

  • September 28, 2016
  • 1 reply
  • 1565 views

Hi all,

i'm trying to build a XML process variable from a text string in an execute script workflow item.

I have adapted the corresponding tutorial http://www.adobe.com/devnet/livecycle/articles/building-xml.html

My problem now is that i get a runtime exception:

java.lang.RuntimeException: Parse error at line 27, column 1.  Encountered: Document

The exception refers to the following line:

Document suppliers = new DocumentImpl();

But i've imported all Java packages as stated in the tutorial. What might be the problem?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by user7587541

You are trying to do this using AEM Forms JEE and not an AEM Workflow correct?  If yes then I've attached an LCA that you can import through adminui that is working on my AEM Forms 6.2 JEE install.  Rename the file from .txt to .lca to do the import

1 reply

user7587541Accepted solution
Employee
December 15, 2016

You are trying to do this using AEM Forms JEE and not an AEM Workflow correct?  If yes then I've attached an LCA that you can import through adminui that is working on my AEM Forms 6.2 JEE install.  Rename the file from .txt to .lca to do the import