Hello Mike,

Michael Dick schrieb:
> Does listing the types in persistence.xml also resolve the problem?
> Specifying them on the MetaDataFactory should exercise the same path as :
> <persistence-unit name="xxx">
>     <class>net.uniopt.domain.actual.ActualAction</class>
>     . . .
> </persistence-unit>
No, that deosn't. We already had that listing, i.e., we now list the persistent 
classes twice -
once in the <class> tags, and twice in the openjpa.MetaDataFactory property of 
the
<persistence-unit> tag.

Michael

Reply via email to