ssh
xiaodii
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Error starting static Resources java.lang.IllegalArgumentException: Document
问题: 严重: Error starting static Resources java.lang.IllegalArgumentException: Document base E:\myworkspace\evecomoa\WebRoot does not exist or is not a readable directory at org.apache.naming.reso...原创 2011-11-10 14:45:55 · 506 阅读 · 0 评论 -
Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.s
Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter. StrutsPrepareAndExecuteFilter 刚给web.xml配置好,启动提示这个错误。 仔细检查,对应的类文件都是存在的。 后...原创 2011-11-10 14:50:27 · 237 阅读 · 0 评论 -
Caused by: No result type specified for result named 'error'
struts action的配置文件加载失败: Unable to load configuration. - result - file:/D:/Java/apache-tomcat-5.5.20/webapps/mysts/WEB-INF/classes/test.xml:10:26 Caused by: No result type specified for result nam...原创 2011-11-15 10:44:45 · 173 阅读 · 0 评论 -
webwork 标签使用技巧
webwork 使用的应该不算所,网上的资料也不好找。 不过公司的框架在用,没有办法,找到一点,总结一点吧。 我觉得,最不太好使用的标签为 <ww:iterator> <ww:iterator> 引用简单对象集合 < ww:iterator value ="list" > &...原创 2012-11-20 11:09:16 · 258 阅读 · 0 评论 -
hibernate 使用存储过程出错 java.sql.SQLException: 无效的列索引
目前在使用hibernate直接调用Oracle中的存储过程, 出错如:java.sql.SQLException: 无效的列索引 我这里出现的主要原因是,在设置参数时,应该从 “1”,开始,而不是从“0”开始。 ...原创 2013-06-14 09:23:40 · 529 阅读 · 0 评论 -
java 调用 Oracle 存储过程 抛异常 无法从 PL/SQL中 ResultSet 使用 next
hibernate调用 Oracle 可以输出结果的存储过程 。 出现提示信息,无法从 PL/SQL中 ResultSet 使用 next,好像是这个问题, 使用下面的方式可以解决问题 cstmt.setString(1, "2013"); cstmt.setString(2, "2"); cstmt.setString(3, "SC"); cstmt.registe...原创 2013-06-14 09:50:43 · 198 阅读 · 0 评论
分享