Issue Details (XML | Word | Printable)

Key: DIRSERVER-341
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Alex Karasulu
Reporter: Enrique Rodriguez
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

SearchResult.getObject() does not return a Java object

Created: 22/Oct/05 02:48 PM   Updated: 15/Feb/09 01:31 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 25/Oct/05 03:03 PM


 Description  « Hide
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.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Alex Karasulu added a comment - 25/Oct/05 03:03 PM
Committed fix on revision 328266 here:

http://svn.apache.org/viewcvs.cgi?view=rev&rev=328266

Emmanuel Lecharny added a comment - 15/Feb/09 01:31 PM
closed