Looks like your scheduler service is starting before the jar containing the bean is
deployed. Try adding a depends attribute the scheduler-service.xml to ensure that the
scheduler starts after the bean is deployed. See this for more details
http://wiki.jboss.org/wiki/HowCanAnMBeanDependOnASessionBean
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145373#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...