Issues with Global listener and ProcessEngineFactoryBean class

Hi there,

I’m getting issues trying to make the Global listeners to work (ProcessApplicationEventListenerPlugin). Our current configuration uses a XML for spring, where we have “org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration” and “org.camunda.bpm.engine.spring.ProcessEngineFactoryBean”. We do not use Springboot.

I created as well a class extending “SpringProcessApplication”, with the “@ProcessApplication”, and overriding the getTaskListener() and getExecutionListener() methods.

Attached is a XML used in a test. We use SpringJUnit4ClassRunner with Junit.ProcessTest-context.xml (2.9 KB).

Thx in advance,

Eddie.

1 Like