4 Replies Latest reply on Jul 22, 2008 9:03 PM by dgriffin

    Startup classes cannot lookup Session Beans

    dgriffin

      I am moving from JBoss 4.0.5 / Seam 1.2.1  to 5.0.0.CR1 / Seam 2.0.3.CR1


      I have made this unexpected discovery:


      Lookup of session beans fails in Seam components annotated with @Startup in the @Create or @PostConstruct method.  This worked fine in the older versions I mentioned above. 


      Can anyone confirm my findings?  Maybe I am overlooking something required in these new versions.


      I want to do some application initialization.  I use @Startup with an @Create method.  This was working great unit I went to the new versions.