0

Annoying ZK Spring Security Eclipse Warnings

asked 2011-11-14 19:43:48 +0800

asegner gravatar image asegner
51 1

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?

delete flag offensive retag edit
Be the first one to reply this discussion!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-11-14 19:43:48 +0800

Seen: 647 times

Last updated: Nov 14 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More