-
Bug
-
Resolution: Done
-
Major
-
6.0.2
-
Build Name: 22616, Development Guide-6.0-1
Build Date: 03-04-2014 14:54:43
Topic ID: 30058-621547 [Latest]
Title: Invalid type parameter value
Describe the issue:
The sample kmodule.xml file has a "workitemhandler" element. The value of the type field in not correct.
Suggestions for improvement:
Current: type="org.domain.WorkItemHandler"
Correct: type="new org.domain.WorkItemHandler()"
Additional information: