[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2007-05-29 Thread pranji
I have 7 schedulers running on my jboss 4.0.4 server. The problem is that they 
dont seem to be running concurrently. For example if one scheduler starts at 9 
am, the second is scheduled to start at 9:05 but if the first one doesnt 
complete in 5 minutes the second scheduler doesnt start at all.

Is there a solution for this problem.I have diferent schedulable classes which 
have implemented the schedulable interface.

Any help will be greatly appreciated.

 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4049260#4049260

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049260
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2007-05-29 Thread pranji
It seems I was wrong the first time my second scheduler doesnt seem to be 
running at all. The scheduler mentioned first in the scheduler-service.xml is 
only picked up and the other ones are just ignored by it I dont understand what 
is the problem

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4049586#4049586

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049586
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2007-05-21 Thread moonsliver7
kresho, your workaround worked great. Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4047355#4047355

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047355
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2006-09-18 Thread knizamudeen
jboss-SERVICE.XML WHERE THIS FILE IS ACTUALLY CONFIGURED , LOCATION?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3972194#3972194

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3972194
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2006-09-18 Thread knizamudeen
Hey guys i got it done, thanks for ur help this forum was very much 
informative...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3972271#3972271

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3972271
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2006-09-15 Thread knizamudeen
Does this scheduling activity deals anything with configuration of 
scheduler-service.xml , and can anyone get me the file structure of the sar/jar 
or whatever,like where the jboss-service.xml ll come n where the mbean, 
etc,etc.

Thanks a lot in advance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3971900#3971900

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971900
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2006-09-15 Thread knizamudeen
Does this scheduling activity deals anything with configuration of 
scheduler-service.xml , and can anyone get me the file structure of the sar/jar 
or whatever,like where the jboss-service.xml ll come n where the mbean, 
etc,etc.

Thanks a lot in advance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3971902#3971902

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971902
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2006-09-04 Thread danj
petr5250 wrote : danj wrote : schrouf wrote : Up to my knowledge it has 
always been time from finish until next start.
  |   | 
  |   | Using 3.2.5, the job has started same time every night (01:00) /.../.
  |   | 
  |   | However, since upgrading to 3.2.7, the jobs have start slipping, i e 
starting later and later. /.../
  | 
  | I have exactly same problem, so after more then a year I want to ask, if 
there was any developement of this issue.
  | 
  | Thanks Petr

I'm sorry to say: nothing. Since my original posting we have, in hope, upgraded 
to 4.0.3SP1. However, it still works the same way. 

   Dan


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3969163#3969163

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969163
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2006-09-03 Thread petr5250
danj wrote : schrouf wrote : Up to my knowledge it has always been time 
from finish until next start.
  | 
  | Strange. We have a nightly job that takes somewhere between 8 s and 50 min. 
We have configured it with SchedulePeriod = 24 * 60 * 60 * 1000.
  | 
  | Using 3.2.5, the job has started same time every night (01:00), and 
finishin within the hour, in good time before people arrive in the morning.
  | 
  | However, since upgrading to 3.2.7, the jobs have start slipping, i e 
starting later and later. And, the slip is exactly the time the job took, i e 
starting at the last nights finish-time. If this is the intended behaviour, it 
feels strange.

I have exactly same problem, so after more then a year I want to ask, if there 
was any developement of this issue.

Thanks Petr

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3969128#3969128

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969128
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2006-08-15 Thread norrbom
ctken wrote : When I tried using a POJO which implements the Schedulable 
interface and calls a Session bean's method in it's perform method, it always 
returns NamingException, although I have already put depends tag in the 
scheduler-service.xml file to make sure the session bean's service  
jboss.j2ee:service=EJB and jboss.j2ee:service=EjbModule are deployed 
already before starting the scheduler.  Is there any depends settings that I 
have missed? 
  | 
  | I am using xDoclet generated Util class of the session bean to locate the 
Home interface so typo in the JNDI reference is not possible.  The session bean 
has both remote and local interfaces that I have also tried but in vain.  Any 
hints and help will be very much appreciated.


I am experiencing a similar problem, I have a stateless session bean 
implementing the Schedulable interface and it seems like I cant use any other 
dependency injected beans from the perform() method.
Do I have to make a JNDI lookup?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3965232#3965232

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965232
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user