binding.jms/wireFormat.object - allow single parameters to be passed wrapped or
unwrapped depending on user configuration
-------------------------------------------------------------------------------------------------------------------------
Key: TUSCANY-2996
URL: https://issues.apache.org/jira/browse/TUSCANY-2996
Project: Tuscany
Issue Type: Bug
Components: Java SCA JMS Binding Extension
Affects Versions: Java-SCA-1.4
Environment: All
Reporter: Simon Laws
Fix For: Java-SCA-Next
Currently wireFormat.jms passes all operation parameters wrapped in an array.
This happens regardless of whether there is a single parameter or multiple
parameters. It is difficult to tell in the single parameter case whether the
type of the single parameter is the wrapping array or the array itself. This is
particularly problematic when the jms binding is being use to interact with
non-SCA services. We need to allow users to control whether single parameters
are wrapped or not.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.