Bug 1035256 - Could not find a work item handler for WebService
Summary: Could not find a work item handler for WebService
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ER6
: 6.0.0
Assignee: Maciej Swiderski
QA Contact: Ivo Bek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-27 11:43 UTC by Ivo Bek
Modified: 2014-08-06 20:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:07:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
the process definition with a web service task (6.04 KB, application/xml)
2013-11-27 11:43 UTC, Ivo Bek
no flags Details

Description Ivo Bek 2013-11-27 11:43:57 UTC
Created attachment 829647 [details]
the process definition with a web service task

Description of problem:

I have a process with a web service task, for which the WebService work item handler is registered in business-central.war/.../META-INF/CustomWorkItemHandlers.conf :

"WebService": new org.jbpm.process.workitem.webservice.WebServiceWorkItemHandler(ksession)

But when I want to start this process, I receive WorkItemHandlerNotFoundException: Could not find work item handler for WebService

This is the element for the webservice task <bpmn2:task id="_4" tns:taskName="WebService" name="Any WS"> but I'll attach the whole process definition.

I also noticed that the web service is not available in BPMN web designer, so it might mean something.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Start a process containing a web service task
2. See WorkItemHandlerNotFoundException in the server log

Actual results:


Expected results:


Additional info:

Comment 1 Ivo Bek 2013-11-27 11:51:01 UTC
This issue is very similar to BZ 1035259 where a web service work item handler cannot be found.

Comment 2 Ivo Bek 2013-11-27 11:52:21 UTC
Copy paste error, I meant:

This issue is very similar to BZ 1035259 where a REST work item handler cannot be found.

Comment 3 Maciej Swiderski 2013-11-27 18:57:20 UTC
this was resolved as part of https://bugzilla.redhat.com/show_bug.cgi?id=1035259 as they are caused by the same issue

*** This bug has been marked as a duplicate of bug 1035259 ***

Comment 4 Maciej Swiderski 2013-11-27 18:59:48 UTC
realized that it makes sense to keep it to retest as it uses different type of work item so moving to modified instead of duplicate.

Comment 5 Ivo Bek 2014-01-10 10:43:08 UTC
Verified in BPMS 6.0.0.ER7

Filed another BZ 1051459 (The first time call of a web service task is always unsuccessful) for web service tasks.


Note You need to log in before you can comment on or make changes to this bug.