I was migrating my project from seam 2 to seam 3 .
In seam 2 we have @Expiration
and @IntervalCron
annotations but in seam-cron we don't have any such annotations. @scheduled
is there but it's incomplete for my requirement.
I have gone through documentation but coudn't find any luck.
Is there any way to handle this?
I don't recommend to use Seam Cron, because the project is inactive and there won't be releases anymore. At least as far as I know.
So currently I recommend to use the scheduling functionality of EJB3 instead.
I'm not aware of any other CDI extension to provide such functionality.