- 浏览: 590714 次
- 性别:
- 来自: 杭州
文章分类
最新评论
-
zhanghao1785:
jQuery jqGrid中ColModel的参数大全 -
haiyangyiba:
在实际应用中,回车提交一般需要注意的是,多次回车之间的间隔,换 ...
回车自动提交 -
fengkuangxiao6:
快捷键能写的这么详细,太棒了!
Eclipse中10个最有用的快捷键组合 -
Frank_Sun:
我的jdk版本是1.6.0.29,在finally中加retu ...
try catch finally与return的执行顺序 -
jueyue:
这个注解可以搞吗,感觉还不如放在前台
struts2校验(二):声明式验证(基于xml配置验证)(1)
seachIssueNew.xml
<select id="searchDoneIssues" parameterClass="SearchIssueVoNew"
resultMap="issueNewResult.issueViewResult">
<![CDATA[
select iu.id as issueId,iu.serialnumber,iu.subject,iu.status,iu.occurdate,iu.currentorgdisplayname,iu.occurorg,iu.sourceperson,iu.sourcekind,
iu.sourcemobile,iu.urgent,il.id as issueLogId,il.dealtime,il.supervisionstate,il.dealState,il.targeOrgId,iu.lastOrg from issuesnew iu,issuelogsnew il where il.targeorgid=#targeOrgId#
and il.dealstate in ]]>
<iterate property="dealStateList" open="(" close=")"
conjunction=",">
#dealStateList[]#
</iterate>
<![CDATA[
and iu.id=il.issueid and iu.id not in(select issueid from historicalIssues where orgId=#targeOrgId#)
]]>
<include refid="sqlWhere" />
<dynamic prepend="order by">
<isPropertyAvailable property="sortField">
<isNotNull property="sortField">$sortField$</isNotNull>
<isNotNull property="order">$order$</isNotNull>
</isPropertyAvailable>
</dynamic>
</select>
IssueNewResult.xml
<resultMap id="issueViewResult" class="IssueViewObject">
<result property="id" column="id" />
<result property="issueId" column="issueId" />
<result property="serialNumber" column="serialNumber" />
<result property="subject" column="subject" />
<result property="status" column="status" />
<result property="occurDate" column="occurDate" />
<result property="currentOrgDisplayName" column="currentOrgDisplayName" />
<result property="occurOrg.id" column="occurOrg" />
<result property="dealTime" column="dealTime" />
<result property="sourcePerson" column="sourcePerson" />
<result property="sourceKind.id" column="sourceKind" />
<result property="sourceMobile" column="sourceMobile" />
<result property="issueLogId" column="issueLogId" />
<result property="supervisionState" column="supervisionState" />
<result property="urgent" column="urgent" />
<result property="dealState" column="dealState" />
<result property="targeOrg.id" column="targeOrgId" />
<result property="lastOrg.id" column="lastOrg" />
<result property="createDate" column="createDate" />
<result property="command" column="command" />
<result property="dealOrgId" column="dealOrgId" />
<result property="commandState" column="commandState" />
<result property="orglevelInternalid" column="orglevelInternalid" />
<result property="orgtypeInternalid" column="orgtypeInternalid" />
</resultMap>
解决:查询结果中没有id,改正如下
seachIssueNew.xml
<select id="searchDoneIssues" parameterClass="SearchIssueVoNew"
resultMap="issueNewResult.issueViewResult">
<![CDATA[
select il.id,iu.id as issueId,iu.serialnumber,iu.subject,iu.status,iu.occurdate,iu.currentorgdisplayname,iu.occurorg,iu.sourceperson,iu.sourcekind,
iu.sourcemobile,iu.urgent,il.id as issueLogId,il.dealtime,il.supervisionstate,il.dealState,il.targeOrgId,iu.lastOrg from issuesnew iu,issuelogsnew il where il.targeorgid=#targeOrgId#
and il.dealstate in ]]>
<iterate property="dealStateList" open="(" close=")"
conjunction=",">
#dealStateList[]#
</iterate>
<![CDATA[
and iu.id=il.issueid and iu.id not in(select issueid from historicalIssues where orgId=#targeOrgId#)
]]>
<include refid="sqlWhere" />
<dynamic prepend="order by">
<isPropertyAvailable property="sortField">
<isNotNull property="sortField">$sortField$</isNotNull>
<isNotNull property="order">$order$</isNotNull>
</isPropertyAvailable>
</dynamic>
</select>
发表评论
-
action成功执行到success,但是前台却进入了ajax的error分支
2014-02-13 17:08 1430zlxx.jsp $.ajax({ ... -
Port busy 8009 java.net.BindException: Address already in use: JVM_Bind
2013-05-30 17:26 5608Port busy 8009 java.net.BindExc ... -
包冲突java.lang.NoSuchMethodError: XXXXX
2013-05-30 17:23 1263解决办法:把相同包低版本的去掉 -
hibernate程序save成功了,但是表里没有插入
2013-05-30 17:20 686如果你save了对象,那么hibernate并没有把数据存入数 ... -
Io 异常: The Network Adapter could not establish the connection
2013-05-30 17:17 1058我当时的改正方法:1.ping ip 2.telnet ... -
struts2标签不显示Label的解决方法
2013-05-29 17:16 1185struts2标签不显示Label的解决方法 最近发现st ... -
异常The Struts dispatcher cannot be found.this is usually caused by using struts
2013-05-29 16:45 13041.http staus 500 The Struts dis ... -
异常:org.apache.struts2.json.JSONException: org.apache.struts2.json.JSONExcepti
2013-05-16 17:57 6466控制台打印异常如下: 2013-05-16 17:22:26 ... -
Could not set property 'supervisionState' to value 'null'
2012-07-31 14:39 1920异常: 我的查询方法: 对应的vo类[img] ... -
异常:Index: 1, Size: 1
2012-07-24 15:12 2328所报异常如下图: 这是数组越界异常,原因是我的程序如下: ... -
error:for SQL []; SQL state [null]; error code [0]
2012-06-25 10:49 18644org.quartz.SchedulerException: ... -
异常:Error: executeQueryForObject returned too many results.
2012-06-25 09:34 7338QueryForObject方法返回的是一个对象,如果有 ... -
ORA-01747: user.table.column, table.column 或列说明无效
2012-05-21 17:22 85757ORA-01747: user.table.column, t ... -
could not autowired field or No unique been of type
2012-05-15 14:08 1220初步判断是dao注入了两次,但检查发现没有,粗心将dao写 ... -
java.lang.NullPointerException
2012-05-15 14:08 1165由于使用spring控制反转来自动生成javaBean, ... -
No SqlMapClient specified
2012-05-14 10:53 1408异常:No SqlMapClient specified ... -
ibatis表列名和对象属性名称要对应一致
2012-05-14 10:41 1711对应的domain类: 注意:EMP_ID是数据库表的 ... -
uncategorized SQLException
2012-05-14 10:24 2032原因:Domain中status属性声明为int类型(基本 ... -
not found 302
2012-05-14 09:52 4630not found 302 :跳转不到指定url,通常是过滤器 ... -
异常2
2012-05-15 14:08 1033<update id="updateUnset ...
相关推荐
java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK ……
在Java编程中,`java.sql.SQLException: 结果集已耗尽` 是一个常见的错误提示,通常出现在处理数据库查询结果集时。这个异常表明程序试图访问已经没有数据的结果集中下一行,即所有行已经被遍历完,尝试访问超出范围...
标题中的“Caused by: java.sql.SQLException: JZ0SJ: 没有在此数据库中发现元数据存取器信息。 请按 jConnect 文档中所述安装”是一个典型的错误信息,表明在尝试使用Java数据库连接(JDBC)驱动程序访问数据库时...
### 服务器出现java.sql.SQLException No suitable driver found for 的解析与解决方案 #### 问题背景 在进行Servlet开发过程中,尤其是在尝试连接数据库时,遇到了一个常见的异常:“java.sql.SQLException: No ...
在oracle里面运行一下,解决Exception java.sql.SQLException ORA-00600 内部错误代码
在Oracle数据库操作中,我们经常会遇到与`java.sql.SQLException`相关的异常。这个异常通常是Java应用程序在尝试与Oracle数据库进行交互时出现的问题。本篇将详细探讨`java.sql.SQLException`的各种常见类型及其解决...
Q: I am working with ... I am using updateBinaryStream method of resultset to update the BLOB field but it is failing after giving following exception java.sql.SQLException: Internal Error: Unable to
本文主要介绍了关于MySQL存储表情报错:java.sql.SQLException: Incorrect string value: ‘\xF0\x9F\x92\xA9\x0D\x0A…’的相关解决方法,分享出供大家参考学习,下面话不多说了,来一起看看详细的介绍: ...
java.sql.SQLException: null, message from server: “Host ‘223.72.41.7’ is not allowed to connect to this MySQL server” 客户端访问时报错: 解决方法: 1,登陆服务器 mysql> use mysql; //用mysql ...
1. **驱动未导入**:Java运行环境的类路径中没有包含MySQL JDBC驱动的`.jar`文件。 2. **版本不匹配**:你使用的JDBC驱动版本可能与你的MySQL服务器版本不兼容。 3. **加载问题**:驱动没有被正确地加载到Java虚拟机...
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) 提示的是用户访问被拒绝,原因是密码不正确,但是我们明明配置的是正确的密码,原因就在yml中: spring: datasource: ...
这种错误通常是由于开发者在编写 SQL 语句时,忘记了某个列名或写错了列名,导致 Oracle 无法找到该列名。解决这个错误的方法是,检查 SQL 语句中的列名是否正确,确保列名存在于数据库中。 ORA-00942: 表或者视图...
主要给大家介绍了关于MySQL存储表情时报错:java.sql.SQLException: Incorrect string value: 'xF0x9Fx92xA9x0Dx0A...'的解决方法,文中通过示例代码介绍的非常详细,需要的朋友可以参考借鉴,下面来一起看看吧。
当你尝试连接到MySQL数据库时,可能会遇到一个特定的异常:“java.sql.SQLException: The server time zone value ‘?й???????’ is unrecognized or represents more than one time zone”。这个错误表明服务器...
java.sql.SQLException: Operation not allowed after ResultSet closed java.sql.SQLException: QueryRunner requires a DataSource to be invoked in this way, or a Connection should be passed in
import java.sql.SQLException; ``` 3. **注册驱动**:在使用MySQL驱动前,需要通过`Class.forName()`方法注册驱动。尽管在较新的JDBC版本中这个步骤可以省略,但为了兼容性,很多示例代码仍然包含它: ```java ...
绝对好用的9i驱动包+10g驱动包 解决java.sql.SQLException: 不支持的特性 解决oracle.jdbc.driver.OracleDatabaseMetaData.supportsGetGeneratedKeys()Z异常 等等
它实现了Java Database Connectivity (JDBC) API,使得开发者可以使用Java语言来操作Oracle数据库,执行SQL语句,进行数据查询、插入、更新和删除等操作。Oracle JDBC驱动分为不同版本,包括 Thin、OCI、JDBC-ODBC ...
- Type 2:Java-Net-ODBC桥,依赖于ODBC驱动程序。 - Type 3:完全基于网络的驱动,通过中间服务器与数据库通信。 - Type 4:纯Java的网络驱动,直接与数据库进行通信,无需中间层。 2. SQLServer JDBC驱动: ...
问题是这样的…我在VS2008直接运行打开网页,可以连接... 异常详细信息: System.Data.SqlClient.SqlException: 无法打开登录所请求的数据库 “TakeClass”。登录失败。 用户 ‘2D2727E2578F446\ASPNET’ 登录失败。