I am new to working with Spring + JMX. I have created a sar with an applicationContext that wires my beans as described in the Spring reference. However, I do not see the MBean deploy. I am unsure as to what information to put in the jboss-service.xml, which I believe is required for MBean registration. The docs say that Spring will register the beans, but I do not see any loading or registration ocurring. Is there something more to deploying sars with Spring that is not mentioned in the reference?