Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试ogm为mongodb. 我遇到了异常,请问有人可以帮我解决吗?
ogm
mongodb
org.hibernate.HibernateException: Could not obtain JBoss Transactions transaction manager instance.
我有同样的问题,我通过添加 maven 依赖来修复它:
<dependency> <groupId>org.jboss.jbossts</groupId> <artifactId>jbossjta</artifactId> <version>4.16.4.Final</version> </dependency>