Re: [rules-users] How to display Knowledge base / DRL

2013-06-19 Thread JimK
Taking a look at my latest project as I started today that is correct, my bad, just was remembering that it was underlined but works fine. -- View this message in context: http://drools.46999.n3.nabble.com/How-to-display-Knowledge-base-DRL-tp4024340p4024396.html Sent from the Drools: User forum

Re: [rules-users] How to display Knowledge base / DRL

2013-06-19 Thread JimK
I concur that Eclipse shows it as a depreciated method. On 5.5.0 using Helios and now Juno -- View this message in context: http://drools.46999.n3.nabble.com/How-to-display-Knowledge-base-DRL-tp4024340p4024393.html Sent from the Drools: User forum mailing list archive at Nabble.com. __

[rules-users] Null pointer exception after adding When condtion in Guvunor

2012-01-14 Thread JimK
Using the latest JBPM installer demo setup, I have a simple program. It has an object called person with a name and a salary. In guvonor there is a simple rule that I scaled back from the original to try to see what is happening. If I have a condition (salary >= 5000) it gives a null exception, i

Re: [rules-users] 'else' in rule

2011-12-06 Thread JimK
My $.02 I'm early in my use of Drools and Rules and struggled at first with the lack of ELSE. At first I would frequently feel "an ELSE would be prefect here". After awhile I believe that NOT having Else is a good thing. As I get better with writing rules I find that most of the times when I th

Re: [rules-users] Planner: Packing items together

2011-08-19 Thread JimK
My question is pretty much a duh! on my part, wasn't thinking about all the syntax options in DRL. Forgot about eval that can call a custom routine. Thanks, JimK JimK wrote: > > > This looks to be similar to the lecture compactness goal in the > examination problem. I ca

[rules-users] Planner: Packing items together

2011-08-17 Thread JimK
Working from the cloud computing example I am modifying it as a learning exercise that might have real world use for a client. The client makes items that vary in size and weight. I have built rules to handle the weight and size constraints to optimize loading of a box. Planner does a great job of