
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
25/Oct/05 03:03 PM
|
|
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.
|
|
Description
|
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.
|
Show » |
|
http://svn.apache.org/viewcvs.cgi?view=rev&rev=328266