-
WebApplicationContext : org.springframework.web.context.ContextLoaderListener功用
WebApplicationContext:org.springframework.web.context.ContextLoaderListener作用 摘至:http://blog.csdn.net/taijianyu/article/details/3176263如果您想要在自己所定义的Servlet类别中使用Spring的容器功能,则也可以使用org.springframework.web...
827
热度 -
org.springframework.dao.EmptyResultDataAccessException: Incorrect result size: e,该怎么处理
org.springframework.dao.EmptyResultDataAccessException:Incorrectresultsize:eHTTPStatus500---------------------------------------------typeExceptionreportmessagedescriptionTheserverencounteredaninterna...
351
热度 -
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
急!!tomcat启动报错:Errorconfiguringapplicationlistenerofclassorg.springframework.web.context.ContextLoaderListener'>org.springframework.web.context.ContextLoaderListener严重:Errorconfiguringapplicationlisten...
330
热度 -
spring3.0 mybatis3.0 struts2 报错,该如何处理
spring3.0mybatis3.0struts2报错XmlBeanDefinitionReader-LoadingXMLbeandefinitionsfromclasspathresource[org/springframework/jdbc/support/sql-error-codes.xml]SQLErrorCodesFactory-SQLErrorCodesloaded:[DB2,De...
666
热度 -
main" org.springframework.mail.MailAuthenticationException
Spring中利用SimpleMailMessage发邮件的一个问题.非XML配置.我一个项目需要用到邮件功能.刚好这个项目是用spring+hibernate开发的.我想spring对javamail也进行了封装.就想顺便用一下.以前没有用过spring封装的javamail来进行发邮件.遇到了这样一个问题.而在网上查找相关内容,多是通过BAEN去配置.我想直接通过JAVA代码写好.不通过BAE...
672
热度 -
"main " org.springframework.mail.MailSendException;
在spring中发送邮件问题怎么解决?程序如下:packageonlyfun.caterpillar;importorg.springframework.mail.javamail.JavaMailSenderImpl;importorg.springframework.mail.SimpleMailMessage;publicclassSimpleMailDemo{publicstaticvoi...
105
热度 -
nested exception is org.springframework.beans.NotWritablePropertyException:
spring中的配置问题?我引用父类,但是报错。该怎么解决?org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'/userAdd'definedinServletContextresource[/WEB-INF/classes/applicationContext.xml]:Errors...
539
热度 -
iBatis有关问题!求大神进来看上!
iBatis问题!求大神进来看下!!!从页面提交用户名密码后就出现以下错误!org.springframework.jdbc.UncategorizedSQLException'>org.springframework.jdbc.UncategorizedSQLException:SqlMapClientoperation;uncategorizedSQLExceptionforSQL[];SQL...
1568
热度 -
failed; nested exception is org.springframework.core.NestedIOException:
ibatis错误谁帮我看下什么原因org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'chgReceivableBillDao'definedinfile[D:\MyWork_GDZJ\prolims-aglaia\prolims-std-charge\target\classes\pr...
495
热度 -
org.springframework.beans.factory.CannotLoadBeanClassException:有关问题
求助org.springframework.beans.factory.CannotLoadBeanClassException:问题我在学习j2ee,准备结合spring、struts、ibatis写一个简单的数据库操作demo。具体是在JSP页面上有对应数据库属性的几个文本框,输入一天记录后,点击submit后希望插入到数据库中。各位大侠给看看。代码如下:web.xml<?xmlvers...
43
热度 -
ssh整合有关问题:org.springframework.beans.factory.BeanCreationException: Error creating
ssh整合问题:org.springframework.beans.factory.BeanCreationException:Errorcreating配置文件:XMLcode<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.o...
5
热度 -
一个异常org.springframework.beans.factory.BeanNotOfRequiredTypeException
一个错误org.springframework.beans.factory.BeanNotOfRequiredTypeException.html'>org.springframework.beans.factory.BeanNotOfRequiredTypeException在做SSH整合的时候,把一个dao注入到action中,但是从ApplicationContext中getBean的时候就...
623
热度 -
org.springframework.beans.factory.BeanCreationException: Error creating bean wit,该怎么处理
org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwit首先是persistence.xml<?xmlversion="1.0"encoding="UTF-8"?><persistenceversion="2.0" xmlns="http://java.sun.com/xml/ns/p...
62
热度 -
org.springframework.orm.hibernate3.HibernateSystemException: Illegal
关于hibernate的session和缓存问题。最近在用s2sh做一个小项目。其中。hibernate中的一对多,多对1级查询出现延时加载的问题。然后我配置了spring的openSessionInViewFilter。然后新增不会出现问题。但是更新出现问题。Javacodeorg.springframework.orm.hibernate3.HibernateSystemException:I...
553
热度 -
项目迁徙(org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
项目迁移(org.springframework.context.annotation.AnnotationConfigBeanDefinitionParserhttp://bbs.csdn.net/topics/390838736----这个文件在org.springframework.core包下org.springframework.context.annotation.Annotation...
276
热度 -
is org.springframework.beans.factory.BeanCreationException: Error
weblogic8.1.5部署web应用的问题Exception:weblogic.management.ApplicationException:start()failed.Module:PMSError:weblogic.management.DeploymentException:Errorcreatingbeanwithname'iBranchDAO'definedinServletCon...
338
热度 -
hibernate 和spring 的使用中MySQL 中文乱码有关问题,请高手帮帮忙
hibernate和spring的使用中MySQL中文乱码问题,请高手帮帮忙.在使用插入数据时英文就可以,是中文就不行,中文在MySQL显示是?????,如何解决中文问题请各位帮我看看。log4j:WARNNoappenderscouldbefoundforlogger(org.springframework.context.support.ClassPathXmlApplicationConte...
2554
热度 -
Oracle 10g 施用to_char(wm_concat()) 返回到程序中的不是字符串,怎样在数据库中使用sql语句进行类型的转换
Oracle10g使用to_char(wm_concat())返回到程序中的不是字符串,怎样在数据库中使用sql语句进行类型的转换在使用ibatis的时候,to_char(wm_concat())合并行后返回到程序中时,抛异常ERROR[org.mortbay.log]-<Nestedinorg.springframework.web.util.NestedServletException'...
623
热度 -
org.springframework.remoting.RemoteAccessException: Cannot access Hessian
hessian+spring远程访问异常同事写的hessianservice,部署在远端的resin上,用他的测试用例跑,我抓http包然后我自己写个web应用,部署在本机的resin上,也去调这个hessianservice,用一个jsp触发调用。结果总是异常[show]com.caucho.hessian.io.HessianProtocolException:expectedhessianr...
497
热度 -
基于SSH的项目的连接oracle数据库报Cannot create PoolableConnectionFactory 异常,请大神帮看看
基于SSH的项目的连接oracle数据库报CannotcreatePoolableConnectionFactory错误,请大神帮看看applicationContext.xml中配置数据源代码:<beanid="dataSource"class="org.apache.commons.dbcp.BasicDataSource"> <propertyname="driverCl...
177
热度