从tomcat7部署成功的过程部署到JBoss5.1.0出现了java.lang.RuntimeException:mapped-nameisrequiredforxxx.xxx.xxx/xxofdeploymentxx.war错误,将java文件中所有的@Resource注解改为@Qualifier成功解决,具体原因不是很清楚?
分类:
移动开发 时间:
2015-04-29 07:28:18
阅读次数:
169
Redis无法启动
今天在启动Redis时提示以下错:
C:\Java\redis2817>redis-server.exe redis.windows.conf
[5268] 23 Apr 11:45:22.696 #
The Windows version of Redis allocates a large memory mapped file for sharing
the hea...
分类:
其他好文 时间:
2015-04-23 13:14:43
阅读次数:
178
错误提示为:Caused by: There is no result type defined for type 'json' mapped with name 'success'. Did you mean 'json'? - result解决办法。将package包的继承改为json-defa...
分类:
Web程序 时间:
2015-04-22 13:42:51
阅读次数:
139
问题:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error updating database. Cau....
分类:
移动开发 时间:
2015-04-01 23:36:00
阅读次数:
255
springMVC问题XXX is not mapped [from XX]或者Unknown entity: com.spring.main.pojo.Person
这个问题搞了一天到凌晨才发现一个地方没有配置
期初以为是 hql语句写错,但是发现没有,网上搜来搜去都是说pojo的类名写成表名 ,这样低级错误可能会有,审视了n遍,发现不是,可是为什么还是会报同样的错误呢 当我改用ge...
分类:
移动开发 时间:
2015-03-29 09:29:13
阅读次数:
154
Mapped Statements collection does not contain value for后面是什么类什么方法之类的:错误原因有几种:1、mapper.xml中没有加入namespace2、mapper.xml中的方法和接口mapper的方法不对应3、mapper.xml没有加入...
分类:
移动开发 时间:
2015-03-19 12:54:22
阅读次数:
129
今天在配置SSM整合的过程中遇到了几个错误,折腾了好久,具体如下1、java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for在网上找了好久,最后发现是namespace没写对...
分类:
编程语言 时间:
2015-03-19 06:20:05
阅读次数:
246
错误栈信息java.lang.IllegelArgumentException:Mapped Statements collection does not contain value for xxx.xxx(com.xx.storage.mapper.InternalExchageMapper.fi...
分类:
移动开发 时间:
2015-03-15 12:14:03
阅读次数:
140
在使用rest风格和Spring的依赖注入做一个demo的时候。依赖注入 老是出现空异常。 ?The?RuntimeException?could?not?be?mapped?to?a?response,?re-throwing?to?the?HTTP?container?java.lang.NullP...
分类:
编程语言 时间:
2015-03-13 19:10:39
阅读次数:
7592