public static void main(String[] args) throws Exception {
DomainDeploymentUtils utils = null;
try {
utils = new DomainDeploymentUtils("ds-mbean.sar", Test.class.getPackage());
utils.deploy();
ObjectName objectName = new ObjectName("jboss:name=test,type=ds");
MBeanServerConnection mbeanServer = utils.getServerOneConnection();
System.out.println("Calling TestMBean.test() on server one");