Uploaded image for project: 'MyFaces Extensions Scripting'
  1. MyFaces Extensions Scripting
  2. EXTSCRIPT-133

_annotationScanner.scanClass(retVal); can cause recursive calls into itself

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-Final
    • 1.0-Final
    • MyFaces 2.0 Extension
    • None
    • all

    Description

      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.

      Attachments

        Activity

          People

            werpu Werner Punz
            werpu Werner Punz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: