I dont know what a esb package is or how an esb package is deployed. As far as deploying applications through JMX is concerned, there's a "MainDeployer" MBean available which has a deploy() method. Access http://localhost:8080/jmx-console and look for MainDeployer and click on it to see more details on the methods available. Once you know the method and the exact objectname of this MBean, you can then programatically invoke it by looking up this MBean. See the following wiki for some examples
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138227#4138227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138227 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
