You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by jo...@exceter.com on 2011/02/14 15:35:09 UTC

Scheduling

Are there are any scheduling bundles available? I have a server with a  
bunch of jar files that are currently being invoked by linux crontab  
entries and I would like to move all of these jars into karaf and  
invoke them with an OSGI based scheduler.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Scheduling

Posted by jo...@exceter.com.
Excellent! I have used quartz before I just didn't want to have to  
wrap it myself if someone else already has.

Thanks!

Quoting Guillaume Nodet <gn...@gmail.com>:

> Have you tried using Quartz scheduler ?
> You can find a bundle for it that has been wrapped by Apache ServiceMix:
>       
> http://repo2.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.quartz/1.8.4_1/org.apache.servicemix.bundles.quartz-1.8.4_1.jar
>
> On Mon, Feb 14, 2011 at 15:35,  <jo...@exceter.com> wrote:
>> Are there are any scheduling bundles available? I have a server with a bunch
>> of jar files that are currently being invoked by linux crontab entries and I
>> would like to move all of these jars into karaf and invoke them with an OSGI
>> based scheduler.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> For additional commands, e-mail: users-help@felix.apache.org
>>
>>
>
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> ------------------------
> Open Source SOA
> http://fusesource.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Scheduling

Posted by Guillaume Nodet <gn...@gmail.com>.
Have you tried using Quartz scheduler ?
You can find a bundle for it that has been wrapped by Apache ServiceMix:
    http://repo2.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.quartz/1.8.4_1/org.apache.servicemix.bundles.quartz-1.8.4_1.jar

On Mon, Feb 14, 2011 at 15:35,  <jo...@exceter.com> wrote:
> Are there are any scheduling bundles available? I have a server with a bunch
> of jar files that are currently being invoked by linux crontab entries and I
> would like to move all of these jars into karaf and invoke them with an OSGI
> based scheduler.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Scheduling

Posted by Carl Hall <ca...@hallwaytech.com>.
It's quite hackish but I have used the MonitorAdmin for doing scheduled
jobs. I'm sure the quartz bundle is much more robust and familiar.

On Tue, Feb 15, 2011 at 8:21 AM, Felix Meschberger <fm...@adobe.com>wrote:

> Hi,
>
> Apache Sling has a scheduler based on Quartz (but actually hidden) where
> you can schedule by simple registering services with the schedule define
> as service properties or you can call a traditional scheduler service.
>
> See
> http://sling.apache.org/site/scheduler-service-commons-scheduler.html
>
> Regards
> Felix
>
>
> Am Montag, den 14.02.2011, 14:35 +0000 schrieb john.dunlap@exceter.com:
> > Are there are any scheduling bundles available? I have a server with a
> > bunch of jar files that are currently being invoked by linux crontab
> > entries and I would like to move all of these jars into karaf and
> > invoke them with an OSGI based scheduler.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> > For additional commands, e-mail: users-help@felix.apache.org
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>

Re: Scheduling

Posted by Felix Meschberger <fm...@adobe.com>.
Hi,

Apache Sling has a scheduler based on Quartz (but actually hidden) where
you can schedule by simple registering services with the schedule define
as service properties or you can call a traditional scheduler service.

See
http://sling.apache.org/site/scheduler-service-commons-scheduler.html

Regards
Felix


Am Montag, den 14.02.2011, 14:35 +0000 schrieb john.dunlap@exceter.com: 
> Are there are any scheduling bundles available? I have a server with a  
> bunch of jar files that are currently being invoked by linux crontab  
> entries and I would like to move all of these jars into karaf and  
> invoke them with an OSGI based scheduler.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org