how include activiti.cfg.xml in module project - EAR



I am try include activiti engine into my project ( I would like to make new module ), but I have problem with configurtion file -> activiti.cfg.xml . I don't knew how to place in my module (jar). I put file into src/main/resources/ but when I try create default process It gives me null.

ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine();


Do you knew how can I resolve ma problem ?


P.S. Sorry for my english :)


No comments:

Post a Comment