Seems like the 'c' namespace is part of Spring 3.1. You could try the alternative syntax that is: <constructor-arg index="0" value="xyz"/>
-Misagh From: Richard Versace [mailto:[email protected]] Sent: Saturday, February 23, 2013 3:03 PM To: [email protected] Subject: Re: [cas-user] Assistance needed adding JSON presistance to cas Based on this... >locate spring|grep tomcat|grep WEB-INF|grep -i release|grep jar|sort -u /opt/tomcat6/apache-tomcat-6.0.35/webapps/cas/WEB-INF/lib/spring-aop-3.0.5 .RELEASE.jar /opt/tomcat6/apache-tomcat-6.0.35/webapps/cas/WEB-INF/lib/spring-asm-3.0.5 .RELEASE.jar /opt/tomcat6/apache-tomcat-6.0.35/webapps/cas/WEB-INF/lib/spring-beans-3.0 .5.RELEASE.jar /opt/tomcat6/apache-tomcat-6.0.35/webapps/cas/WEB-INF/lib/spring-binding-2 .2.1.RELEASE.jar I'd say 3.0.5. But it's just a guess On Sat, Feb 23, 2013 at 5:09 AM, Misagh Moayyed <[email protected]> wrote: Rick, could you explain what Spring version you're using in your Maven overlay? -Misagh From: Richard Versace [mailto:[email protected]] Sent: Thursday, February 21, 2013 9:53 AM To: [email protected] Subject: [cas-user] Assistance needed adding JSON presistance to cas Firstly, I'm new to the wild and wonderful world of server side java apps and alI of the configuration and other magic that goes along with it. Secondly, I have a cas setup that consists of 2 load balanced nodes that keep ticket info current using ehcache. Thirdly, I'm trying to add persistence to the services registry using the JSON method found here... https://github.com/Unicon/cas-addons/wiki/Configuring-JSON-Service-Registr y I've muddled my way through most of the setup but now I'm stuck, I'm sure not for the last time. this line in deployerConfigContext.xml is giving me trouble... xmlns:c="http://www.springframework.org/schema/c" This assumption is based on this line in the catalina.out file at startup... 2013-02-21 11:01:49,880 ERROR [org.springframework.web.context.ContextLoader] - <Context initialization failed> org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/c] Offending resource: ServletContext resource [/WEB-INF/deployerConfigContext.xml] Based on the blind research I've done I'm thinking I don't have the proper version of Spring. I haven't a clue on how to fix that. I am using maven 2.? to package the war file. Don't know what other info anyone may need because, like I said, I'm new to this magic. Any help would be appreciated. Thanks, Rick Versace. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
