Hi, while calling em.getMetamodel where em is the current EntityManager I get the following INFO trace of all entities:
Running XXX.persistence.popo.MyTest 131 XXX INFO [main] openjpa.Runtime - OpenJPA dynamically loaded a validation provider. 168 XXX INFO [main] openjpa.Runtime - Starting OpenJPA 2.0.1 361 XXX INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.PostgresDictionary". 1151 XXX WARN [main] openjpa.MetaData - Meta class "XXX.persistence.popo.Road_" for entity class XXX.persistence.popo.Road can not be registered with following exception "java.security.PrivilegedActionException: java.lang.ClassNotFoundException: XXX.persistence.popo.Road_" 1155 XXX WARN [main] openjpa.MetaData - Meta class "XXX.persistence.popo.Location_" for entity class XXX.persistence.popo.Location can not be registered with following exception "java.security.PrivilegedActionException: java.lang.ClassNotFoundException: XXX.persistence.popo.Location_" . . . Any advice what can be the cause for this? -- Christopher twitter: @fakod blog: http://blog.fakod.eu
