Hi all,
Iam not able to run this kind of rule given below, how can i modify this
rule
Example:
( defclass db TestingDB )
( defrule dbrule
(db.action="INSERT") // action is a public variable in TestingDB Class
=>
( db.callInsert() ) // callInsert is the public method in TestingDB
Class
)
Where the variable action (db.action ) is the pulblic String variable in
the TestingDB java Class , and callInsert is the method in TestingDB java
class.
Now how can i test this kind of rule .Please give me some examples on
these type ..
regards,
vijay .
--------------------------------------------------------------------
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]
--------------------------------------------------------------------