I'm using the evaluation enterprise version of smartgwt (3.0) along with gwt 2.4. I have some JPA annotated beans and was trying to use the batch datasource generator.
When I fill in the form with the persistence unit name, I get an error "ERROR: [PersistenceUnit: DCServerObjects] Unable to configure EntityManagerFactory" on the page. The only thing I see in the console log file is:
=== 2012-07-16 16:46:55,365 [l0-5] DEBUG JPADSGenerator - Generating data sources for entities mapped in persistence unit 'DCServerObjects'
I'm not sure if there is another log somewhere, but just not a log there. I figure something must be missing in my configuration but didn't see anything in the docs about using the EntityManagerFactory
When I fill in the form with the persistence unit name, I get an error "ERROR: [PersistenceUnit: DCServerObjects] Unable to configure EntityManagerFactory" on the page. The only thing I see in the console log file is:
=== 2012-07-16 16:46:55,365 [l0-5] DEBUG JPADSGenerator - Generating data sources for entities mapped in persistence unit 'DCServerObjects'
I'm not sure if there is another log somewhere, but just not a log there. I figure something must be missing in my configuration but didn't see anything in the docs about using the EntityManagerFactory
Comment