Hi devs, We are building a custom rave portal using apache rave. But when we added Airavata client api dependencies to access Airavata api from Apache Rave's custom portal we are getting error which I paste at the bottom[1] of this email. I think this is due to jackson versions. As I saw Apache Airavata use jackson 1.9.2 and Apache Rave has use jackson 2.1.5. I think when invoking the AIravata client api it tends to use newest version of jackson jars which come as dependencies of Apache Rave. Is there any comments about what's going there?and anyway to overcome it?
Thanks, Harsha [1]. com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "workflowInstanceName" (class org.apache.airavata.registry.api.impl.ExperimentDataImpl), not marked as ignorable (13 known properties: , "output", "workflowExecutionDataList", "experimentData", "experimentName", "workflowInputs", "executionStatus", "nodeDataList", "user", "metadata", "topic", "workflowOutputs", "experimentId" [truncated]]) -- *Harsha Kumara* *Undergraduate* *Department of Computer Science and Engineering* *University of Moratuwa* *Sri Lanka.*
