4 Replies Latest reply on Apr 14, 2011 9:12 AM by tdtappe

    SessionScoped bean created twice per session.

    tdtappe

      Experienced with JBoss 6.0.0 Final:


      I've got some SessionScoped beans that are created twice per session. And for one of the instances the @PostConstruct annotated method is not called. But looking at the callstack the instance is created by the container.


      And maybe related: If I define a servlet listener the sessionCreated-HttpSessionEvent is also fired twice.


      Is anybody experiencing the same behaviour? Is this a bug or a configuration problem?


      --Heiko