Hi,
Has anyone deployed in Weblogic 9.2 the Lingo test examples()
http://lingo.codehaus.org/maven/xref-test/index.html)?
I deployed the class "ExampleServiceImpl" in WL, and used the test client code: in "ExampleService". When I ran the method: 'regularRPC', it worked fine.
But when I tried the method: "asyncRequestResponse" (which has a callback to the client), i could see that the first callback message was sent from the server to the client, but after that the WL server seemed to hang, with no futher actions possible. I had to kill the server to get out. I bebugged through the code on the server side, it seems that once the server sent the callback message via JMS to the temp reply queue, it hanged.
Any ideas/suggestions will be greatly appreciated.
http://lingo.codehaus.org/maven/xref-test/index.html