Hi,
I have doubt regarding the deployment of a startup class for my application.
I have created a startup class (service) by extending ServiceMBeanSupport and created the
sar file. This startup class have to do some initialisation for my application, which is
deployed as a ear file.
Now my doubt is that....
1) How can i access an ejb, which resides in my ear, from the startup class? The problem
here is that the .sar files will be deploying prior to the deployment of .ear files. Any
way to deplay the deployment of the sar files?
2) what is best method to deploy a sar file? independent deployment or along with my ear
file?
3) Any document available on these?
Thanks is advance...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176679#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...