I'm working on adding custom queries based on sample.
However when initializing the executor it is throwing a null pointer exception because it can't find the mapping.xml file.Any idea on how to overcome this? I have tried giving the full path like
commandExecutor = new MyBatisQueryCommandExecutor(processEngineConfiguration, "Users/a/Desktop/mappings/DeploymentMapper.xml");
Still it doesnt solve the issue. Do we have to add a mapping property in camuda-cfg.xml? If so please provide a sample property definition.
Thanks!