Good afternoon,
I am having an issue integrating VCO with NSX and vCAC. Upon successful completion of a "Create NSX Edge" workflow(edge 16), vCAC attempts to query for edge 16 in the NSX plugin using the find method, and the following is returned
2015-01-23 18:46:17.716+0000 [http-bio-192.168.10.25-8281-exec-50] ERROR {} [VcoFactoryServiceFacadeProxy] ch.dunes.util.DunesServerException: Unable to perform operation 'find('Edge', '7083569d-33f4-4b66-927c-e79f4439f705/edge-16')' on plugin 'NSX' : org.springframework.http.converter.HttpMessageNotReadableException: Could not read [class com.vmware.vshield.edge.dto.trinity.EdgeTrinityDto]; nested exception is org.springframework.oxm.UnmarshallingFailureException: XStream unmarshalling exception; nested exception is com.thoughtworks.xstream.mapper.CannotResolveClassException: edge 2015-01-23 18:46:17.913+0000 [http-bio-192.168.10.25-8281-exec-43] WARN {} [SDKFinder] Unable to perform operation 'find('Edge', '7083569d-33f4-4b66-927c-e79f4439f705/edge-16')' on plugin 'NSX' : org.springframework.http.converter.HttpMessageNotReadableException: Could not read [class com.vmware.vshield.edge.dto.trinity.EdgeTrinityDto]; nested exception is org.springframework.oxm.UnmarshallingFailureException: XStream unmarshalling exception; nested exception is com.thoughtworks.xstream.mapper.CannotResolveClassException: edge java.lang.reflect.InvocationTargetException
Any ideas or thoughts?