spring
Hansy Chen
这个作者很懒,什么都没留下…
展开
-
想要获取Available SOAP services的所有暴露接口和方法报错
org.apache.cxf.interceptor.Fault: No binding operation info while invoking unknown method with params unknown.at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:58)at or原创 2017-03-01 17:36:20 · 4365 阅读 · 0 评论 -
Myeclipse中Mybatis Generator自动创建代码总结
学习SSM中要写大量的配置文件和同样格式的文件, 就了解到了 Mybatis Generator 在这里做个总结Myeclipse 中安装mybatis插件和使用:一、首先下载和安装插件 1、Mybatis Generator 的下载地址:http://download.csdn.net/download/shayboke/9776906; 2、原创 2017-03-10 16:36:26 · 2514 阅读 · 0 评论 -
再myeclipse中使用 maven 进行 spring开发的时候, 添加c3p0后报错
再pom.xml 中添加如下代码后报错: com.mchange.c3p0 com.springsource.com.mchange.v2.c3p0 0.9.1.2错误如下:Missing artifact com.mchange.c3p0:com.springsource.com.mchange.v2.c3p0:jar:0.9.1.2原创 2017-03-10 18:25:37 · 5987 阅读 · 0 评论 -
java.lang.AbstractMethodError: org.mybatis.spring.transaction.SpringManagedTransaction.getTimeout()L
今天在做 Mybatis 和 Spring整合的时候出现如下错误:java.lang.AbstractMethodError: org.mybatis.spring.transaction.SpringManagedTransaction.getTimeout()Ljava/lang/Integer;at org.apache.ibatis.executor.SimpleExecu原创 2017-03-12 17:04:46 · 1000 阅读 · 0 评论 -
java.lang.ClassNotFoundException: com.fasterxml.jackson.core.JsonProcessingException
1、错误描述:严重: Servlet [SpringMVC] in web application [/SSM-test] threw load() exceptionjava.lang.ClassNotFoundException: com.fasterxml.jackson.core.JsonProcessingExceptionat org.apache.catalina.loa原创 2017-03-12 18:16:02 · 13752 阅读 · 0 评论 -
使用spring框架的ModelAndView的setViewName方法指定视图名称,但是没有跳转到指定页面?
输入浏览器地址发送如下请求:http://localhost/SpringMVC1/login3?loginName=test&password=123报错404如下:Type Status ReportMessage /SpringMVC1/WEB-INF/content/login3.jspDescription The origin server did not原创 2017-04-08 22:43:29 · 19452 阅读 · 4 评论 -
Caused by: java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.Paramet
当实例化 BaseDaoImpl的时候报错:java.lang.ExceptionInInitializerErrorat sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)at sun.reflect.NativeConstructorAccessorImpl.newInstance(Native原创 2017-03-14 12:13:02 · 6989 阅读 · 1 评论