错误排查
weii822
做一个的恶的善良人
展开
-
hibernate抛错:null in entry
在一个ssh的项目里,我遇到了这样的抛错:org.hibernate.AssertionFailure: null id in auth.model.AuthUser entry (don't flush the Session after an exception occurs) at org.hibernate.event.def.DefaultFlushEntityEventListen...2009-02-25 17:22:26 · 158 阅读 · 0 评论 -
java.lang.ClassCastException错误
在一个ssh项目中,测试的时候遇到这样的错误:java.lang.ClassCastException: auth.service.impl.AuthManagerImpl$$EnhancerByCGLIB$$3a66bc4f at auth.test.AuthManagerImplTest.testCheckUser(AuthManagerImplTest.java:31) at sun....2009-02-25 17:30:20 · 1076 阅读 · 0 评论 -
Unable to instantiate Action
今天遇到一个报错,信息如下: java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy45] to required type [org.dudu.box.service.AnswerManager] for property 'answerManager': no matching editors or ...2009-09-02 20:19:50 · 141 阅读 · 0 评论