spring+mabitas 出现的错误

问题描述

运行之后最后的问题是java.lang.IllegalArgumentException:Cannotsubclassfinalclassclasscom.sun.proxy.$Proxy16

点击查看完整的程序栈纠结了好几日,在线等献上所有积分

解决方案

本帖最后由 asyuae 于 2015-03-01 19:44:27 编辑
解决方案二:
动态代理有问题,AOP是如何配置的?加上如下配置试试:<aop:aspectj-autoproxyproxy-target-class="true"/>

解决方案三:
UPUPUP
解决方案四:

解决方案五:
Couldnotautowirefield好像自动注入问题,昨天也差不多问题。
解决方案六:
引用1楼zhangjihao的回复:

动态代理有问题,AOP是如何配置的?加上如下配置试试:<aop:aspectj-autoproxyproxy-target-class="true"/>

原来就是加上的
解决方案七:
把proxy-target-class这个属性去掉
解决方案八:
在实例化HelloController时,不能注入一个service变量,你看看是不是这个service不存在...

时间: 2024-09-15 12:54:02

spring+mabitas 出现的错误的相关文章

myeclipse打开spring项目时报错,错误如图

问题描述 myeclipse打开spring项目时报错,错误如图 解决方案 你搜搜 这个看看,,估计eclipse

javaweb-求大神,Hibernate与Spring整合报如下错误

问题描述 求大神,Hibernate与Spring整合报如下错误 2015-1-8 15:45:14 org.springframework.context.support.AbstractApplicationContext prepareRefresh 信息: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@10849bc: display name [org.springframew

关于spring自定义标签配置错误

问题描述 关于spring自定义标签配置错误 解决方案 解决方案二: 解决方案三: 解决方案四: 解决方案五: 希望大婶们帮帮忙,已经困扰我两天了.. 解决方案六: spring自定义标签 解决方案七: 解决方案八: spring.handler里配置了吗?

spring mvc-springmvc restTemplate 415错误

问题描述 springmvc restTemplate 415错误 小弟这2天在一个项目中需要调用别的项目接口.我使用的是spring中的restTemplate方法. 其中相关代码如下: MultiValueMap<String, String> uriVariables = new LinkedMultiValueMap<String, String>(); uriVariables.add("message", JSONObject.fromObject(

Spring+Struts+Ibatis的错误

问题描述 包应该都是对的,我觉得应该是配置的原因,第一次使,求解答错误是:上传附件的内容.靠您了,谢谢<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE sqlMapConfig PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN" "http://ibatis.apache.org/dtd/sql-map-con

关于Ibatis和Spring的一个异常错误

问题描述 Exception in thread "main" java.lang.ExceptionInInitializerErrorat com.neusoft.gw.util.Launcher.main(Launcher.java:24)Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlMapClient' defined i

Spring MVC笔记 添加错误页面

使用Spring MVC的Web项目,可以使用DispatcherServlet来指定异常页面,下面是具体的配置: 在Spring配置文件中配置: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 <?xml version="1.0" encoding="UTF-8" ?> <beans xmlns="http://www.springf

Spring MVC Converter类型转换错误信息怎么记录在页面显示?

问题描述 如题,需要把页面类型数据信息转记录,然后返回给页面,给用户看,以便用户知道自己的信息怎么输入错误了 解决方案 解决方案二:放到model中呀解决方案三:转换错误的信息怎么放到model?实现convert接口会自动转换的,在Converter转换失败的信息怎么处理?

spring mvc-Spring MVC 请求参数中有%号,报400错误

问题描述 Spring MVC 请求参数中有%号,报400错误 解决方案 地址里面有%,先用urlencode编码下 解决方案二: 先转码一下,然后在后台再转回去 解决方案三: spring mvc 数据绑定 400错误Spring mvc 400错误