[
https://issues.apache.org/jira/browse/TUSCANY-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626223#action_12626223
]
Luciano Resende commented on TUSCANY-2565:
------------------------------------------
As described by the user, trying this right away we are seing the following
exception :
uncaught exception:
org.apache.tuscany.sca.databinding.TransformationException: No path found for
the transformation: JSON->java:array
After adding the path information to use the JSON2JavaBean transformer, then it
looks like it progress a little and now return
uncaught exception:
org.apache.tuscany.sca.databinding.TransformationException:
com.metaparadigm.jsonrpc.UnmarshallException: element 0 can't unmarshall
This might be a json-rpc serializer issue, but I'm still investigating.
> Databinding exception when passing array parameter using json-rpc binding
> -------------------------------------------------------------------------
>
> Key: TUSCANY-2565
> URL: https://issues.apache.org/jira/browse/TUSCANY-2565
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA JSON-RPC Binding Extension
> Affects Versions: Java-SCA-Next
> Reporter: Luciano Resende
> Fix For: Java-SCA-Next
>
>
> See the following thread :
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg00407.html
> I have added some unit tests to reproduce this problem in
> JSONRPCDataTypeTestCase and marked them with @Ignore
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.