[rules-users] Issue with Rule X1 extends X2

arul.prashanth at gmail.com arul.prashanth at gmail.com
Fri Mar 29 13:26:30 EDT 2013


Thanks David.

The Rule extends works if the two drl packages are the same. Can you shed
some light on "fully qualified name rule name" ?

I have a package org.poc.test with Rule Rule_1X and org.poc.test.tx with
Rule Rule_11

package org.poc.test

rule "Rule Rule_1X"
when // do something
then //do something
end

package org.poc.test.tx

rule "Rule Rule_11" extends "org.poc.test.Rule_1X"
when // do something
then //do something
end

Doesn't seem to extend the base rule. Am I using teh fully qualified rule
name?




--
View this message in context: http://drools.46999.n3.nabble.com/Issue-with-Rule-X1-extends-X2-tp4023114p4023120.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list