Null input not handled correctly over JMS binding for wireFormat.object, etc.
------------------------------------------------------------------------------
Key: TUSCANY-2861
URL: https://issues.apache.org/jira/browse/TUSCANY-2861
Project: Tuscany
Issue Type: Bug
Components: Java SCA JMS Binding Extension
Reporter: Scott Kurz
When invoking a no-arg method on a service exposed over <binding.jms> with
Object wireFormat, we're passing a raw, 'null' as the message body from the
binding layer into the Java invoker... causing an IllegalArgumentException.
This is for a Java method:
xxx myOperation();
I took a quick look and noticed that, in the binding-ws-axis2, we will send an
Object[0] to this JavaImplementationInvoker code, (though that comes from a
wrapped-style transform).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.