Hello, i'm using latest Hibernate packages (hibernate, entitymanager and annotations)...
When i simply call Persistence.createEntityManager i get the following in my log messages:
Quote:
3:58:58,906 DEBUG JarVisitor:185 - Searching mapped entities in jar/par: file:/D:/projects/test
13:58:58,906 DEBUG Ejb3Configuration:193 - Persistence unit name: timvw
13:58:58,906 DEBUG Ejb3Configuration:195 - emname:timvw metadata: timvw
13:58:58,906 FATAL Ejb3Configuration:504 - .classpathO-:-Ofalse
13:58:58,921 FATAL Ejb3Configuration:504 - .projectO-:-Ofalse
13:58:58,921 FATAL Ejb3Configuration:504 - ehcache.xmlO-:-Ofalse
13:58:58,921 FATAL Ejb3Configuration:504 - log4j.propertiesO-:-Ofalse
13:58:58,921 DEBUG JarVisitor:225 - Filtering: Main
13:58:59,046 FATAL Ejb3Configuration:504 - Main.javaO-:-Ofalse
13:58:59,046 FATAL Ejb3Configuration:504 - META-INF/persistence.xmlO-:-Ofalse
13:58:59,046 DEBUG Ejb3Configuration:124 - Creating Factory: timvw
I do not understand why there are messages with the FATAL level...