1

我正在尝试将 Cassandra 1.1.9 over Kundera 与 Play 2.0 框架连接起来。我在 GitHub 上尝试了示例Getting-Started-in-5-minutes 。但我得到了这个例外:


[PersistenceLoaderException: com.impetus.kundera.utils.InvalidConfigurationException: Duplicate persistence-units for name: cassandra_pu. verify your persistence.xml file]

我刚刚将kundera-cassandra-2.2.1-jar-with-dependencies.jar添加到项目构建路径中。我应该向 application.conf 添加任何内容吗?

4

2 回答 2

0

AFA Kundera 担心我已经为这个错误回复了你的另一个帖子。请求您加入http://groups.google.com/group/kundera-discuss/subscribe以获得对此类错误的快速支持。

-维维克

于 2013-02-04T12:47:28.550 回答
0

另一个选择是 PlayOrm for cassandra 和 playframework,它有自己的内存中 nosql,这通常是 playframework 在开发中用于提高编码速度并且没有服务器重新启动的方式;)(它会在您更改代码时保留该数据,就像内存中的 RDBMS 选项给你。还有一个 1.2.x 的 playframework 插件,因为如果你在 java 中,1.2.x 版本的效率会更高(在 scala 中,它的开发速度可能一样慢,因为scala编译器的缓慢......我希望他们能越来越快,因为我确实喜欢scala)。

院长

于 2013-02-03T01:15:44.293 回答