May be, but the rules are not in the same package:

package com.xyz.cep;

rule "BaseRule"
dialect "java"
when
then
end

package com.securelogix.policy.cep;

rule "Child" extends "BaseRule"
dialect "mvel"
when
then
end

That said; if Davide is correct, and rules need to be in the same package the workbench should not allow you to extend a rule from a different package.

If you can verify Davide's please raise a JIRA (for GUVNOR) so that we can add the restriction to the UI.

With kind regards,

Mike




On 6 March 2014 17:10, SrjTx <clickthex@yahoo.com> wrote:
Child is extending BaseRule, which imports and uses Flow.

So the extends is within the same package.



--
View this message in context: http://drools.46999.n3.nabble.com/6-0-1-F-EXTENDS-in-Guided-Rule-Editor-does-not-work-tp4028506p4028575.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users