2 Replies Latest reply on Feb 18, 2011 4:43 AM by nickarls

    @Inject switchboard dependencies

    nickarls

      I have a asynchronous @Startup @Singleton that @Inects a @Stateless EJB, but it dies in @PostConstruct since apparently the dependency isn't ready. If I inject the dependency with @EJB, everything is fine.

       

      Was it so that it's a known feature that @Injects aren't considered dependencies in the switchboard that comes with AS 6?