I am just trying to deploy a sar file that depends on one stateless session bean to have been deployed first. I think I know why I can't use JNDI, It's because depends calls .start() and .stop() and if I use JNDI name then it wouldn't work because it's not deployed as MBean. Is that correct?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187973#4187973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187973 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
