Re: [rules-users] Quotes in decision tables are escaped

2011-08-26 Thread kennywest
Sorry, found the issue in Jira: https://issues.jboss.org/browse/JBRULES-2409 Workaround seems to work. -- View this message in context: http://drools.46999.n3.nabble.com/Quotes-in-decision-tables-are-escaped-tp3280810p3286161.html Sent from the Drools: User forum mailing list archive at Nabble.co

Re: [rules-users] Quotes in decision tables are escaped

2011-08-25 Thread kennywest
I found the culprit: ActionType ... public void addCellValue(int row, int column, String content) { //Michael Neale: // For single standard quotes we escape them - eg they may mean "inches" // as in "I want a Stonehenge replica 19" tall" int idx = content.indexO

[rules-users] Quotes in decision tables are escaped

2011-08-24 Thread kennywest
Hi all, I am experiencing the problem that is described here: http://efreedom.com/Question/1-4874717/Drools-Rules-Quotes-Auto-Escape-Compile-Time >From what I can see, this has nothing to do with guvnor, since I am using XL decision tables without Guvnor. I have an XL where I have an action colum