我试着连接hibernateogm、Spring和mongodb.I,我在我的开发中使用了jpa。所以我选择了Hibernateogm..。当我试图运行应用程序时,控制台会给出以下错误。: Could not instantiate named strategy class [org.hibernate.ogm.datastore.mongodb.MongoDBDialect]...我认为错误在
我尝试部署一个使用hibernateogm的应用程序,我总是收到错误消息"Failed to get adapter for persistence provider 'org.hibernate.ogm.jpa.HibernateOgmPersistence'".“
我已经在WILDFLY_HOME/modules/org/hibernate下安装了ogm模块,