I'm trying to track down whats up with two failing JMS compliance tests which don't work anymore. They fail because org.apache.tuscany.sca.binding.jms.wire.CallbackDestinationInterceptor at line 102 gets no EndpointReferences on the call to endpoint.getCallbackEndpointReferences(). The only place that seems to set those is in RuntimeEndpointimpl.createAsyncServerCallback but thats not getting called for JMS endpoints because the operations have isAsyncServer set to false. Does anyone understand how this should work - should the JMS binding be doing something to get isAsyncServer set on the operations?
...ant
