Exception in thread "main" java.lang.ClassCastException: $Proxy1
这是ApplicationContext ctx = new ClassPathXmlApplicationContext("/dao-applicationContext.xml", userService.class);
// Object o=ctx.getBean("userService");
// System.out.print(o.getClass().toString());
IUserService userService2 = ( ...
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [/dao-applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: warning no match for thi ...
http://www.javaeye.com/topic/75934
http://www.javaeye.com/topic/141048
http://www.javaeye.com/topic/141350
http://www.javaeye.com/topic/109075
http://www.javaeye.com/topic/4519
http://www.javaeye.com/topic/39899







评论排行榜