Hi, I am using JBoss 3.2.3. I created a JMX MBean to integrate 'Apache Quartz Scheduler' with JBoss and deployed the .sar file under 'default/deploy' dir. The MBean service starts fine while starting JBoss. I checked http://localhost:8080/jmx-console and I am able to see the MBean service under 'DefaultDomain'. Also I checked 'service=JNDIView' list, the MBean service is listed under 'Global JNDI Namespace'. But when I try to access the MBean from a client program using jndi lookup, the object returned is null. For eg: InitialContext ctx = new InitialContext(); Scheduler std = (Scheduler) ctx.lookup("Quartz"); The Scheduler instance, std is null. No exceptions are thrown. Any idea why this is happening?
Thanks, Beena View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851338#3851338 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851338 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development