1 Reply Latest reply on Nov 13, 2015 6:15 PM by ctomc

    Gentle WildFly starting

    arusstam

      I have WildFly 8.2, large .ear application that consist of EJB, wars and etc. The problem is EJB receives calls (external requests, timers executing) during startup, so I get exceptions, because bean interceptor can't inject some dependencies because they will start later. Components have cyclic dependencies, so changing loading order will not help.

      Is it possible to configure WildFly to start activity (receiving external requests, timers executing) only after finishing deploing?