[jboss-user] [JNDI/Naming/Network] - Re: Help with Quartz MBean Service under JBoss using JNDI?

imargelatu do-not-reply at jboss.com
Wed Mar 7 08:20:01 EST 2007


OK, I found the answer ... the Scheduler class is not Serializable so retrieving it from outside the JBoss server hosting it will return only a null. The Quartz RMI support must be used instead.

Here is the relevant URL (read the Javadoc lines) :

http://fisheye5.cenqua.com/browse/quartz/src/jboss/org/quartz/ee/jmx/jboss/QuartzServiceMBean.java?r=1.6

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025781#4025781

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025781



More information about the jboss-user mailing list