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

An error occured during synchronization when the database contains integer

    • 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

          [UD-133] An error occured during synchronization when the database contains integer

          Frederic Ravetier (Inactive) made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Raphaël Franchet made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Patch available [ 10005 ] New: Resolved [ 5 ]
          Raphaël Franchet made changes -
          Status Original: In Progress [ 3 ] New: Patch available [ 10005 ]
          Raphaël Franchet made changes -
          Assignee Original: Loïc Bouchet [ lbouchet ] New: Raphaël Franchet [ raphael ]
          Raphaël Franchet made changes -
          Assignee New: Loïc Bouchet [ lbouchet ]
          Raphaël Franchet made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Raphaël Franchet made changes -
          Sprint New: 4.2 M5 [ 22 ]
          Raphaël Franchet made changes -
          Fix Version/s New: 2.1.3 [ 14607 ]
          Fix Version/s New: 2.2.0 [ 14439 ]
          Frederic Ravetier (Inactive) created issue -

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

              Created:
              Updated:
              Resolved: