[jboss-user] [JBoss jBPM] - Re: taskinstance setStart(new Date()) storing null in the da

2008-03-05 Thread pojomonkey
Let's have a look - taskInstance.setStart(Date date) is: | /** |* overwrite start date |*/ | public void setStart(Date date) { | start = null; | } from TaskInstance source. I think that explains it. View the original post :

[jboss-user] [JBoss jBPM] - Re: taskinstance setStart(new Date()) storing null in the da

2008-03-05 Thread pojomonkey
BTW - in TaskInstance.start() it uses 'start == null' to determine whether the task has already been started or not. So, following a call to setStart() it would also be possible to call start() again - probably would cause problems... View the original post :

[jboss-user] [JBoss jBPM] - Re: taskinstance setStart(new Date()) storing null in the da

2008-03-04 Thread luowp
How could you call setStart() method. I can only find start() or start(actorID) method in TaskInstance class. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134060#4134060 Reply to the post :