[jboss-jira] [JBoss JIRA] Created: (JBPM-716) make the timer duedate optional
Tom Baeyens (JIRA)
jira-events at jboss.com
Thu Aug 3 02:36:11 EDT 2006
make the timer duedate optional
-------------------------------
Key: JBPM-716
URL: http://jira.jboss.com/jira/browse/JBPM-716
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Reporter: Tom Baeyens
Assigned To: Tom Baeyens
Priority: Minor
Fix For: jBPM 3.1.3, jBPM 3.2 alpha 1
now, it's not possible to have a timer without a dueDate. if we add a nullpointercheck, users can associate an action with the timer that fills in the dueDate programmatically.
in org.jbpm.scheduler.def.CreateTimerAction a nullpointercheck should be added to the following two lines in the createTimer method :
Duration duration = new Duration(dueDate);
Date dueDate = businessCalendar.add( new Date(), duration );
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list