javax.naming.NamingException:LDAP响应读取超时

时间:2016-01-04 07:44:20

标签: java spring jboss

我使用的是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>

提前致谢!

0 个答案:

没有答案