I cannot execute the implementation example Java Server Faces (JSF) forms as External Forms

Hi everyone!

I’m trying to run the example of how to use Java Server Faces (JSF) forms as External Forms that is in the repository:

But when I cloned and run the command mvn clean pakage I can’t run it with the java -jar camunda-quickstart-task-form-external-0.0.1-SNAPSHOT.war I get this error. in intellij I do not see the option to run:

  • I have java 17 installed, does it work with this version or should I install a previous version?
  • Do I have to have a main class to run it?

Hi @danilonunezgil,

you have to deploy the application on a shared process engine running in a wildfly server.

Take a look at the bottom of the README: https://github.com/camunda/camunda-bpm-examples/tree/7.18/usertask/task-form-external-jsf#how-to-use-it

Hope this helps, Ingo