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

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

      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.)

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

                Created:
                Updated:
                Resolved: