[rules-users] 6.0.1.F EXTENDS in Guided Rule Editor does not work

Davide Sottara dsotty at gmail.com
Thu Mar 6 12:03:02 EST 2014


If I remember correclty, extension only works within the same package

On 03/06/2014 05:08 PM, SrjTx wrote:
> BaseRule DRL is
>
> package com.xyz.cep;
>
> import com.xyz.model.Flow;
>
> declare Flow
> 	@role(event)
> end
>
> rule "BaseRule"
> dialect "java"
> when
> then
> end
>
>
> ---------------------------------------------
> Child.rdslr freshly created and empty other than selecting to extend from
> BaseRule
>
>
> 1.	|	package com.securelogix.policy.cep;
> 2.	|	
> 3.	|	import java.lang.Number;
> 4.	|	
> 5.	|	rule "Child" extends "BaseRule"
> 6.	|	    dialect "mvel"
> 7.	|	    when
> 8.	|	    then
> 9.	|	end
>
>
>
> --
> View this message in context: http://drools.46999.n3.nabble.com/6-0-1-F-EXTENDS-in-Guided-Rule-Editor-does-not-work-tp4028506p4028571.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>



More information about the rules-users mailing list