jasig-cas IRC Logs-2012-02-17
[07:18:13 CST(-0600)] <hermitage> hi i need help , i'm doing the cas 3.4.11 authentication against MySQL DB, i've made the project with maven 3 but on deployment tomcat7 is giving me error : Error creating bean with name 'org.jasig.cas.adaptors.jdbc.SearchModeSearchDatabaseAuthenticationHandler#194adaa' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource
[07:18:49 CST(-0600)] <hermitage> and is true in the deployerConfigContext,xml i do not have the bean : <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource">
[07:19:44 CST(-0600)] <hermitage> so my question is , i will put this bean, but should i make a specific bind user in my MySQL DB?
[08:24:39 CST(-0600)] <ries> hermitage: I think you are right on the dataSOurce portion to create it
[08:24:48 CST(-0600)] <ries> I don't know anything about MYSQL to answer your second Q
[08:25:34 CST(-0600)] <hermitage> thanks ries , i've done it, but still is giving me errors, now i'm checking the beans
[09:46:19 CST(-0600)] <hermitage> can some one tell me which are the required jars that i should add true the use of pom.xml for mysql connectivity?