Hi,

I've been encountering issues when upgrading to the latest version of CAS and 
using the Restful API. As the version of Spring has been upgraded to version 3, 
some of the XSDs in the head of restlet-servlet.xml 
(https://source.jasig.org/cas3/tags/cas-server-3.4.3/cas-server-webapp/src/main/webapp/WEB-INF/restlet-servlet.xml)
 are still pointing at version 2.5 of Spring Beans and Spring Context.

I've updated them manually with a local MVN overlay to be 
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd and 
http://www.springframework.org/schema/beans/spring-context-3.0.xsd, I also had 
top place an exclusion on the dependency entry in my local MVN overlay to 
prevent Spring-Web coming through at version 2.5.

        <dependency>
            <groupId>org.jasig.cas</groupId>
            <artifactId>cas-server-integration-restlet</artifactId>
            <version>${cas.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>org.springframework</groupId>
                    <artifactId>spring-web</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

Perhaps this should be submitted as a bug on the JIRA?

Thanks
Paul Vitty

Apache/MySQL Web Platform Engineer
Information Services
University of Ulster


________________________________

This email and any attachments are confidential and intended solely for the use 
of the addressee and may contain information which is covered by legal, 
professional or other privilege. If you have received this email in error 
please notify the system manager at [email protected] and delete this 
email immediately. Any views or opinions expressed are solely those of the 
author and do not necessarily represent those of the University of Ulster. The 
University's computer systems may be monitored and communications carried out 
on them may be recorded to secure the effective operation of the system and for 
other lawful purposes. The University of Ulster does not guarantee that this 
email or any attachments are free from viruses or 100% secure. Unless expressly 
stated in the body of a separate attachment, the text of email is not intended 
to form a binding contract. Correspondence to and from the University may be 
subject to requests for disclosure by 3rd parties under relevant legislation. 
The University of Ulster was founded by Royal Charter in 1984 and is registered 
with company number RC000726 and VAT registered number GB672390524.The primary 
contact address for the University of Ulster in Northern Ireland is,Cromore 
Road, Coleraine, Co. Londonderry BT52 1SA

-- 
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

Reply via email to