> > Have you ruled out having two JPA jars in the WAR deployable? If not, > then it likely is a problem with picking up the JBoss version, which > as you noted would be surprising due to classloader isolation. >
Yes, I am just deploying the straight cas-server-webapp.war with just slight configuration changes - removing META-INF/persistence.xml, etc - and nothing else, so there are not other JPA jars being included. If I exclude the hibernate-jpa-2.0-api-1.0.0-CR-1.jar file from the cas war then it works. But I dont really want to have to do this as that was the point of getting classloader isolation set up. :( -- 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
