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
