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.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to