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

SrjTx clickthex at yahoo.com
Thu Mar 6 11:08:56 EST 2014


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.


More information about the rules-users mailing list