0 Replies Latest reply on Jun 15, 2012 2:35 AM by kaneeec

    Specify the order of beans initialization

    kaneeec

      I have a bean A which uses another 3 beans (B,C,D). I have to initialize A with a constructor which has B,C,D as parameters. Otherwise B,C,D may not be fully initialized when coming into the A. How can I specify that the A bean is loaded after B,C,D are fully initialized no matter what?