> at > com.caucho.amber.manager.AmberPersistenceUnit.addEntityClass(AmberPersistenceUnit.java:506) > at > com.caucho.amber.cfg.PersistenceUnitConfig.init(PersistenceUnitConfig.java:324) > at > com.caucho.amber.manager.AmberContainer.configureRoot(AmberContainer.java:794) > at > com.caucho.amber.manager.AmberContainer.configurePersistenceRoots(AmberContainer.java:704) > at > com.caucho.amber.manager.PersistenceEnvironmentListener.addLoader(PersistenceEnvironmentListener.java:58
Looks like a JPA provider conflict. You should ensure you're using the Hibernate JPA provider. I imagine that Resin provides one in a location on the container classpath that is overriding the one in the WAR (which is hibernate). I will admit I know nothing about classpath resolution in Resin, but hopefully you do and can track down this AmberPersistenceUnit class and suppress it. 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
