public static void main(String[] args) throws Exception {
DomainDeploymentUtils utils = null;
try {
utils = new DomainDeploymentUtils("rar-example.rar", HelloWorldConnection.class.getPackage(), true);
utils.addDeployment("rar-mbean.sar", Test.class.getPackage(), true);
utils.deploy();
ObjectName objectName = new ObjectName("jboss:name=test,type=rar");