Uploaded image for project: 'User Directory'
  1. User Directory
  2. UD-133

An error occured during synchronization when the database contains integer

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 2.1.3, 2.2.0
    • 2.1.2
    • None
    • 4.2 M5

      There a cast to String but it does not work if the field is an integer. Actually it only works with string.
      It should be better with something like :

      String loginValue = (normalizedUserMap.get(loginColumnName) == null) ? "" : String.valueOf(normalizedUserMap.get(loginColumnName));
      

      This is the whole source file corrected is attachment . This is wonderful

            raphael Raphaƫl Franchet
            fravetier Frederic Ravetier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: