I have a stock CAS 4.2.2 install and am trying to implement CAS using the instructions at the site below.
While it builds fine, deployment yields the below errors.
2016-07-14 13:13:59,444 ERROR [org.springframework.web.context.ContextLoader] - <Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adfsPrincipalResolver': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Coul
d not autowire field: private org.jasig.cas.support.wsfederation.WsFederationConfiguration org.jasig.cas.support.wsfederation.authentication.principal.WsFederationCredentialsToPrincipalResolver.configuration; nested exception is java.lan
g.NoClassDefFoundError: org/opensaml/security/credential/Credential
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.jasig.cas.support.wsfederation.WsFederationConfiguration org.jasig.cas.support.wsfederation.authentication.principal.WsFederationCr
edentialsToPrincipalResolver.configuration; nested exception is java.lang.NoClassDefFoundError: org/opensaml/security/credential/Credential
Thoughts,
Eric