Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.2-milestone-1
-
Unknown
-
N/A
-
N/A
-
Description
BaseClass#fromXML(Element cel) first try to get a PropertyClassProvider from it's id taken from the XML and if it fail modify that name in case it's legacy naming.
Problem is most XAR contain old naming and it produces tons of useless exceptions. I should test if the component exist before trying to load it.