> Incorrect syntax or error detected in the persistence.xml file in 
> application: cas, module: cas.war, at line number: 4, column number: 16. The 
> following associated error message occurred: javax.xml.bind.UnmarshalException
>  - with linked exception:
> [org.xml.sax.SAXParseException: cvc-complex-type.3.1: Value '2.0' of 
> attribute 'version' of element 'persistence' is not valid with respect to the 
> corresponding attribute use. Attribute 'version' has a fixed value of '1.0'.]

I would imagine this is because you have 1.0 persistence-api on your
container classpath that's attempting to parse the persistence.xml
included with CAS.  If that's the case, I would recommend trying to
isolate the CAS Web application so that it doesn't delegate to the
parent classloader for that library.  I'll admit I have no idea how to
do that on WebSphere, or even whether it's possible, but hopefully you
or someone else on the list does.

M

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to