Hi all, i need to intercept with an aspect save event on the db of process variable. I suppose that activiti uses the entity manager to do so but persist or merge are never called. how activity do that? wich method call?
Activiti uses MyBatis for persistence, so it doesn't make use of an entity manager. What exactly are you trying to do, because I could not fully understand the question.