报如下异常解决方法
sqlMapConfig 里加入
<settings
useStatementNamespaces="true"
/>
即可解决
com.ibatis.sqlmap.client.SqlMapException: There is no statement named TEST_USER.ibatorgenerated_insert in this SqlMap.
com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.getMappedStatement(SqlMapExecutorDelegate.java:293)
com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.insert(SqlMapExecutorDelegate.java:429)
com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.insert(SqlMapSessionImpl.java:82)
org.springframework.orm.ibatis.SqlMapClientTemplate$9.doInSqlMapClient(SqlMapClientTemplate.java:399)
org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:209)
org.springframework.orm.ibatis.SqlMapClientTemplate.insert(SqlMapClientTemplate.java:397)
com.test.dao.TestUserDAOImpl.insert(TestUserDAOImpl.java:36)
com.test.manager.UserManager.inserUser(UserManager.java:26)
com.test.action.UserAction.editUser(UserAction.java:18)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:440)
com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:279)
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:242)
分享到:
相关推荐
之前一直找原因,最后知道了解决方法,具体请下载源码查看。特别是用到throw的事务中
在上述配置中,`jobExecutionService`是自定义的Job执行类,它需要实现`org.quartz.Job`接口或者使用Spring的`MethodInvokingJobDetailFactoryBean`来调用特定方法。`CronTriggerFactoryBean`用于设置触发器的执行...
前几天在网上下载一个struts2的helloword的例子,那个作者也真够缺德的,搞个错误的程序,害得我查了一天的程序错误。 最后发现竟然是struts.xml被写成啦sturts.xml。 碰见这样的问题先鄙视下提供例子的作者, ...
在Hadoop分布式文件系统(HDFS)的运行过程中,可能会遇到一个常见的错误,即"ERROR: but there is no HDFS_NAMENODE_USER defined. Aborting operation. Starting datanodes"。这个错误通常意味着系统在尝试启动...
针对上述问题,可以采取以下几种方法进行排查和解决: 1. **检查配置文件**: - 确认`struts.xml`文件中是否正确配置了`BackMemberGroupAudit`动作及其命名空间。 - 检查命名空间和动作名称的拼写是否正确。 - ...
然而,当遇到单个参数是基本类型如`java.lang.Integer`或`java.lang.String`时,如果按照处理对象类型的参数方式直接在`<if>`中使用参数名,可能会遇到异常`There is no getter for property named 'xxx' in 'class ...
标题“Show Message When There is No Disk in a Drive”暗示了一个编程任务,即创建一个程序,当某个驱动器没有插入磁盘时,会在屏幕上显示一条消息。这个任务涉及到基础的系统交互、事件处理以及用户界面设计。...
我选择SAP CAP项目的db文件夹,右键选择build时,遇到如下... Can not create service instance ‘Products-Products-db-hdi-container8HPfzrS/PBqVvnsD’: There is no database available. Ensure that you have a
如果需要解析的数据间存在级联关系,而互相嵌套引用,在hibernate中极容易嵌套而抛出net.sf.json.JSONException: There is a cycle in the hierarchy异常。
在使用Visual Studio开发Qt应用程序的过程中,可能会遇到这样一个棘手的问题:当你尝试打开一个Qt项目时,系统会弹出错误提示“there's no Qt version assigned to this project for platform win32”。这个问题表明...
sublime text3中安装Emmet插件失败:There are no packages available for installtion-附件资源
在使用Docker的过程中,有时可能会遇到“`There are no more lookback devices available`”的错误提示,这通常意味着你的Linux操作系统已经用完了所有的Loopback(回环)设备,而这些设备是Docker运行容器时所需的...
Sublime Text 3错误:there are no packages available for installation-附件资源
"Mybatis遇到的there is no getter异常解决方案" 在使用Mybatis框架进行数据库交互时,偶尔会遇到一个奇怪的问题,即在mapper接口中遇到"There is no getter for property"异常。这个异常的出现原因是由于Mybatis...
一般疑问句:Is there a cat in the box? 2. 陈述句:There are many apples on the tree. 一般疑问句:Are there any apples on the tree? 在实际应用中,我们还需要掌握如何对这些一般疑问句进行肯定和否定...
there is no way to distinguish perfectly
There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.
Sublime Text3中无法加载Install Package:There are no packages for installation.-附件资源