[jboss-user] [EJB 3.0] - Re: Ejb 3s and scheduling with cron expression.

2007-06-18 Thread paradigmza
Thanks, this is perfect. Where can I find the documentation for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055099#4055099 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055099

[jboss-user] [EJB 3.0] - Re: Ejb 3s and scheduling with cron expression.

2007-06-15 Thread wolfc
This is the inflowmdb unit test: @MessageDriven(activationConfig = | { | @ActivationConfigProperty(propertyName=cronTrigger, propertyValue=0/2 * * * * ?) | }) | @ResourceAdapter(quartz-ra.rar) | public class QuartzMDBBean implements Job | { |private static final Logger log =