[jboss-user] [Installation, Configuration & DEPLOYMENT] - Custom DynamicMBean - Depends on Classes in EAR - How to Dep
jcreynol
do-not-reply at jboss.com
Wed Oct 17 12:55:28 EDT 2007
We have a custom DynamicMBean whose class files and dependent classes are located inside our EAR. Is there a way we can configure JBoss to deploy this on startup? (migrating over from Weblogic where this was done by using their proprietary ApplicationLifecycleListener to receive notification on the ear deployment and then performed a lookup and register to the MBean server)
When we attempt to define this in the default/conf/jboss-service.xml, we receive a ClassNotFoundException on the MBean class, even when using a tag on the ear-specific EJB Deployment mbean.
I'm just having trouble sifting through all the documentation to make any sense of the best way to implement this pattern, so any assistance is greatly appreciated.
I've seen suggestions to package as a SAR inside the EAR and just want to know what the best approach might be.
Thanks, much!
John
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096195#4096195
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096195
More information about the jboss-user
mailing list