-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Not a defect
-
Affects Version/s: OpenIDM 3.1.0
-
Fix Version/s: OpenIDM 3.1.0
-
Component/s: _Samples
-
Labels:
-
Environment:Linux x64 on VMWare
-
Cases:
-
Support Ticket IDs:
1- Trying to connect to REST API http://agco-iam.herokuapp.com:80/dealerUsers.
Fine log shows data is returned (org.apache.http.impl.conn.Wire) but search results is always null.
2- With "pagedResultsCookie: null and remainingPagedResults: null" the request always fail with:
{ "message": "Could not find matching constructor for: org.identityconnectors.framework.common.objects.SearchResult(null, null)", "reason": "Internal Server Error", "code": 500 }3- default queryFilter ("true") prevents any data from being returned (queryFilter commented out in uploaded file).