Hi, What is the order for invoking a method which is annotated by @Init, and @Destroy?
e.g a) Assume a service S1 has reference to another service S2. Which one is stopped first S1 or S2? Is there any order? b) In my case S1 is a webservice and S2 is JMS consumer. JMS listener is destroyed before S1 can send a stop event Thanks, Haneef
