JBoss Community

Different WorkItemManager objects

created by Cristiano Nicolai in jBPM - View the full discussion

Hi guys,

 

 

I'm playing with a JPA StatefulKnowledgeSession and just realized that the WorkItemManager instance received as parameter on my WorkItemHandler isn't the same object that I get when I call ksession.getWorkItemManager().

 

WorkItemHandler: org.drools.persistence.jpa.processinstance.JPAWorkItemManager@48dfaa07

ksession.getWorkItemManager(): org.drools.command.impl.CommandBasedStatefulKnowledgeSession$1@6de525a1

 

I understand that a CommandBasedStatefulKnowledgeSession uses a CommandService to encapsulate a single session and probably what I'm receiving on my handler is the manager associated to this session and not the one available on the CommandBasedStatefulKnowledgeSession.

 

I faced this situation because I tried to update the CommandBasedWSHumanTaskHandler to not depend on a KnowledgeSession and only use the WorkItemManager received as parameter, but then some problems started to happen.

 

Just want to understand if this should be considered as a normal behavior.

Reply to this message by going to Community

Start a new discussion in jBPM at Community