On Mon, Apr 21, 2008 at 2:28 AM, kace <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I updated my app to use spring-security (made the changes as in changeset > 3089 but I get the following error message, did I mess up somewhere when > making the changes? > > Regards, > > ..kace > > > 2008-04-20 20:10:37.882:/:INFO: Initializing Spring root > WebApplicationContext > ERROR [main] ContextLoader.initWebApplicationContext(215) | Context > initializati > on failed > org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected > excep > tion parsing XML document from ServletContext resource > [/WEB-INF/security.xml]; > nested exception is java.lang.NullPointerException
I've seen this error message while upgrading to spring-security. Probably you have older version of spring in classpath. Matt use spring version 2.5.3 in his latest pom.xml. Regards, -- Ernas M. Jamil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
