Hi,
  Try in the given sequence
1. Declare all the known persistent entities in <class> clause of
persistence.xml
2. Ask OpenJPA to map the known classes to database (also in
persistence.xml)
    <property name="openjpa.SynchronizeMappings" value="buildSchema"/>

-- 
View this message in context: 
http://n2.nabble.com/org.apache.openjpa.persistence.ArgumentException%3A-No-table-was-given--for-persistent-type-tp2313758p2315105.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to