aspose file tools
The moose likes Object Relational Mapping and the fly likes Problem using EclipseLink -> org.springframework.dao.InvalidDataAccessApiUsageException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Problem using EclipseLink -> org.springframework.dao.InvalidDataAccessApiUsageException" Watch "Problem using EclipseLink -> org.springframework.dao.InvalidDataAccessApiUsageException" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem using EclipseLink -> org.springframework.dao.InvalidDataAccessApiUsageException
 
Similar Threads
Transaction failure crashes program
Running application on web start
Spring JDBC Problem getting log messages
Cannot resolve reference to bean 'flowExecutor' while setting bean property 'flowExecutor'
Spring 2.5 - Transaction example