当前位置: 技术问答>java相关
发布CMP的问题
来源: 互联网 发布时间:2015-07-22
本文导语: 我用JBuilder7编写了一个Entity Bean(CMP),在开发环境下编译正常。然后我将这个EJB部署到WebLogic6.1中,通过一个Servlet调用。 可是当我在浏览器中敲入Servlet的URL后报错: EJB Exception:; nested exception is: java.sql.SQLException: [...
我用JBuilder7编写了一个Entity Bean(CMP),在开发环境下编译正常。然后我将这个EJB部署到WebLogic6.1中,通过一个Servlet调用。
可是当我在浏览器中敲入Servlet的URL后报错:
EJB Exception:; nested exception is: java.sql.SQLException: [Microsoft][SQLServer JDBC Driver]Can't start a cloned connection while in manual transaction mode.
(我在Servlet中输出了每一步的执行状态,输出结果表明已经生成了home和remote接口,在调用create方法时出的错)
可是当我在浏览器中敲入Servlet的URL后报错:
EJB Exception:; nested exception is: java.sql.SQLException: [Microsoft][SQLServer JDBC Driver]Can't start a cloned connection while in manual transaction mode.
(我在Servlet中输出了每一步的执行状态,输出结果表明已经生成了home和remote接口,在调用create方法时出的错)
|
可能是数据库影射不对。
|
和你的事务机制有关系吧
|
感觉你是选的BMP
|
是否使用了transaction机制?