My guess is there's an older spring.jar somewhere on your classpath.
Matt On 7/7/06, johnsmith <[EMAIL PROTECTED]> wrote:
2006-07-07 12:15:21,675 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Line 55 in XML document from ServletContext resource [/WEB-INF/security.xml] is invalid; nested exception is org.xml.sax.SAXParseException: Attribute "ref" must be declared for element type "property". org.xml.sax.SAXParseException: Attribute "ref" must be declared for element type "property". ok so this runs fine on my local jboss, but when i deploy to our test env (linux jboss) i get this error. It acts like its trying to validate the xml against an old dtd. there are no spring jars in the global lib dir. ideas? -- View this message in context: http://www.nabble.com/spring-error-parsing-WEB-INF-security.xml-tf1907711s12275.html#a5221562 Sent from the Roller - User forum at Nabble.com.
