Andrew, I've posted my pom.xml file that I believe has the versions in it? I know they are not the latest and the upgrade part scares me a little since it will be the first time. But the more I do, the more I know.
Any guidelines, faqs, tutorials on how to go about this upgrade thing? Thanks, Rick. On Mon, Feb 25, 2013 at 11:05 AM, Andrew Petro <[email protected]> wrote: > Rick, > > So, up a few levels of abstraction. > > You need to use a version of cas-addons that's compatible with the version > of cas-server-webapp you're building on. > > So, what version of cas-server-webapp are you overlaying upon and what > version of cas-addons are you depending upon? > > (And then if you say anything other than the latest version of each, of > course, I'm going to suggest using the latest versions. :) ) > > Andrew > > > > > On Mon, Feb 25, 2013 at 10:23 AM, Richard Versace <[email protected]>wrote: > >> Misagh, >> >> Thanks for the hint, but as I said, I'm sort of coming in in the middle >> of the movie and that doesn't mean much to me right now. >> >> Could you give me another hint or point me to some documentation >> somewhere that could help me out? >> >> Thanks, >> >> Rick. >> >> >> >> On Mon, Feb 25, 2013 at 9:50 AM, Misagh Moayyed <[email protected]>wrote: >> >>> 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-Registry >>> **** >>> >>> **** >>> >>> **** >>> >>> 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 >>> >>> >> -- >> 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
