[rules-users] Problems with BigDecimal on LHS

2011-01-12 Thread Jason Mihalick
I searched on the forum before I posted this and looked in JIRA. It appears that all problems like this with BigDecimal are thought to be resolved. However, I am having a problem that appears it may be attributed to Drools using the BigDecimal( double ) constructor when converting decimal number

Re: [rules-users] Need help with Decision Table Conditions

2011-01-10 Thread Jason Mihalick
JIRA Issue added here: https://issues.jboss.org/browse/JBRULES-2866 -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Need-help-with-Decision-Table-Conditions-tp2195003p2227963.html Sent from the Drools - User mailing list archive at Nabble.com. __

Re: [rules-users] Need help with Decision Table Conditions

2011-01-10 Thread Jason Mihalick
Thanks Tihomir. I will submit a JIRA ticket for this, as I definitely could use this feature. -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Need-help-with-Decision-Table-Conditions-tp2195003p2227739.html Sent from the Drools - User mailing list archive at

Re: [rules-users] Need help with Decision Table Conditions

2011-01-07 Thread Jason Mihalick
Tihomir, Do you know if decision tables support http://downloads.jboss.com/drools/docs/5.1.1.34858.FINAL/drools-expert/html_single/index.html#d0e3368 metadata ? -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Need-help-with-Decision-Table-Conditions-tp21950

Re: [rules-users] Need help with Decision Table Conditions

2011-01-05 Thread Jason Mihalick
Thank you so much for the posting! All I had to do was add the 'X' character in the cell below $pgMeta: PageMeta() and that fixed it! When is it necessary to add the 'X' character and when is it ok to leave it blank? I don't recall seeing information about that in the doc. Thanks also for the

[rules-users] Need help with Decision Table Conditions

2011-01-04 Thread Jason Mihalick
I have a decision table with the conditions shown in the graphic below. When Drools attempts to compile the spreadsheet I get the following errors: nested exception is java.lang.RuntimeException: Unable to return Declaration for identifier '$pgMeta' : [Rule name='Section Head Spacing_18'] Unable

[rules-users] Drools Sample Project Won't Execute on Spring STS IDE 2.3.2

2010-10-21 Thread Jason Mihalick
Versions involved: IDE: Spring STS 2.3.2.RELEASE Eclipse Drools Plugin: 5.1.1 (Includes JBoss Drools Core, JBoss Drools Guvnor, JBoss Drools Task) Java: JDK 1.6.0_11 Platform: Windows XP 1) Create a sample Drools application using the New Project Wizard and selecting "Drools Project" 2) Name i