Hi, I have problems with a rule that has an "(not (and" , when I put more
than 5 patterns inside I get this error:
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
The rule is:
(defrule test
(activator)
(not
(and
(person ?name ?age)
(address ?person ?address)
(a a)
(a a a)
(x x x)
(z z z)
)
)
=>
(printout t "hola" crlf)
)
Any suggestion?
Thank you in advance.
Regards
Carmen
--
View this message in context:
http://www.nabble.com/is-limited-the-number-of-patterns-inside-an-%22%28not-%28and%22--tp17651353p17651353.html
Sent from the Jess mailing list archive at Nabble.com.
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------