-
1. Re: jBPM is alive and kicking
rebody Apr 23, 2010 7:46 PM (in response to aguizar)Hi Alejandro,
The roadmap of jBPM 4 on the JIRA almost out of date. Sine Joram left jboss, the issue of BPMN2 should be delayed to version 4.x. And there are still a lot of unfixed bugs, some of them are serious blocking developer to use it in the production envrionment. Fixing bugs and releasing a new version in the near future is the best solution to stablize the community.
By the way, the AttachmentTest is failure in the current trunk. I had post it in the development forum. If you have time, please have a look at this.
http://community.jboss.org/thread/151017
I would like to do anything on keeping maintaining jBPM 4. If you are looking for contributors, please let me know. Thank you very much.
-
2. Re: jBPM is alive and kicking
gelos Apr 24, 2010 9:12 AM (in response to aguizar)One of the things that seem odd to me is the fact that timers can't be scheduled dynamically using absolute dates
Durations work, but absolute dates don't
What I'd like to be able to do is to say <timer duedatetime=#{myvar}/> (please note that I use duedatetime and not duedate)
(the problem is that conversion to date happens way early at jPDL parsing time and it really should be deferred until TImerImpl is instantiated)
I don't know about others but we need this type of feature a lot and we ended up fixing it in a limited way for ourselves (not robust enough and can't be used as a permanent solution)
Perhaps the basic nature of this feature makes it a good candidate for 4.4?
gelos
-
3. Re: jBPM is alive and kicking
aguizar Apr 26, 2010 11:45 AM (in response to rebody)Huisheng Xu escribió:
Hi Alejandro,
The roadmap of jBPM 4 on the JIRA almost out of date. Sine Joram left jboss, the issue of BPMN2 should be delayed to version 4.x. And there are still a lot of unfixed bugs, some of them are serious blocking developer to use it in the production envrionment. Fixing bugs and releasing a new version in the near future is the best solution to stablize the community.
By the way, the AttachmentTest is failure in the current trunk. I had post it in the development forum. If you have time, please have a look at this.
http://community.jboss.org/thread/151017
I would like to do anything on keeping maintaining jBPM 4. If you are looking for contributors, please let me know. Thank you very much.
Huisheng, yes, definitely. Please tell me if you are willing and able to take on some of the JIRA issues currently scheduled for jBPM 4.4 or propose new ones for inclusion. Thanks!
-
4. Re: jBPM is alive and kicking
rebody Apr 27, 2010 2:57 AM (in response to aguizar)Hi Alejandro,
Thank you for you reply.
I have seen many issues having been moved to 4.x. And there are 29 issues left. I think I could take some of them. I will review them. If there are some issues I can handle, I will upload related testcase and patch.
By the way, could you upgrade activation.jar from 1.1 to 1.1.1. I need this to make AttachmentTest passed under JDK-1.5. Thank you very much.