异常
hugui123456ccc
学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java.lang.ClassCastException: org.hibernate.impl.QueryImpl
[color=red]我的是uniqueResult()写掉了[/color] [code="java"] User user = (User)getSession().createQuery("select u from User u where u.username = ?") .setParameter(0, username).uniqueResult(); [/code...原创 2011-03-13 14:02:26 · 205 阅读 · 0 评论 -
java.lang.IllegalAccessError: tried to access field org.slf4j.impl.Static..[转]
[color=red]java.lang.IllegalAccessError: tried to access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory[/color] 使用hbm2java时,使用hibernate-distribution-3.3.1.GA-...原创 2011-03-13 16:10:48 · 197 阅读 · 0 评论 -
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
log4j.jar commons-logging.jar 没加原创 2011-03-13 16:12:20 · 130 阅读 · 0 评论
分享