Databinding producing different DOM Objects depending on the transformation
path in use
---------------------------------------------------------------------------------------
Key: TUSCANY-2321
URL: https://issues.apache.org/jira/browse/TUSCANY-2321
Project: Tuscany
Issue Type: Bug
Components: Java SCA Data Binding Runtime
Affects Versions: Java-SCA-Next
Reporter: Luciano Resende
When invoking a regular BPEL component, the databinding framework execute the
following transformation path (String->DOM) and produces a DOM Element as
result.
When invoking a BPEL component exposed as web services (ws binding) the
databinding framework execute the following transformation path
(String->OMElement->DOM) and produces a DOM Document as result.
This causes issues when the implementation is manipulating the expected DOM
arguments during invocation.
It would be good if we could be consistent.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.