我使用的是Spring 3.1.2,Jboss 6.4和jdk 1.7.80。 登录时我收到错误: javax.naming.NamingException:LDAP响应读取超时。 我使用了以下代码,但没有用。
<bean id="contextSourceTargetApp"
class="org.springframework.ldap.core.support.LdapContextSource">
<property name="baseEnvironmentProperties">
<map>
<entry key="com.sun.jndi.ldap.connect.timeout" value="5000" />
</map>
</property>
</bean>
提前致谢!