Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ 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 |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
4.0.37 |
Product Version |
4.0.33 |
|
Product Build |
|
|
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. |
Steps To Reproduce |
|
Additional Information |
Workaround: Make the inner class non-anonymous and public. |
|
Attached Files |
|
|