Marvin, 

So, this brings up the questions - where do I get reasonable values for below, 
and, are there any requirements/versions I need to add to my pom.xml file?

On Apr 19, 2011, at 3:05 PM, Marvin Addison wrote:
Consider a context source that uses object pooling for
non-authentication use cases such as the attribute repository:

 <bean id="pooledEdIdContextSource"
   class="org.springframework.ldap.pool.factory.PoolingContextSource"
   p:minIdle="${ldap.pool.minIdle}"
   p:maxIdle="${ldap.pool.maxIdle}"
   p:maxActive="${ldap.pool.maxSize}"
   p:maxWait="${ldap.pool.maxWait}"
   p:timeBetweenEvictionRunsMillis="${ldap.pool.evictionPeriod}"
   p:minEvictableIdleTimeMillis="${ldap.pool.idleTime}"
   p:testOnBorrow="${ldap.pool.testOnBorrow}"
   p:testWhileIdle="${ldap.pool.testWhileIdle}"
   p:dirContextValidator-ref="edIdDirContextValidator"
   p:contextSource-ref="contextSource" />


thanks for the other suggestions.
-chris



-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to