Re: Having commands for scheduler module

2014-01-14 Thread zaerymoghaddam
Hi imho we have two option: 1. Extend the scheduler service and its related commands using classes in java.util.concurrent package, we can provide more advanced scheduling capabilities like dynamically adding/removing/suspending/resuming scheduled tasks. It can have commands and optio

Re: Having commands for scheduler module

2014-01-14 Thread roedll
Hi! Some time ago there was a quite similar discussion about the sheduler module. See http://karaf.922171.n3.nabble.com/Task-scheduler-in-Karaf-td4028481.html for details. I also opened a ticket for this and attached a p

Re: Having commands for scheduler module

2014-01-14 Thread zaerymoghaddam
roedll: Thanks for your info I had checked Apache Sling but I didn't mentioned your previous conversations in forum. I've read the discussion and also checked the KARAF-751