Is anyone aware if we have example where a complex type is passed from Javascript to and SCA component/service via the JSONRPC binding. I'm trying and it's failing in the forward databinding. The browser reports;
Error: uncaught exception: org.apache.tuscany.sca.databinding.TransformationException: com.metaparadigm.jsonrpc.UnmarshallException: class in hint not found So it seems that the "javaClass" value, which looks correct in my case, appears in the JSON formatted message is confusing the binding. Simon
