


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?
Views
Replies
Sign in to like this content
Total Likes
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
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