> I tried to update the JARs but they are so intertwined into BEA that I can't > seem to get it to work....
That's the wrong approach. What you want is a classloader configuration change where the container prefers application libraries before container ones instead of vice versa. CAS ships with the correct JPA API libs; you simply need to tell Weblogic to use those _first_. > Has anyone used eclipse link instead of hibernate for CAS? Will it work? I'd put that in the category of flirting with disaster. You'll do less work and end up with a much more stable solution by fixing your classloader problems. 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
