The order does not matter(whether you put the code first or the name first in the mbean tag). The original problem u had was with the jboss:j2ee instead of jboss.j2ee, Lookup the http://localhost:8080/jmx-console to see how the object names are defined. They are of the format domain:serviceName where domain can be jboss.j2ee or jboss.jca etc.
PrefixDeploymentSorter works in such a way that your deployment is done based on an alphabetical sorting order. So just changing tht wont work, you have to change the names of ur deployment entities so that you order which one should be deployed first. In your case, you would name the ejb's alphabetically lower than the SARs so that ejbs get deployed first. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832239#3832239 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832239 ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
