Re: java.lang.Exception: Errors encountered while resolving metadata

2015-05-26 Thread Rick Curtis
Posting the entire stacktrace would be helpful. On Tue, May 26, 2015 at 8:45 AM, patrice wrote: > Hello, > > I am encountering the exception using openjpa 2.3, "java.lang.Exception: > Errors encountered while resolving metadata. See nested exceptions for > details.", when invoking this code: >

java.lang.Exception: Errors encountered while resolving metadata

2015-05-26 Thread patrice
Hello, I am encountering the exception using openjpa 2.3, "java.lang.Exception: Errors encountered while resolving metadata. See nested exceptions for details.", when invoking this code: emf = Persistence.createEntityManagerFactory("d2pDatastoreUpserter_1.06PU", puProps); em = emf.createEntityM