I noticed this as well going from 3.4.5 to 3.4.7, my 'quick fix' was to add 
this to our deployerConfigContext.xml file:

    <bean id="auditTrailManager" 
class="com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager" />

This is in the distributed version for 3.4.7 (and 3.4.6), but, I had neglected 
to look at the new one. That is the only new line when you go from 3.4.5 to 
3.4.7 in that file:

diff 
cas-server-3.4.5/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml
 
cas-server-3.4.7/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml
 
165a166,167
> 
>     <bean id="auditTrailManager" 
> class="com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager" />

-chris

On Apr 7, 2011, at 12:33 AM, Scott Battaglia wrote:

We started enabling auditing by default.  Your deployerconfigcontext file is 
most likely missing the newly defined bean.

On Apr 6, 2011 3:15 PM, "Laura McCord" <[email protected]> wrote:
> Hi,
> 
> I'm trying to upgrade my current cas to 3.4.6 with the latest clearPass 
> client 1.0.7. I'm receiving the following error and was wondering if 
> this is something that has been seen before. If so, any suggestions? I'm 
> sure it's some version problem that I have :)
> 
> 2011-04-06 16:58:20,306 ERROR 
> [org.springframework.web.context.ContextLoader] - <Context 
> initialization failed>
> org.springframework.beans.factory.BeanCreationException: Error creating 
> bean with name 'auditTrailManagementAspect' defined in ServletContext 
> resource [/WEB-INF/spring-configuration/auditTrailContext.xml]: Cannot 
> resolve reference to bean 'auditTrailManager' while setting constructor 
> argument with key [0]; nested exception is 
> org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean 
> named 'auditTrailManager' is defined
> 
> Many Thanks,
> Laura
> 
> 
> -- 
> 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


-- 
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

Reply via email to