My pojo is annotated as a service. It registers fine. I find it in the 
jmx-console, and I am able to execute the method made avialable.

However, my sheduler xml-service is not activiating the service as expected:


  | <server>
  |     <mbean code="org.jboss.varia.scheduler.Scheduler" 
name="com.insight:service=AppDataRefreshServiceScheduler">            
  |             <attribute name="StartAtStartup">true</attribute>
  |             <attribute 
name="SchedulableMBean">jboss.j2ee:ear=OA_ISIS02_040207.ear,jar=oa-common.jar,name=AppDataRefreshService,service=EJB3,type=ManagementInterface</attribute>
  |             <attribute 
name="SchedulableMBeanMethod">resetApplicationDataStore</attribute>
  |             <attribute name="InitialStartDate">NOW</attribute>
  |             <attribute name="SchedulePeriod">10000</attribute>
  |             <attribute name="InitialRepetitions">-1</attribute>
  |             
<depends>jboss.j2ee:ear=OA_ISIS02_040207.ear,jar=oa-common.jar,name=AppDataRefreshService,service=EJB3,type=ManagementInterface</depends>
               
  |     </mbean>
  | </server>
  | 
  | 
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035822
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to