Hey guys,
I've just taken a functional binding.jms service and in order to try
and utilise this as a more traditional JMS service, I added the
tuscany:wireFormat.jmsObject markup to the composite file....
However, when I attempt to invoke an operation with no parameters I
get the following stack:
Caused by: java.lang.IllegalStateException: JMS ObjectMessage payload
not Serializable: null
at
org.apache.tuscany.sca.binding.jms.provider.ObjectMessageProcessor.createJMSMessage(ObjectMessageProcessor.java:63)
at
org.apache.tuscany.sca.binding.jms.provider.AbstractMessageProcessor.insertPayloadIntoJMSMessage(AbstractMessageProcessor.java:83)
at
org.apache.tuscany.sca.binding.jms.wireformat.jmsobject.runtime.WireFormatJMSObjectReferenceInterceptor.invokeRequest(WireFormatJMSObjectReferenceInterceptor.java:81)
at
org.apache.tuscany.sca.binding.jms.wireformat.jmsobject.runtime.WireFormatJMSObjectReferenceInterceptor.invoke(WireFormatJMSObjectReferenceInterceptor.java:63)
at
org.apache.tuscany.sca.binding.jms.provider.RRBJMSBindingInvoker.invoke(RRBJMSBindingInvoker.java:202)
This operation has the signature of:
public void throwException();
Looking through the wireformat code I can't see anywhere that it
checks that the payload isn't null before throwing this exception - is
this what we should expect?
Cheers,
Dave.