[rules-users] Need help setting up Drools Server using Maven

kkelleyjr karl.kelley.jr at gmail.com
Mon Apr 25 18:30:08 EDT 2011


I have found my issue... So, let me ask a more specific issues...

my rule is failing and I am not quite sure why...

The rule fails when I write:

rule "Message Key Read"
	when
		Message ( type == Message.Type.KEY_READ )
	then
		System.out.println("Key Read Type");		
end

but work with:


rule "Message Key Read"
	when
		Message ( type == Type.KEY_READ )
	then
		System.out.println("Key Read Type");		
end

seems like a more scoped should work, but does not... Any Idea why not...
Also, would anyone like me to set up write up some notes what it took me to
solve all my issues in this post? If anyone would like that I will look to
set something up to show how I got this working, for my simple example...

Thank you... 


--
View this message in context: http://drools.46999.n3.nabble.com/Need-help-setting-up-Drools-Server-using-Maven-tp2853035p2863431.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list