Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-4554

PropertyDescriptorUtils logs an INFO message, this should be a FINEST message.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • 2.3-next-M7, 4.0.0-RC4
    • None
    • General
    • None

    Description

      The following INFO message can be seen in the logs when MyFaces reverts back to using PropertyDescriptors:

       

                  catch (IllegalAccessException e)
                  {
                      LOG.log(Level.FINEST,
                              "Could not generate LambdaPropertyDescriptor for "
                                      + target.getName() + ". Use PropertyDescriptor...");
                  }
                  catch (Throwable e)
                  {
                      LOG.log(Level.INFO,
                              "Could not generate LambdaPropertyDescriptor for "
                                      + target.getName() + ". Use PropertyDescriptor...",
                              e);
                  }
      

      There is nothing for a user to do about using PropertyDescriptors in this case. I argue that this should be a FINEST message instead.

      Attachments

        Activity

          People

            paul.nicolucci Paul Nicolucci
            paul.nicolucci Paul Nicolucci
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: