[jBPM Development] - Drools integration
by sebastian.s
Good evening,
I would like to continue the discussion just starting in the JIRA comments of Issue #JBPM-2006 here in the forums. And I would like to encourage a discussion about it. I like Bernd's idea of discussing "best practices" and different ways of integrating.
https://jira.jboss.org/jira/browse/JBPM-2006
For me a real integration would allow the end-user to use the rules repository (Drools Guvnor) but at the same time it would be nice to enable them to use a serialized rule base as well.
As far as I overlook the situation a rule would be used from within a DecisionHandler class or instead of one - depends how you implement this.
One would be in need to specify which rule should be retrieved and be called from the repository. Furthermore you would need to specifiy which variables should be used as input for the rule. Since we are talking about general business rules the result would not necessarily be the name of the transition to take. So you would be in need to map a specific result of the rule evaluation to the name of the transition to take.
Is there anything wrong with my idea of using rules? Which approach would need more effort? The serialzed rule base or the repository approach?
Bye
Sebastian
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267703#4267703
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267703
14 years, 12 months
[jBPM Development] - Re: Confused about versioning
by mauromol
Sorry for taking again this discussion, but I still need some clarification.
Given that the addition of PARENTLOCKMODE column mentioned in my previous message seems to have been reverted in 3.2.5.SP5 (as of https://jira.jboss.org/jira/browse/JBPM-2119), it's still not clear to me what should be the upgrade direction to follow.
I'm now using jBPM 3.3.0 GA and I see that a 3.3.1 GA is available.
But I see that a 3.2.6.SP1 is available too, and 3.2.6.SP1 is newer than 3.3.1 GA.
Now, I would need the fix for https://jira.jboss.org/jira/browse/JBPM-2036, which should be fixed in 3.2.6.SP1. Moreover, you suggest to upgrade from 3.3.1 to 3.2.6.SP1, which has to be considered the successor of 3.3.1.
>From this I understand that I should upgrade from 3.3.0GA to 3.2.6.SP1.
However... what's next?
In JIRA, I see:
- a planned 3.3.2, "formerly known as 3.2.7", which I suppose should be the successor of 3.2.6.SP1?
- a planned 3.2.9, for which I can't understand the collocation
Given that I don't need the GWT console and that I would like to keep on the more recent version of jBPM 3, which upgrade path should I follow?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267318#4267318
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267318
15 years