Hibernate version: 3.2.1 including Annotations and entitymanager
I have written some POJO's which I like to unit-test using JUnit. When I run such a test I get the following message which causes my tests to fail:
Quote:
2007-01-29 16:58:24,343 INFO [org.hibernate.ejb.Ejb3Configuration] - Processing PersistenceUnitInfo [
name: testPU
...]
2007-01-29 16:58:24,343 INFO [org.hibernate.ejb.Ejb3Configuration] - Required a different provider: Top Link Essentials
Why the hell "Top Link Essentials"??? I defined hibernate!!
What does this message mean?? Where does it come from?
Thanks a lot for your help
Tom[/quote]