Issue Details (XML | Word | Printable)

Key: NUCLDAP-13
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Stefan Seelmann
Reporter: Stefan Seelmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
DataNucleus Store LDAP

Use LdapName and Rdn from javax.naming.ldap

Created: 15/Nov/08 11:35 PM   Updated: 28/Dec/09 10:58 AM   Resolved: 16/Nov/08 12:04 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1.0.m1

File Attachments: 1. Text File NUCLDAP-13.patch (9 kB)



 Description  « Hide
As 1.1 uses Java5 now, it makes sense to use LdapName and Rdn classes form javax.naming.ldap instead of dealing with String concatenation and splitting for distinguished names. I'll attach a patch for now because these changes are only for 1.1 and there is no 1.0 branch.


Sort Order: Ascending order - Click to sort in descending order
Andy Jefferson added a comment - 16/Nov/08 08:19 AM - edited
There is now a 1.0 branch, so you can apply your changes to trunk ok now. Obviously it means that many things ought to be applied to both branches wherever possible

Stefan Seelmann added a comment - 16/Nov/08 12:04 PM
Thanks Andy for the branch. I applied the patch to trunk.