3 Replies Latest reply on Nov 5, 2013 5:37 AM by fidox

    JBoss 7.1 @Depends

    yashendrac

      Hi,

       

      Seems like @Depends annotation (org.jboss.ejb3.annotation.Depends) is not there in AS 7.

      Does anybody know if there is any alternative to this annotaion for specifying dependencies through annotation?

       

      In JBoss 5 we have been using something like this pretty extensively to controll the order of deployment.

      @Depends("myapp.jboss:service=XXXService")