Preparing to replace the exceptions.
This commit is contained in:
@@ -5,10 +5,10 @@ import javax.naming.directory.Attributes;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.springframework.ldap.EntryNotFoundException;
|
||||
import org.springframework.ldap.LdapServerManager;
|
||||
import org.springframework.ldap.core.AttributesMapper;
|
||||
import org.springframework.ldap.core.LdapTemplate;
|
||||
import org.springframework.ldap.support.EntryNotFoundException;
|
||||
import org.springframework.test.AbstractDependencyInjectionSpringContextTests;
|
||||
|
||||
public class ContextSourceTransactionManagerIntegrationTest extends
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package org.springframework.ldap.support.transaction;
|
||||
|
||||
import org.springframework.ldap.core.LdapOperations;
|
||||
import org.springframework.ldap.core.LdapTemplate;
|
||||
import org.springframework.ldap.support.DirContextAdapter;
|
||||
import org.springframework.ldap.support.DistinguishedName;
|
||||
|
||||
@@ -24,8 +24,8 @@ import javax.naming.directory.DirContext;
|
||||
import javax.naming.ldap.Control;
|
||||
import javax.naming.ldap.LdapContext;
|
||||
|
||||
import org.springframework.ldap.UncategorizedLdapException;
|
||||
import org.springframework.ldap.core.DirContextProcessor;
|
||||
import org.springframework.ldap.support.UncategorizedLdapException;
|
||||
import org.springframework.util.ReflectionUtils;
|
||||
|
||||
import com.sun.jndi.ldap.ctl.SortControl;
|
||||
|
||||
@@ -63,9 +63,7 @@ public class DirContextHolder extends ResourceHolderSupport {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the DirContext associated with the current transaction.
|
||||
*
|
||||
* @return
|
||||
* Return the DirContext associated with the current transaction.
|
||||
*/
|
||||
public DirContext getCtx() {
|
||||
return ctx;
|
||||
|
||||
Reference in New Issue
Block a user