_annotationScanner.scanClass(retVal); can cause recursive calls into itself
---------------------------------------------------------------------------
Key: EXTSCRIPT-133
URL: https://issues.apache.org/jira/browse/EXTSCRIPT-133
Project: MyFaces Extensions Scripting
Issue Type: Bug
Components: MyFaces 2.0 Extension
Affects Versions: 1.0-Final
Environment: all
Reporter: Werner Punz
Assignee: Werner Punz
The problem manifested itself with a custom converter by brunos example,
recursive calls where triggered
when a package whitelist was set. Further investigation showed that
_annotationScanner.scanClass(retVal); was loaded after the initial classload
and that one triggered another loadClass at registerConverter which then
triggered again scanclass.
I cannot prevent myfaces to call loadClass upon registering but I can prevent
the recusion which was triggered by this environment.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.