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-d...
Sent from the Drools: User forum mailing list archive at
Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users