<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Calling operation &amp;quot;Tag.Suggestion&amp;quot; results in ClassCastException in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/calling-operation-quot-tag-suggestion-quot-results-in/m-p/316774#M3775</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to call the operation "&lt;A href="http://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20DM-8.2/viewOperation/Tag.Suggestion"&gt;Tag.Suggestion&lt;/A&gt;" using the java-client. I expected to get a list of tags or something but just get a ClassCastException because the client expect a Map as result but received a ArrayList.&lt;/P&gt;
&lt;P&gt;My code is&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;NuxeoClient client = new NuxeoClient(url, username, password);
Object o = client.automation("Tag.Suggestion").param("searchTerm", userText).execute();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and the resulting stack trace is&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.util.Map
	at org.nuxeo.client.api.marshaller.NuxeoResponseConverterFactory.convert(NuxeoResponseConverterFactory.java:127)
	at org.nuxeo.client.api.marshaller.NuxeoResponseConverterFactory.convert(NuxeoResponseConverterFactory.java:55)
	at retrofit2.ServiceMethod.toResponse(ServiceMethod.java:116)
	at retrofit2.OkHttpCall.parseResponse(OkHttpCall.java:211)
	at retrofit2.OkHttpCall.execute(OkHttpCall.java:174)
	at org.nuxeo.client.api.objects.NuxeoEntity.getResponse(NuxeoEntity.java:135)
	at org.nuxeo.client.api.objects.Operation.execute(Operation.java:118)
	at org.nuxeo.client.api.objects.Operation.execute(Operation.java:131)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Can anybody tell me how to call this operation correctly?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 23:13:36 GMT</pubDate>
    <dc:creator>Stefan_Schulze</dc:creator>
    <dc:date>2016-08-19T23:13:36Z</dc:date>
    <item>
      <title>Calling operation "Tag.Suggestion" results in ClassCastException</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/calling-operation-quot-tag-suggestion-quot-results-in/m-p/316774#M3775</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to call the operation "&lt;A href="http://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20DM-8.2/viewOperation/Tag.Suggestion"&gt;Tag.Suggestion&lt;/A&gt;" using the java-client. I expected to get a list of tags or something but just get a ClassCastException because the client expect a Map as result but received a ArrayList.&lt;/P&gt;
&lt;P&gt;My code is&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;NuxeoClient client = new NuxeoClient(url, username, password);
Object o = client.automation("Tag.Suggestion").param("searchTerm", userText).execute();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and the resulting stack trace is&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.util.Map
	at org.nuxeo.client.api.marshaller.NuxeoResponseConverterFactory.convert(NuxeoResponseConverterFactory.java:127)
	at org.nuxeo.client.api.marshaller.NuxeoResponseConverterFactory.convert(NuxeoResponseConverterFactory.java:55)
	at retrofit2.ServiceMethod.toResponse(ServiceMethod.java:116)
	at retrofit2.OkHttpCall.parseResponse(OkHttpCall.java:211)
	at retrofit2.OkHttpCall.execute(OkHttpCall.java:174)
	at org.nuxeo.client.api.objects.NuxeoEntity.getResponse(NuxeoEntity.java:135)
	at org.nuxeo.client.api.objects.Operation.execute(Operation.java:118)
	at org.nuxeo.client.api.objects.Operation.execute(Operation.java:131)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Can anybody tell me how to call this operation correctly?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 23:13:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/calling-operation-quot-tag-suggestion-quot-results-in/m-p/316774#M3775</guid>
      <dc:creator>Stefan_Schulze</dc:creator>
      <dc:date>2016-08-19T23:13:36Z</dc:date>
    </item>
  </channel>
</rss>

