Claudia S created DIRAPI-266:
--------------------------------

             Summary: ResultCodeEnum 'NO_SUCH_OBJECT' should have message 
'noSuchObject'
                 Key: DIRAPI-266
                 URL: https://issues.apache.org/jira/browse/DIRAPI-266
             Project: Directory Client API
          Issue Type: Bug
    Affects Versions: 1.0.0-M33
            Reporter: Claudia S
            Priority: Minor


According to [RFC2251|https://www.ietf.org/rfc/rfc2251.txt]  the result code 
for error 32 is 'noSuchObject'.

{{org.apache.directory.api.ldap.model.message.ResultCodeEnum}} currently 
defines:
{{NO_SUCH_OBJECT(32, "NO_SUCH_OBJECT")}}
instead of:
{{NO_SUCH_OBJECT(32, "noSuchObject")}}

I'm using DSMLv2 and JaxB and the issue I face is when receiving this error the 
result code cannot be unmarshalled into the corresponding Java enum type 
{{LDAPResultCode}}.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to