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

@PostConstruct not called when annotated on abstract class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 2.1.6
    • None
    • General
    • None
    • Glassfish 3.1.2-b23, jdk1.6.0_30

    Description

      @PostConstruct annotated method in abstract class is not called when managed bean extends this class

      public abstract class AbstractTest {

      @PostConstruct
      public void init() {

      }
      }

      @ManagedBean
      @SessionScoped
      public Test extends AbstractTest {

      }

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            holek Andrzej HoƂyst
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: