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