You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Luciano Resende (JIRA)" <de...@tuscany.apache.org> on 2008/08/27 09:17:44 UTC

[jira] Created: (TUSCANY-2565) Databinding exception when passing array parameter using json-rpc binding

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/user@tuscany.apache.org/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.


[jira] Commented: (TUSCANY-2565) Databinding exception when passing array parameter using json-rpc binding

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
    [ 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/user@tuscany.apache.org/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.


[jira] Resolved: (TUSCANY-2565) Databinding exception when passing array parameter using json-rpc binding

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-2565.
--------------------------------------

    Resolution: Fixed

Fixed under revision 690089. I have also created some test cases to cover this area.

> 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
>            Assignee: Luciano Resende
>             Fix For: Java-SCA-Next
>
>
> See the following thread :
>    http://www.mail-archive.com/user@tuscany.apache.org/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.


[jira] Assigned: (TUSCANY-2565) Databinding exception when passing array parameter using json-rpc binding

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende reassigned TUSCANY-2565:
----------------------------------------

    Assignee: Luciano Resende

> 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
>            Assignee: Luciano Resende
>             Fix For: Java-SCA-Next
>
>
> See the following thread :
>    http://www.mail-archive.com/user@tuscany.apache.org/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.