Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-18414

toCharArray fails when used with property in fuse on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • fuse-7.11-GA
    • fuse-7.10-patch-1
    • Karaf

    Description

      we observe following failure with the toCharArray function in fuse-karaf on Windows only:

      admin@s31wintest1()> "MyTest" toCharArray
      [M, y, T, e, s, t]
      -> OK

      admin@s31wintest1()> x="MyTest"; $x toCharArray
      [M, y, T, e, s, t]
      -> OK

      admin@s31wintest1()> config:property-set -p test test "MyTest"; (( config:property-get -p test test)) toCharArray
      ]M, y, T, e, s, t,
      -> Failure; Expected result: [M, y, T, e, s, t]

      (Note: The same fuse-karaf version on Linux produces the expected result.)

      Attachments

        Activity

          People

            ggrzybek Grzegorz Grzybek
            rhn-support-aboucham Abel Bouchama
            Petr Pinkas Petr Pinkas
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: