码迷,mamicode.com
首页 >  
搜索关键字:springmvc+hibernate    ( 167个结果
SSH框架使用中存在的诡异异常
背景 相信大多数人目前都在使用Spring + Struts2/SpringMVC + Hibernate来构建项目的整体架构,但是在使用中经藏会遇到一些诡异的问题,不知道如果解决,今天我遇到了一个非常奇怪的问题,那就是连接数据库提示java.sql.SQLException: ORA-01017:
分类:其他好文   时间:2016-02-20 21:32:34    阅读次数:311
SpringMVC 事务配置完全详解
1.本设计采用springMVC+Hibernate ,事务控制在Service层,直接上代码2.web.xml contextConfigLocation classpath:applicationContext.xml o...
分类:编程语言   时间:2015-12-09 17:04:09    阅读次数:776
SpringMVC+Hibernate返回JSON数据报No serializer found错误
在使用SpringMVC+Hibernate环境中返回JSON数据有时会出现如下错误:Handler execution resulted in exception: Could not write content: No serializer found for class org.hibernate.proxy.pojo.javassist.Ja...
分类:编程语言   时间:2015-11-13 01:07:36    阅读次数:968
Cannot create JDBC driver of class '' for connect URL 'null'
1、错误描述严重: 抛出了“org.apache.tomcat.dbcp.dbcp.SQLNestedException”异常:Cannot create JDBC driver of class '' for connect URL 'null' 堆栈: org.apache.tomcat.dbcp.dbcp.BasicDataSource.createConnectionFactory(145...
分类:数据库   时间:2015-09-08 18:39:12    阅读次数:372
SHOP++ 中Hibernate 注解 用法
最近接触到一款JAVA开源软件(shop++)这是一款电商软件。然后看了这款软件的源代码,发现真的很强大。框架采用的是springmvc+hibernate+freemarker,代码结构层次分明,代码封装和重用性也很高。非常适合二次开发。其次重点说说hibernate注解吧数据库表采用的是hibernate注解..
分类:Web程序   时间:2015-09-06 18:31:51    阅读次数:326
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
1、错误描述org.hibernate.exception.SQLGrammarException: error executing work at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:80) at org.hibernate.except...
分类:数据库   时间:2015-08-30 23:09:26    阅读次数:428
Caused by: code is 9998;desc is dao exception is org.hibernate.exception.DataException: error execu
1、错误描述exception is org.hibernate.exception.DataException: error executing work at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet...
分类:Web程序   时间:2015-08-30 23:09:03    阅读次数:246
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Result consisted of more than
1、错误描述at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) at org.apac...
分类:数据库   时间:2015-08-30 11:24:20    阅读次数:446
java.lang.ClassNotFoundException: org.springframework.web.content.ContextLoaderListener
1、错误描述严重: Error configuring application listener of class org.springframework.web.content.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.content.ContextLoaderListener...
分类:编程语言   时间:2015-08-13 22:31:57    阅读次数:229
To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
1、错误描述严重: The web application [/AMST] registered the JDBC driver [org.logicalcobwebs.proxool.ProxoolDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak,...
分类:数据库   时间:2015-08-10 22:24:13    阅读次数:649
167条   上一页 1 ... 7 8 9 10 11 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!