> I've only a cas-server-core-3.3.4.jar in my WEB-INF/lib/

Frankly, I'm at a loss to explain this behavior.  I'm still fairly
certain it's a classpath issue of some kind; maybe you have another
JPA provider on the classpath at runtime (e.g. TopLink) that isn't
picking up the @Column annotation on the evaluationOrder field.  It
appears your schema is correct but the insert statement is clearly
wrong since it's missing the evaluationOrder field.  I would recommend
you carefully examine your classpath to make sure the only JPA
provider is the version of hibernate that ships with CAS.

I can say for certain that registered services works fine on Oracle in
general -- that is the database platform we use.

M

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