Scott, I'm following the instructions off the website and i'm running "mvn package" - the build system says it's making everything, the timestamps check out but, after unzipping the cas.war file, it looks to me like maven isn't bundling the cas-support-* jar files into cas.war.
Thanks, ct On Fri, Aug 13, 2010 at 3:40 PM, Scott Battaglia <[email protected]> wrote: > Any reason you're not doing "maven package" ? > > > On Fri, Aug 13, 2010 at 3:26 PM, ct <[email protected]> > wrote: >> >> Hey everyone, I've scoured the internet for a week trying to figure out >> how to build CAS Version 3.4.2.1 Final with LDAP support and get it >> configured. >> >> Every time I execute the build, I get this error: >> >> Caused by: org.springframework.beans.factory.BeanCreationException: Error >> creating bean with name 'authenticationManager' defined in ServletContext >> resource [/WEB-INF/deployerConfigContext.xml]: Cannot create inner bean >> 'org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler#16cd83d8' of >> type [org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler] while >> setting bean property 'authenticationHandlers' with key [0]; nested >> exception is org.springframework.beans.factory.CannotLoadBeanClassException: >> Cannot find class >> [org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler] for bean >> with name >> 'org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler#16cd83d8' >> defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]; >> nested exception is java.lang.ClassNotFoundException: >> org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler >> >> Now, I've reviewed everything. I've built CAS from scratch about 15 times >> now and for the life of me, it continues to look like the cas-support-ldap >> module isn't being added into my cas.war or my cas-server-webapp/target >> directory. >> >> I've modified the pom.xml and added in all references to ldap that i could >> possibly find. I've used mvn install, I've followed these 3 sets of >> instructions: >> >> https://wiki.jasig.org/display/CASUM/LDAP?decorator=printable >> https://wiki.jasig.org/display/CASUM/Installation+Instructions >> https://wiki.jasig.org/display/CASUM/Building+and+Deploying >> >> Am I missing something? >> >> Thanks in advance, >> >> ct >> -- >> 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 > > -- > 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 -- ct -- 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
