0 Replies Latest reply on Jul 30, 2015 8:07 AM by dzcs

    EJB Lazy Dependencies

    dzcs

      Hi all,

       

      right now it is so, that by deployment of an application into Wildfly all EJB dependencies will be checked. And as soon as there is unsatisfied dependency application will not be deployed / activated. Is there a way to deploy applications independently, that dependencies will be lazy instantiated for EJB injections. Wished effect in this case is, that probably most part of the application could work fine and only dependent part would fail. Is there such a feature in Wildfly container?