Changing the Search Provider Base Class
The Update Task Client Options wizard attempts to modify the name of the <TaskName>SearchProvider class in the com\webmethods\caf\<taskType>inboxresults package:
It changes the class name from
TaskInboxSearchContentProvider to
TaskInboxIndexedSearchContentProvider.
For CustomInboxSearchQuery, it changes the class name from
TaskInboxSearchContentProvider.InboxSearchQuery to
TaskInboxIndexedSearchContentProvider.InboxSearchQuery.
If the task application has been customized, the wizard may not be able to make these changes. If you have customized packages, locate these class names in your custom Java code and change them as noted above.
Related Topics