After an update that picks up some databinding changes, I am getting the
following error on the local conversation sample, which used to be working.
Notice that the operation being invoked is annotated @OneWay and so
it has no return value, which is why the ImmutableMessage is being used.
I have updated to level r483175.
Running loanappconversation.LoanAppConversationTestCase
Applied: Loan application: [Customer: John Doe, loan amount: 1000.0], term:
0, s
tatus: open
Loan approved: false
java.lang.UnsupportedOperationException
at
org.apache.tuscany.core.wire.NonBlockingBridgingInterceptor$Immutable
Message.setBody(NonBlockingBridgingInterceptor.java:131)
at
org.apache.tuscany.core.databinding.impl.DataBindingInteceptor.invoke
(DataBindingInteceptor.java:88)
at
org.apache.tuscany.spi.wire.AbstractOutboundInvocationHandler.invoke(
AbstractOutboundInvocationHandler.java:91)
at
org.apache.tuscany.core.wire.jdk.JDKOutboundInvocationHandler.invoke(
JDKOutboundInvocationHandler.java:149)
at $Proxy20.cancelApplication(Unknown Source)
at loanappconversation.LoanClientImpl.cancelLoan(LoanClientImpl.java
:55)
at loanappconversation.LoanAppConversationTestCase.test
(LoanAppConversat