Hibernate问题中不推荐使用注释

时间:2011-06-19 17:17:12

标签: java hibernate jpa annotations slf4j

我正在尝试编写一些hibernate示例,我发现了这个:

AnnotationConfiguration config = new AnnotationConfiguration();

Eclipse说:已弃用

当我运行应用程序时,我得到了这个:

  

SLF4J:slf4j-api 1.6.x(或更高版本)是   与此绑定不兼容。

     

SLF4J:您的绑定是版本1.5.5   或更早。

     

SLF4J:将绑定升级到版本   1.6.x上或2.0.x

我已经使用了这两个Hibernate包:

hibernate-annotations-3.4.0.GA& hibernate-distribution-3.6.5.Final-dist

如何解决这个问题。

由于

1 个答案:

答案 0 :(得分:2)

关于您的第一个问题,请考虑帖子Hibernate - AnnotationConfiguration deprecated

SLF4J与此无关,我想尝试调查项目中包含哪些库,并放置正确的SLF4J版本。有关详细信息,请考虑this tutorial,例如

最好的问候。