I have created a service MBean to do some threaded monitoring for me. The bean works and deploys. I've created it using the ServiceMBean/ServiceMBeanSupport method with startService() and stopService() implemented. Like I said, it does deploy and work.
However, as it's deploying I get (LoomMonitor is the name of my service): | ERROR [URLDeploymentScanner] Incomplete Deployment listing: | MBeans waiting for other MBeans: | ObjectName: jboss:service=LoomMonitor | state: CREATED | I Depend On: | Depends On Me: | This happens right before the startService() is called and everything goes forward just fine. The deployment line is in jboss-service.xml and reads: | <mbean code="org.loom.system.LoomMonitor" name=":service=LoomMonitor" /> | which is about as simple as I could think. So I don't know what I'm missing. Is it required that the bean also have a jndi lookup(which I don't really need)? If so then why is this error happening before the bind would even happen? Any help on this would be appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867608#3867608 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867608 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
