Description of problem: The REST /task/query operation throws an exception when given *no* parameters. Version-Release number of selected component (if applicable): 6.0.1.ER2 How reproducible: Always Steps to Reproduce: 0. (optional first step): start a process that creates/adds a task 1. Call the /task/query operation without any parameters: - http://server:host/business-central/rest/task/query Actual results: An exception is thrown on the server side and no response is returned. Expected results: A list of all available tasks in the form of a JaxbTaskSummaryListResponse object (xml or json). Additional info:
Bug id also attached to BZ-1071850. See https://bugzilla.redhat.com/show_bug.cgi?id=1071850 for further updates. *** This bug has been marked as a duplicate of bug 1071850 ***