I am really sorry about this.
I missed the errors in the rule file.
rule "Rating"
dialect "java"
when
m : RatingMessage()
then
System.out.println("Rating inserted as: "+ m.getMid() + " and rating:
" +
m.getRating());
end
I apologize for the confusion.
--
View this message in context:
http://drools.46999.n3.nabble.com/Basic-question-tp4023234p4023243.html
Sent from the Drools: User forum mailing list archive at
Nabble.com.