You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Barry Kern <bs...@gmail.com> on 2010/03/03 16:34:35 UTC

struts-spring integration question

Hi,

I have been trying to implement some checks into my application during
startup by ensuring that my dependencies are checked.  I tried putting
@Required on the setter in my action and I get this message during startup:

INFO XmlConfigurationProvider:380 - Unable to verify action class [xxx]
exists at initialization

Has anyone else experienced this or has advice on how to proceed?

thanks,
Barry