fangshuoshirounet / openid-server

Automatically exported from code.google.com/p/openid-server
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Hibernate reference conflict: ambiguous find method #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download the source code from SVN and  call "mvn package"
2.
3.

What is the expected output? What do you see instead?
Expected:  "Build success " 

Output: [ERROR] 
\Users\xxx\temp\openid-server\jos-hibernate\src\main\java\cn\net\openid\jos\dao\
hibernate\HibernateSiteDao.java:[61,9] error: reference to find is ambiguous, 
both method find(String,Object...) in BaseHibernateEntityDao and method 
find(String,int,int,Object...) in BaseHibernateEntityDao match

What version of the product are you using? On what operating system?
jos 1.2.1  ,  running on windows 7

Original issue reported on code.google.com by brandao....@googlemail.com on 27 Nov 2012 at 2:42

GoogleCodeExporter commented 9 years ago
Fixed in r576.

Original comment by zhoushu...@gmail.com on 23 Dec 2012 at 7:40