added external class to persistence context

pull/59/head
Justin Richer 2012-03-16 17:01:24 -04:00
parent b463cabc69
commit 8263ce0dd5
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
version="2.0">
<persistence-unit name="openidPersistenceUnit" transaction-type="RESOURCE_LOCAL">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<!-- <class>org.mitre.pushee.hub.model.Subscriber</class> -->
<class>org.mitre.oauth2.model.ClientDetailsEntity</class>
</persistence-unit>
</persistence>