Ok I have rewritten the service deployer, it takes a xml page and deploys the mbeans in it then calls "create" then "start" on all of them in order.
depends will wait for the services. a depends on b if a is deployed before b, a will wait and when b is deployed then a is deployed as well. Finally the explicit classpath usage is slightly different. codebase is always referenced to the jboss-home <classpath codebase="lib/ext" archives="*"> includes everyone in the lib/ext (as it used to and is included) <classpath codebase="bla" archives="bla2.jar"> includes jboss-home/bla/bla2.jar <classpath codebase="http://myserver" archives="bla.jar"> includes http://myserver/bla.jar <classpath codebase="file:bla/bla2/"> includes the directory marcf xxxxxxxxxxxxxxxx Marc Fleury President JBoss Group, LLC xxxxxxxxxxxxxxxx _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
