Hmm, no real difference in application.xml. The class does exist and the path 
to it is correct in my scheduler.  Here it is btw:

  |   <mbean code="org.jboss.varia.scheduler.Scheduler"
  |      name=":service=UsersTimeoutScheduler">
  |     <attribute name="StartAtStartup">true</attribute>
  |     <attribute 
name="SchedulableClass">com.myapp.external.schedule.TimeoutScheduler</attribute>
  |     <attribute name="InitialStartDate">NOW</attribute>
  |     <attribute name="SchedulePeriod">60000</attribute>
  |     <attribute name="InitialRepetitions">-1</attribute> 
  |   </mbean>

Strange that it works if I deploy my ejbs outside of my ear file...  Seems that 
inside my EAR they are not allowed to be accessed... 



In regards to the issue you are having I was thinking about using a depends in 
the scheduler mbean, but I'm not sure what the syntax would be...

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to