Hi all,
I have .sar to deploy in the server. This has to work as scheduler job, its worked. but I want deploy it as the last component. So that I can use some of the resources that is already deployed. The problem is how can I control the order of deployment. Hope you all undestood my problem
Please help me.
With thanx
sanju.
Here is a page in the WIKI that describes how a MBean can depend on a session bean: -
http://www.jboss.org/wiki/Wiki.jsp?page=HowCanAnMBeanDependOnASessionBean
If you add a depends tag for each component your service depends on the service will not be deployed until the other components are ready.
It is possible for the service to depend on any deployed MBeans.