[ 
https://issues.apache.org/jira/browse/DIRAPI-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny resolved DIRAPI-266.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0-M34

Fixed in http://svn.apache.org/viewvc?rev=1730725&view=rev

> 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
>             Fix For: 1.0.0-M34
>
>
> 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