Hi Jeremiah, Which version of jclouds and which provider are you using?
And could you share too which api class and method are you calling when you get the parsing failure? A stacktrace will help! I. El 18/04/2014 20:59, "Jeremiah Robertson" <[email protected]> escribió: > I have a jclouds parsing error. Jclouds tries to parse the following JSON > (except with values for the username and credential; I just removed them > for this example): > {auth{RAX-KSKEY:apiKeyCredentials={username="",apiKey=""}}} > > It tries to parse it using the CollectionTypeAdapterFactory in the gson > package which is wrong because it should be using the > DeserializationConstructorAndReflectiveTypeAdapterFactory in the jclouds > core. The type token used to find the adapter is correct though: > org.jclouds.openstack.keystone.v2_0.domain.Access of Class<T>. > > So I'm not sure why it's receiving the wrong adapter. Any ideas? > > Thank you, > > -- > Jeremiah Robertson > Georgia Tech > Aerospace Engineering >
