浏览 2227 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-11-08
Caused by: org.compass.core.mapping.MappingException: Tried to resolve ref-alias for property [articles] in alias [test], but no class mapping was found for [java.util.Map] 这个错误是因为compass不支持map类型吗?有什么思路可以解决,谢谢! 我的配置如下: @SearchableComponent @OneToMany(mappedBy="test") @MapKey(name="title") public Map<String, Article> getArticles() { return articles; } 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-11-09
ERROR BasicPropertyAccessor.get(136) | IllegalArgumentException in class [test.User], getter method of property [id]
现在启动是这样的错,是什么造成的呢? |
|
返回顶楼 | |
发表时间:2008-01-20
自己写了一个converter就行了.哈哈.
|
|
返回顶楼 | |