Mantis - Resin
Viewing Issue Advanced Details
1779 minor always 06-06-07 08:48 06-06-07 10:48
ferg  
ferg  
normal  
closed  
fixed  
none    
none 3.1.2  
0001779: Hessian init
(rep by Vic Cekvenich)

OK, here is how I patched it to make it work in HessianServlet:

// in method
private void init(.......
service.init(); // instead of service.init(getSeverltConfig();

This is if you use IOC api/home hessian, old code works as hessian
servlet. Above "fix" should work for both.

I'd love for this to be patched into the builds so I do not have to use
"my hessian".

.V


Vic Cekvenich wrote:
Went back to java 1.5.012 ... same!
.V
Vic Cekvenich wrote:
(Love resin, Love hessina, been using both for a while).

I do a simple hessian service... like I always did, and it goes to
init endless loop. Bellow is the browser output.
To test hessian normally I just have havingate to it's url to get
the "error" hessian requires a post. Now I get this endless init loop.

Notes
(0002017)
ferg   
06-06-07 10:48   
hessian/3560