Thank you very much, now I have a further question... Now I can get Jboss to deploy .sar file (the service bean) when Jboss starts, but since the .sar file contains references(import statements etc) to ejbs in another .ear file, but since when Jboss deploys the .sar file, the .ear file is not yet deployed, then Jboss doesn't recognize those references, so resulting in error messages.
My question is: how can I tell jboss to deploy the .sar file AFTER those ejbs (.ear file) are deployed (instead of deploying .sar file in the first instance)? Thank you very much!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934226#3934226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934226 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
