当前位置: 技术问答>java相关
做entity bean遇到难题之三
来源: 互联网 发布时间:2015-01-06
本文导语: entity bean已经发布 所有的set方法都可以正确运行,数据库可以反映出来 但我通过findByPrimaryKey获得实例后,只能用set方法, 一用get方法(如getname)就出问题,错误如下: 星期三 六月 06 19:46:04 GMT+08:00 2001: Tra...
entity bean已经发布
所有的set方法都可以正确运行,数据库可以反映出来
但我通过findByPrimaryKey获得实例后,只能用set方法,
一用get方法(如getname)就出问题,错误如下:
星期三 六月 06 19:46:04 GMT+08:00 2001: Transaction rolled back due to beforeCompletion exception
java.rmi.NoSuchObjectException: Bean with primary key: '1' not found in home: 'CabinBean'
at weblogic.ejb.internal.EntityEJBContext.store(EntityEJBContext.java:194)
at weblogic.ejb.internal.EntityEJBContext.beforeCompletion(EntityEJBContext.java:224)
at weblogic.jts.internal.CoordinatorImpl.notifyBefore(CoordinatorImpl.java, Compiled Code)
at weblogic.jts.internal.CoordinatorImpl.prepare(CoordinatorImpl.java, Compiled Code)
at weblogic.jts.internal.CoordinatorImpl.commit(CoordinatorImpl.java:372)
at weblogic.jts.internal.TxContext.commit(TxContext.java:255)
at weblogic.ejb.internal.StatefulEJBObject.postInvokeOurTx(StatefulEJBObject.java:315)
at weblogic.ejb.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:795)
at com.titan.cabin.CabinBeanEOImpl.getBedCount(CabinBeanEOImpl.java:306)
at com.titan.cabin.CabinBeanEOImpl_WLSkel.invoke(CabinBeanEOImpl_WLSkel.java:98)
at weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAdapter.java, Compiled Code)
at weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandler.java:86)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:15)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
--------------- nested within: ------------------
weblogic.utils.NestedRuntimeException: Error writing 'Context hashcode: '230981953', primaryKey: '1', flags: '', needsRefresh: 'false', needsFlush: 'true', pinned: 'true', ejbObject hashcode: '118784321', bean hashcode: '232554817'' to persistent store - with nested exception:
我没有全帖出来,主要的是这些
请大家帮忙!!
所有的set方法都可以正确运行,数据库可以反映出来
但我通过findByPrimaryKey获得实例后,只能用set方法,
一用get方法(如getname)就出问题,错误如下:
星期三 六月 06 19:46:04 GMT+08:00 2001: Transaction rolled back due to beforeCompletion exception
java.rmi.NoSuchObjectException: Bean with primary key: '1' not found in home: 'CabinBean'
at weblogic.ejb.internal.EntityEJBContext.store(EntityEJBContext.java:194)
at weblogic.ejb.internal.EntityEJBContext.beforeCompletion(EntityEJBContext.java:224)
at weblogic.jts.internal.CoordinatorImpl.notifyBefore(CoordinatorImpl.java, Compiled Code)
at weblogic.jts.internal.CoordinatorImpl.prepare(CoordinatorImpl.java, Compiled Code)
at weblogic.jts.internal.CoordinatorImpl.commit(CoordinatorImpl.java:372)
at weblogic.jts.internal.TxContext.commit(TxContext.java:255)
at weblogic.ejb.internal.StatefulEJBObject.postInvokeOurTx(StatefulEJBObject.java:315)
at weblogic.ejb.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:795)
at com.titan.cabin.CabinBeanEOImpl.getBedCount(CabinBeanEOImpl.java:306)
at com.titan.cabin.CabinBeanEOImpl_WLSkel.invoke(CabinBeanEOImpl_WLSkel.java:98)
at weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAdapter.java, Compiled Code)
at weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandler.java:86)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:15)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
--------------- nested within: ------------------
weblogic.utils.NestedRuntimeException: Error writing 'Context hashcode: '230981953', primaryKey: '1', flags: '', needsRefresh: 'false', needsFlush: 'true', pinned: 'true', ejbObject hashcode: '118784321', bean hashcode: '232554817'' to persistent store - with nested exception:
我没有全帖出来,主要的是这些
请大家帮忙!!
|
mysql不支持事务处理
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。