Deploy in camunda standalone

I tried to deploy a project in a Camunda StandAlone version, I saw if you put the *.bpmn in src/bpmn the server deploy the BPM auto, but I don’t know how to deploy the java part and it gives me the following error:

org.camunda.bpm.engine.ClassLoadingException: ENGINE-09017 Cannot load class ‘org.camunda.bpm.crypto.LeerProcesoDelegate’: org.camunda.bpm.crypto.LeerProcesoDelegate

PS: I’m trying to make a JPA project
Thx

Hi @Ignacio_Requena_Elvi,

I recommend this tutorial: https://docs.camunda.org/get-started/javaee7/. It explains how to create a process application including Java code and also how to use JPA entities in the context of a process.

Cheers,
Thorben

1 Like

It’s not possible make it with a tomcat server?

Yes, see https://docs.camunda.org/get-started/java-process-app/. The example application in this guide is a servlet app deployable in Tomcat.

1 Like