Sorry my jboss-service.xml is:
| <?xml version="1.0" encoding="UTF-8"?>
| <server>
| <mbean code="org.jboss.varia.scheduler.Scheduler"
| name="ats.mbean.scheduler.notificador:service=Scheduler">
|
<depends>jboss.ha:service=HASingletonDeployer,type=Barrier</depends>
| <attribute name="StartAtStartup">true</attribute>
| <attribute
name="SchedulableClass">mbean.scheduler.Notifier</attribute>
| <attribute name="InitialStartDate">NOW</attribute>
| <attribute name="SchedulePeriod">15000</attribute>
| <attribute name="InitialRepetitions">-1</attribute>
| </mbean>
| </server>
|
Thank in advance,
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233665#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...