https://issues.apache.org/jira/browse/OPENEJB-1515
There are two patch, the first one is to add a NPE protection. The second one is to address the root cause of this kind of NPE issues. https://issues.apache.org/jira/browse/OPENEJB-1516 When there's no timeout method but there's schedule info for methods in EJB either from annotation or DD. The org.apache.openejb.core.timer.TimerServiceWrapper.getTimerService() will always throw IllegalStateException. It's obviously wrong. https://issues.apache.org/jira/browse/OPENEJB-1518 Currently, the schedule expression for DayOfMonth list only cover single day and simple range cases. WeekDay, day to last, Last are all valid items for DayOfMonth values. we need to support them as below: 1, WeekDay style: "2nd mon, 3rd wed,1st sun" 2, day to last style: "-3,-5" 3, Last as element: "4, last" On Sun, Apr 10, 2011 at 10:44 PM, Shawn Jiang <[email protected]> wrote: > All of these Jiras are related to timer in openejb 4.0-SNAPSHOT. > > -- > Shawn > -- Shawn
