> java.lang.NoSuchMethodError: 
> javax.persistence.Persistence.getPersistenceUtil()Ljavax/persistence/PersistenceUtil;

Somehow you're including a dependency to the JPA 1.0 API jar instead
of a 2.0 version.  Only the latter has the PersistenceUtil class.
Assuming you're using Maven in some capacity to manage your
customizations, the following command may be helpful:

mvn dependency:list

Please post the output of this command if you continue to have trouble.

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