paolo-3 wrote: > > I'm not using Maven. > I took the jar packages of Cas Server 3.4.2 and I installed them on > Glassfish 2.2.1. >
Hmmm. It seems that hibernate-validator-4.0.2.GA.jar has a dependency to hibernate-jpa-2.0-api-1.0.0-CR-1.jar which is JPA 2.0. Both JARs are in the CAS server web lib folder. I'm no expert with Glassfish. Is it possible that version 2.2.1 comes with a JPA 1.0 impl? That would explain the version conflicts Marven mentioned. Somewhere in the Glassfish installation will be a JAR (as part of the global classpath) holding a different JPA impl. I don't know how to upgrade Glassfish to JPA 2.0. Anybody else? > Do I have to use Maven? > No. But it makes life easier ... Best wishes -- Tobias -- View this message in context: http://jasig.275507.n4.nabble.com/Configure-Cas-Server-tp2243024p2243321.html Sent from the CAS Users mailing list archive at Nabble.com. -- 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
