Hi,

I'm testing the latest 4.3-SNAPSHOT and I get the following error:

Injection of autowired dependencies failed; nested exception is 
org.springframework.beans.factory.BeanCreationException: Could not autowire 
method: public void 
org.jasig.cas.web.flow.InitialFlowSetupAction.setTicketGrantingTicketCookieGenerator(org.jasig.cas.web.support.CookieRetrievingCookieGenerator);
 
 ... Error creating bean with name 'defaultCookieValueManager' defined in 
URL 
[jar:file:/Users/jleleu/tools/apache-tomcat-8.0.24/webapps/cas/WEB-INF/lib/cas-server-webapp-cookie-4.3.0-SNAPSHOT.jar!/org/jasig/cas/web/support/DefaultCasCookieValueManager.class]:
 
Unsatisfied dependency expressed through constructor argument with index 0 
of type [org.jasig.cas.CipherExecutor]: : No qualifying bean of type 
[org.jasig.cas.CipherExecutor] found for dependency: expected at least 1 
bean which qualifies as autowire candidate for this dependency. Dependency 
annotations: 
{@org.springframework.beans.factory.annotation.Qualifier(value=defaultCookieCipherExecutor)};
 
 ... nested exception is 
org.springframework.beans.factory.NoSuchBeanDefinitionException: No 
qualifying bean of type [org.jasig.cas.CipherExecutor] found for 
dependency: expected at least 1 bean which qualifies as autowire candidate 
for this dependency. Dependency annotations: 
{@org.springframework.beans.factory.annotation.Qualifier(value=defaultCookieCipherExecutor)}

Does someone else has the problem?

It seems the second constructor of DefaultCasCookieValueManager requires 
a defaultCookieCipherExecutor bean, which is missing 
(https://github.com/Jasig/cas/blob/master/cas-server-webapp-cookie/src/main/java/org/jasig/cas/web/support/DefaultCasCookieValueManager.java#L46).

Am I missing something?

Thanks.
Best regards,
Jérôme

-- 
You received this message because you are subscribed to the Google Groups "CAS 
Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/.

Reply via email to