JBoss Community

Re: jBPM Console Server can't find WorkItem Handler Implementation

created by alvinuw in jBPM - View the full discussion

Hi Ashutosh Kumar,

 

Did you solve the APPLICATION ERROR: transaction still active in request with status 0.

I have the same error, but don't "Console Server can't find WorkItem Handler Implementation" error.

In my handler, I have

 

Map<String, Object> results = new HashMap<String, Object>();

results.put("MsgId", id);

results.put("Checker", recipient);

manager.completeWorkItem(workItem.getId(), results);

 

Both "MsgId" and "Checker" are variables of the process.

 

Any suggestions are appreciated.

Thanks.

Reply to this message by going to Community

Start a new discussion in jBPM at Community