Binding a SDO component with a Widget componet via JSON-RPC
-----------------------------------------------------------
Key: TUSCANY-3763
URL: https://issues.apache.org/jira/browse/TUSCANY-3763
Project: Tuscany
Issue Type: Bug
Components: Java SCA JSON-RPC Binding Extension
Affects Versions: Java-SCA-2.0-M5
Reporter: Francisco Quevedo
I have an application using Tuscany SCA 2.0 M5. But when I try to connect using
binding JSON-RPC, one component that uses SDO objects to represent the data
with another component implemented in widget. I'm unable to receive the
response in the callback function.
If I debug the application, I am able to execute a call from the html component
to the server component and the latest returns an SDO object as a result of the
operation. However, the call back function in the HTML file is never fired. I
believe that has been produced an exception somewhere (could be transforming
the SDO object to a JSON object) but Dojo.js hidden it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.