... and you are responsible for figuring out what the latest beta is
(currently 5.3-beta-15).

On Fri, Sep 30, 2011 at 8:24 AM, Howard Lewis Ship <hls...@gmail.com> wrote:
> See http://tapestry.apache.org/2011/08/27/tapestry-53-beta-preview.html
>
>
> On Fri, Sep 30, 2011 at 8:07 AM, Kalle Korhonen
> <kalle.o.korho...@gmail.com> wrote:
>> You need to use one of the alpha or beta releases of 5.3 from the
>> staged repositories. 5.3.0 that's in Maven central is way old.
>>
>> Kalle
>>
>>
>> On Fri, Sep 30, 2011 at 5:02 AM, nblascogarcia <nblascogar...@gmail.com> 
>> wrote:
>>> Hi, i´m spanish so forgive my english.
>>>
>>> We are trying to implement the scheduling jobs, that should be in 5.3
>>> versions of tapestry
>>>
>>> We do not achieve to use the org.apache.tapestry5.ioc.services.cron package,
>>> we don't know in what JAR or dependency it is... indeed, there is a lot of
>>> documentation and good examples of using this feature, but we cannot compile
>>> a code like:
>>>
>>> //taken from
>>> http://blog.tapestry5.de/index.php/2011/09/18/scheduling-jobs-with-tapestry/
>>> @Startup
>>>        public static void scheduleJobs(PeriodicExecutor executor,      final
>>> CleanupService cleanupService) {
>>>                executor.addJob(new IntervalSchedule(300000L),
>>>                                "Cleanup Job",
>>>                                new Runnable() { public void run() {
>>>                                        cleanupService.clean();
>>>                                }
>>>                        }
>>>                );
>>> }
>>>
>>> PeriodicExecutor cannot be resolved ???
>>>
>>> --
>>> View this message in context: 
>>> http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-0-scheduling-josbs-tp4856816p4856816.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to