byte array passed by reference when using sca binding even though
implementation does not have @AllowsPassByReference
---------------------------------------------------------------------------------------------------------------------
Key: TUSCANY-2351
URL: https://issues.apache.org/jira/browse/TUSCANY-2351
Project: Tuscany
Issue Type: Bug
Components: Java SCA Core Runtime
Affects Versions: Java-SCA-Next
Reporter: Vamsavardhana Reddy
Fix For: Java-SCA-Next
I have method (in a remotable interface) that takes a byte array parameter and
returns a byte array. When I invoke the method using SCA binding, I am
noticing that the parameter passed to the method is modified even though the
implementation is not annotated with @AllowsPassByReference.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.