[jboss-user] [Management, JMX/JBoss] - Re: JBOss start up class issue
PeterJ
do-not-reply at jboss.com
Wed Aug 20 14:14:24 EDT 2008
Try this. Place your mbean classes into the ear file (into an existing jar file or into a new jar file - don't forget to add it to the application.xml). Put your mbean description into a separate *-service.xml file and place it in the ear file also. Then add a META-INF/jboss-app.xml file with this entry:
<jboss-app>
| <module>
| <service>xxx-service.xml</service>
| </module>
| </jboss-app>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171594#4171594
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171594
More information about the jboss-user
mailing list