Hang on client only when using Hessian
When server is setup up to use the hessian exporter and the client is using the hessian proxy we are seeing some odd behavior. For some requests the server picks it up handles it fine and completes the request but the client gets stuck when trying to get the response code from the http connection. (Specifically HessianProxy:173)
Interesting information:
- If we switch both the client and server over to burlap this goes away
- If I step through the server code it always works (which makes me think it is some sort of timing issue)
Has anyone experienced this?
Environment:
Spring: 3.0.0.M3
Spring Caucho: 3.2.1
Java: 1.6
Server Conainter: Weblogic 10.3
Client: Stand alone application