Here you go.
On Mon, Feb 25, 2013 at 10:33 AM, Dmitriy Kopylenko
<[email protected]>wrote:
> Hi Rick.
>
> Can you please send the pom.xml of your CAS overlay?
>
> Thanks,
> Dmitriy.
>
> On 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
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd ">
<modelVersion>4.0.0</modelVersion>
<groupId>edu.vassar.cas</groupId>
<artifactId>vassar-cas-overlay</artifactId>
<packaging>war</packaging>
<version>1.0-RC1</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<configuration>
<warName>cas</warName>
<overlays>
<overlay>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-webapp</artifactId>
<excludes>
<exclude>WEB-INF/cas.properties</exclude>
<exclude>WEB-INF/classes/log4j.xml</exclude>
</excludes>
</overlay>
</overlays>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-webapp</artifactId>
<version>${cas.version}</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-server-support-ldap</artifactId>
<version>${cas.version}</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>${apache.commons.pool.version}</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>${ehcache.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.unicon.cas</groupId>
<artifactId>cas-addons</artifactId>
<version>${cas-addons.version}</version>
</dependency>
</dependencies>
<properties>
<cas.version>3.4.12</cas.version>
<apache.commons.pool.version>1.5.6</apache.commons.pool.version>
<ehcache.version>2.5.0</ehcache.version>
<cas-addons.version>1.0</cas-addons.version>
</properties>
<repositories>
<repository>
<id>ja-sig</id>
<url>http://oss.sonatype.org/content/repositories/releases/</url>
</repository>
</repositories>
</project>