[jboss-jira] [JBoss JIRA] (DROOLS-501) Propagation context is not set correctly when nodes are shared

RH Bugzilla Integration (JIRA) issues at jboss.org
Fri May 30 03:43:16 EDT 2014


    [ https://issues.jboss.org/browse/DROOLS-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971880#comment-12971880 ] 

RH Bugzilla Integration commented on DROOLS-501:
------------------------------------------------

Mario Fusco <mfusco at redhat.com> changed the Status of [bug 1103071|https://bugzilla.redhat.com/show_bug.cgi?id=1103071] from NEW to ASSIGNED

> Propagation context is not set correctly when nodes are shared
> --------------------------------------------------------------
>
>                 Key: DROOLS-501
>                 URL: https://issues.jboss.org/browse/DROOLS-501
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 6.1.0.Beta4
>            Reporter: Davide Sottara
>            Assignee: Mario Fusco
>            Priority: Critical
>             Fix For: 6.1.0.CR1
>
>
> The following rules
> {code}
> package org.drools.compiler.loop
> rule "Rule 1"
>   ruleflow-group "Start"
>   no-loop
>   when
>   	$thing1 : String()
> 	$thing2 : Integer()
>   then
>     System.out.println( 'At 1' );
> 	update( $thing2 );
> end
> rule "Rule 2"
>   ruleflow-group "End"
>   no-loop
>   when
>   	$thing1 : String()
>   	$thing2 : Integer()
>   then
>     System.out.println( 'At 2' );
>   	update( $thing2 );
> end
> {code}
> cause an endless loop even if controlled by a jBPM process with two rule tasks



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jboss-jira mailing list