JavaRanch » Java Forums »
Databases »
Object Relational Mapping
| Author |
Problem using EclipseLink -> org.springframework.dao.InvalidDataAccessApiUsageException
|
Mark Wallsgrove
Greenhorn
Joined: Sep 18, 2009
Posts: 2
|
|
Hey
This is my first post on this web site. I found it through googling something from the book Spring in Action.
I don't believe that I have configured Spring correctly because it keeps throwing this exception:
Exception in thread "main" org.springframework.dao.InvalidDataAccessApiUsageException: Object: com.test.domain.Motorist@83b1b is not a known entity type.;
nested exception is java.lang.IllegalArgumentException: Object: com.test.domain.Motorist@83b1b is not a known entity type.
Here is my persistence file:
Here is the output from running the application. Any ideas?
Sorry for the huge log .. For some reason it won't let me attach a .log or .txt file :S
Best Regards,
Smoky
|
 |
 |
|
|
subject: Problem using EclipseLink -> org.springframework.dao.InvalidDataAccessApiUsageException
|
|
|
|