ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

Annoying ZK Spring Security Eclipse Warnings

asegner
14 Nov 2011 19:43:48 GMT
14 Nov 2011 19:43:48 GMT

We are receiving warnings in our spring xml configuration file using ZK Spring and Spring Security


Referenced bean 'zkDesktopReuseFilter' not found [config set: ****/web-context]	spring-security.xml	line 30	Spring Beans Problem


    <http auto-config="true" use-expressions="false"  >
...       
	<custom-filter ref="zkDesktopReuseFilter" position="FIRST" />
	    <custom-filter ref="zkDisableSessionInvalidateFilter" before="FORM_LOGIN_FILTER" />
	    <custom-filter ref="zkEnableSessionInvalidateFilter" before="FILTER_SECURITY_INTERCEPTOR"/>
	    <custom-filter ref="zkLoginOKFilter" after="FILTER_SECURITY_INTERCEPTOR"/>
	    <custom-filter ref="zkError403Filter" after="LOGOUT_FILTER"/>
    </http>




Its just an annoyance since its the only warnings our project generates and the project runs without error or issue. However, it would be nice to say we have no warnings. Does anyone know why this is occurring? Is there a checkbox somewhere to have this validate correctly?