evatlsong / springside

Automatically exported from code.google.com/p/springside

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

core模块现在执行mvn clean install时报错

GoogleCodeExporter opened this issue · comments

core模块现在执行mvn clean install时报错,错误如下:

[ERROR] 
\openSource\springside\modules\core\src\main\java\org\springside\modules\utils\m
apper\JsonMapper.java:[99,26] 无法确定 <T>T 
的类型参数;对于上限为 T,java.lang.Object 的类型变量 
T,不存在唯一最大实例

Original issue reported on code.google.com by yangl...@gmail.com on 4 May 2011 at 3:09

很奇怪,Eclipse里没问题,Maven编译时有问题,都是JDK1.6.
加了个强制转换后ok了

Original comment by calvinxiu@gmail.com on 5 May 2011 at 3:35

  • Changed state: Fixed