0 Replies Latest reply on Mar 17, 2010 9:01 AM by kennyl

    Bug?: Seam 2.2 org.jboss.seam.postInitialization

    kennyl

      Hi,


      I was using @Observe(org.jboss.seam.postInitialization) to do startup tasks (check license, init ...etc.) using injected seam stateless beans (business logics).


      It works in Seam 2.1.


      When I moved to Seam 2.2. The same code failed saying cannot instantiate the seam stateless Beans. But it could access @Logger ... seam components which are not stateless. All the business logics for initialization of various are in stateless bean.


      Did anyone face the similar issue? Could you shed some light, please?


      Is it a bug or code logic change from Seam 2.1 to Seam 2.2?


      Thanks.