Hello,
I am running the example referenced by ant elder in the "Example of asynchronous programming using Callback <http://www.mail-archive.com/[email protected]/msg00173.html> " thread (http://svn.apache.org/repos/asf/tuscany/java/sca/samples/callbacks-jms <http://svn.apache.org/repos/asf/tuscany/java/sca/samples/callbacks-jms> ), and it works as expected except that the client never receives the callback. I have verified that the service is receiving the request, and OrderServiceImpl is calling placeOrderResponse on a valid-looking OrderCallback that prints out as [Proxy - [EMAIL PROTECTED] 0d6], and there is no error message, but the placeOrderResponse method of OrderServiceClient is never invoked. I increased the sleep time in the testcase to 50 seconds to make sure the time was not an issue. What could be wrong? Thank you, Mike
