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.
我正在运行 Kundera 2.8.1 。当我在我的 persistence.xml 中配置 ehcache 时,它没有被拾取。我在我的类路径中配置了一个 ehcache-test.xml 文件。在检查时,我发现 Kundera 没有从 persistence.xml 中获取属性。
在 EntityManagerFactoryImpl 的构造函数中,Map 属性为空。这是此版本中的错误吗?
你定义了吗
<property name="kundera.cache.provider.class" value="com.impetus.kundera.cache.ehcache.EhCacheProvider" />
<property name="kundera.cache.config.resource" value="/ehcache-test.xml" />