Hello,
When I try to create a ProcessEngine object, the value of the object is always null :
ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine();
System.out.println(processEngine); // return null
I think the activiti.cfg.xml is not found by the engine ?
I know that this file must be in the classpath but i don't know where it can be. I have a Maven project, so I put it in the root folder.
Thanks for your help