elecharny edited a comment on issue #9: Ehcache v3 update URL: https://github.com/apache/directory-server/pull/9#issuecomment-451173017 I fixed the NPE, in {{AbstractBtreePartition}}, {{fetch()}} method : ` public Entry fetch( PartitionTxn partitionTxn, String id ) throws LdapException { try { rwLock.readLock().lock(); if ( id == null ) { id = ""; } Dn dn = buildEntryDn( partitionTxn, id ); ` Now, there are some other issues, OSGi related. On it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
