[
https://jira.jboss.org/jira/browse/JBSEAM-4067?page=com.atlassian.jira.pl...
]
Jakub Janczak commented on JBSEAM-4067:
---------------------------------------
the problem is in the coerceToType function of ELSupport
There is a lot of checking for the classes but noone checked somehing like
public final static Object coerceToType(final Object obj, final Class type) {
.....
if (obj.getClass.equals(type)) {
// no coerce needed
return obj;
}
.....
}
ELSupport.coerceToType modifies BigDecimal Values
----------------------------------------------------
Key: JBSEAM-4067
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4067
Project: Seam
Issue Type: Bug
Components: EL
Reporter: Pete Muir
Assignee: Norman Richards
Priority: Critical
See
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira