Dmitris, thanks for your reply. It's appreciated. That said, I tried the 
following within my MBean's startService method to no avail (the server did not 
abort the startup as hoped) ...

  try
  {
    .
    .
    .
  }
  catch (MyException e)
  {
    MBeanServer server = MBeanServerLocator.locateJBoss();
    ObjectName target = new ObjectName("jboss.system:type=Server");
    server.invoke(target, "shutdown", new Object[0], new String[0]);
  }

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950311#3950311

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950311


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to