Results 1 to 3 of 3

Thread: org.springframework.ldap.support.LdapRdn should be Serializable

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Location
    Dresden, Germany
    Posts
    4

    Default org.springframework.ldap.support.LdapRdn should be Serializable

    There is no real reason why this class shouldn't be Serializable (expect that there is a logger used, but I doubt if this is really appropriate for a "This should really never happen" exception handler). Especially because javax.name.Name implements Serializable, but as DistinguishedNames store LdapRdns, you cannot serialize DistinguishedNames currently.

  2. #2
    Join Date
    Mar 2005
    Location
    Landskrona, Sweden
    Posts
    505

    Default

    Correct, we'll fix that in the next release.
    Mattias Arthursson
    Jayway AB (www.jayway.se)
    Spring-LDAP project member

  3. #3
    Join Date
    Jul 2005
    Location
    Helsingborg, Sweden
    Posts
    504

    Default

    This issue has been resolved in the Subversion trunk.
    Ulrik Sandberg
    Jayway (www.jayway.com)
    Spring LDAP project member

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •