出現錯誤:java.lang.ClassCastException: java.lang.Integer

yeyaoliang2006發表於2006-04-04
請問banq如何解決:
我想實現對資料表的批次查詢,但出現如下錯誤:
2006-04-04 19:18:21,878 DEBUG [com.jdon.container.visitor.HttpSessionProxyVisitor] get the optimized instance for the key com.jdon.framework.test.service.MessageServicePOJOImpproxyInstanceFactoryVisitable
2006-04-04 19:18:21,878 ERROR [com.jdon.framework.test.web.MessageListAction] java.lang.ClassCastException: java.lang.Integer
2006-04-04 19:18:21,888 WARN [com.jdon.strutsutil.ModelListAction] the model Id=(1) maybe be deleted!
2006-04-04 19:18:21,888 DEBUG [com.jdon.strutsutil.ModelListAction] listForm 's property: getList size is 0
應該是出現型別衝突,表的主鍵是int型,字元型的可似實現.謝謝

相關文章