ICEfaces
  1. ICEfaces
  2. ICE-11394

org.icefaces.impl.application.IcefacesBeanDestroyRecorder gets warning for eager = true @ManagedBean

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Won't Fix
    • Affects Version/s: EE-3.3.0.GA_P03, EE-4.2.0.GA
    • Fix Version/s: 4.3, EE-3.3.0.GA_P07
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      myfaces
    • Support Case References:
      Support Case 14314:-https://icesoft.my.salesforce.com/5000g00001sOqfK?srPos=0&srKp=500

      Description

      {code}
      ...
      @ManagedBean(
          eager = true
      )
      @ViewScoped
      public class IcefacesBeanDestroyRecorder implements Serializable {
      ....
      {code}
      note that https://docs.oracle.com/javaee/7/api/javax/faces/bean/ManagedBean.html
      states that eager=true for ManagedBean is only available when @ApplicationScoped. The server does not actually try to make it eager, but with Myfaces, there is a server log warning printed. This is an annoyance rather than functional issue.

        Activity

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: