Mybatis调用oracle存储过程错误问题
Mybatis 在调用存储过程的时候,不知道下面这段代码到底是哪里错了,总是报in或out参数索引丢失,但是我看着好像哪里都没错,想让各位大神帮忙看下,这段代码中是哪里除了问题,谢谢。 oracle存储过程: create or replace procedure pro_dept(dname in varchar2,cur_sys out sy……
weblogic部署报错Exception in AppMerge flows' progression
weblogicweb.xmldescriptorj2eeAppMerge?flows 部署时,页面错误信息 后台日志中错误信息 <2014-8-7 下午03时22分20秒 GMT+08:00> <Error> <J2EE> <BEA-160197> <Unable to load desc……
jsf 报错 javax.faces.el.MethodNotFoundException
jsfjavaEEjsp 用jsf调用方法出现问题,代码如下: public class Login { private String username; private String password; //getter() , seter()方法省略 public String check() { if( “hnis……
HTTP Status 500 – The absolute uri: http
HTTP Status 500 – The absolute uri: http://jsptags.com/tags/navigation/pager cannot be resolved in either web.xml or the jar files deployed with this application ……
jsp提交数据到My SQL乱码
把jsp里面的数据提交到My SQL,中文提交上去就是乱码: try{ conn = DriverManager.getConnection(connStr,"root","123456"); psql = conn.prepareStatement("insert into news values(?,?,?,?,?,?,?……
spring+mybatis maven 项目的一个错误
这是报错信息 EmployeeDaoMapper.xml <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http:/……
java.sql.SQLException: invalid arguments in call
jdbcc3p0exceptionjavaoracle SEVERE: The web application [/zhejiangZX] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application w……