Mantis - Resin
Viewing Issue Advanced Details
4552 major always 05-15-11 11:27 05-17-11 11:29
dicr  
ferg  
normal  
closed 4.0.18  
fixed  
none    
none 4.0.19  
0004552: ejb: static methods
Beans can't have static methods.

I have bean with private static method for internal purposes, for ex.

protected static void checkDate(Date date) throws Exception;

Resin trying to generate bean proxy code and override it, but error occured:
"overridden method is static"

My application works in JBoss 5, 6.

Notes
(0005253)
ferg   
05-17-11 11:29   
ejb/4051