| Enrique Rodriguez (JIRA) 2005-10-23, 5:45 pm |
| SearchResult.getObject() does not return a Java object
------------------------------------------------------
Key: DIREVE-279
URL: http://issues.apache.org/jira/browse/DIREVE-279
Project: Directory Server
Type: Bug
Components: jndi-provider
Reporter: Enrique Rodriguez
Assigned to: Alex Karasulu
The JNDI service provider API states that Java objects will be created from the Directory with the following methods:
o Context.lookup()
o Context.lookupLink()
o Binding.getObject()
o SearchResult.getObject()
However, only Context.lookup() appears to be implemented. This issue is for the SearchResult.getObject() implementation since SearchResult is most often used, as it is returned by DirContext.search() in the NamingEnumeration.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|