Hi,
I'm using activiti with integrated Guice for DI. Currently I'm trying to create my process listeners using guice injector, but i cannot find a proper hock point for that. The problem is that the process listeners are declared in the process xml and they are instantiated using injection. Can you give me an elegant way to instantiate my listeners or something like interceptor where I can my inject my listeners members?
Regards