Hi All,

I'm following along with
https://wiki.jasig.org/display/CASUM/JpaTicketRegistry but have hit a snag
trying to use the provided example.
It seems like having a odd number of xsi:schemaLocation is not allowed?

I have the following:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xmlns:p="http://www.springframework.org/schema/p";
  xmlns:tx="http://www.springframework.org/schema/tx";
  xsi:schemaLocation="
    http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
    http://www.springframework.org/schema/tx >

which produces the following error:

INFO: Deploying web application directory cas
2011-04-18 15:56:35,306 WARN
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Ignored
XML validation warning>
org.xml.sax.SAXParseException: SchemaLocation: schemaLocation value = '
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/tx   ' must have even number of URI's.

Should there be another addition for schemaLocation?

Cheers,
Harry


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