Mantis - Resin
Viewing Issue Advanced Details
5447 minor always 05-24-13 04:43 05-28-13 12:08
mate  
ferg  
normal  
closed 4.0.33  
fixed  
none    
none 4.0.37  
0005447: Resin EL cannot invoke public setter on anonymous inner class
Having an anonymous inner class that implements an interface that defines setter + getter for a property, javax.el.BeanELResolver.setValue() throws an IllegalAccessException when trying set the property via EL.

This works with JBoss.
Workaround: Make the inner class non-anonymous and public.

Notes
(0006264)
ferg   
05-28-13 12:08   
jsp/30cn