1 Reply Latest reply on Sep 11, 2012 2:03 AM by nickarls

    @DependsOn across *.ears ?

    hatchetman82

      Hi.

       

      if i have a startup singleton in ear A and another in ear B and i would like to add a @DependsOn between them, how do i do it ?

      specifying the bean name (which works within a single ear) fails with "JBAS014406: Could not find EJB".

      specifying an jndi string (which works for an @EJB injection) leads to the same result.

       

      is it possible to do this ?

      if so, how?