Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0005447 |
[Resin] |
minor |
always |
05-24-13 04:43 |
05-28-13 12:08 |
|
Reporter |
mate |
View Status |
public |
|
Assigned To |
ferg |
Priority |
normal |
Resolution |
fixed |
|
Status |
closed |
|
Product Version |
4.0.33 |
|
Summary |
0005447: Resin EL cannot invoke public setter on anonymous inner class |
Description |
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. |
Additional Information |
Workaround: Make the inner class non-anonymous and public. |
|
Attached Files |
|
|