Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-6010

Not able to use a space within quotes in guided DecisionTable.

XMLWordPrintable

    • 2021 Week 04-06 (from Jan 25), 2021 Week 07-09 (from Feb 15)
    • 1
    • Hide
      • Import attached project and open GuidedDecisionTable.
      • In the Model tab we have condition as  Person( id in ( "1", "2", " " ) ).
      • Check the source tab, we can see rule like as:
      • rule "Row 1 SampleTable"
         dialect "mvel"
         when
         person : Person( id in ( "1", "2", "" ) )
         then
        end

        space within quotes is removed.

      Show
      Import attached project and open GuidedDecisionTable. In the Model tab we have condition as  Person( id in ( "1", "2", " " ) ). Check the source tab, we can see rule like as: rule "Row 1 SampleTable" dialect "mvel" when person : Person( id in ( "1" , "2" , "" ) ) then end space within quotes is removed.
    • Undefined
    • NEW
    • NEW
    • ---
    • ---

          trikkola Toni Rikkola
          trikkola Toni Rikkola
          Jozef Marko Jozef Marko
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: