[rules-users] Basic question

goforcrazy goforcrazy at gmail.com
Sun Apr 7 15:52:40 EDT 2013


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.


More information about the rules-users mailing list