...
[15:23:58 CDT(-0500)] <kickehy> and!
[15:24:10 CDT(-0500)] <kickehy> it'll probably error on you anyways
[15:24:20 CDT(-0500)] <kickehy> because you'll have two beans that are trying to do the same thing
[15:24:26 CDT(-0500)] <foxnesn> right
[15:24:43 CDT(-0500)] <kickehy> since those individual xml files get made into one big one at runtime
[15:24:46 CDT(-0500)] <foxnesn> no wonder institutions just pay these guys to do it haha
[15:25:55 CDT(-0500)] <kickehy> since i already had the transaction manager setup inside the ticketregistry.xml...i didn't need to add it to the deployerconfig like the services registry wiki states
[15:26:06 CDT(-0500)] <foxnesn> i see
[15:26:19 CDT(-0500)] <kickehy> and in fact i do recall asking that question to atilling
[15:30:38 CDT(-0500)] <kickehy> at least you're not documenting switch ports
[15:30:55 CDT(-0500)] <kickehy> and putting descriptions on them all
[22:53:26 CDT(-0500)] <foxnesn1> im trying to setup pooling and i keep meeting the error:
[22:53:53 CDT(-0500)] <foxnesn1> Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'poolingContextSource' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/commons/pool/KeyedObjectPool
[22:54:16 CDT(-0500)] <foxnesn1> i setup pooledcontextsource just like the wiki describes
[22:54:23 CDT(-0500)] <foxnesn1> and put the pooled properties in cas.properties
[22:55:01 CDT(-0500)] <foxnesn1> if i remove pooledcontextsource bean and its reference in the ldapbind then it runs fine
[22:55:05 CDT(-0500)] <foxnesn1> something about that line...
[22:57:49 CDT(-0500)] <foxnesn1> looks like i need a jar for pooling but the wiki has no mention of it
[23:08:24 CDT(-0500)] <foxnesn1> ah, i had to add commons-pool-1.5.2.jar to tomcat lib to get pooling to work