[hibernate-dev] HSEARCH-1084 build failed

Nicolas Helleringer nicolas.helleringer at gmail.com
Tue Apr 24 17:48:53 EDT 2012


Hi all,

Fetching last master tonight I was not able to build :

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project hibernate-search-engine: Compilation failure:
Compilation failure:
[ERROR]
\hibernate-search\hibernate-search-engine\src\main\java\org\hibernate\search\impl\MappingModelMetadataProvider.java:[251,34]
type parameters of <T>T cannot be determined; no unique maximal instance
exists for type variable T with upper bounds
T,java.lang.annotation.Annotation
[ERROR]
\hibernate-search\hibernate-search-engine\src\main\java\org\hibernate\search\impl\MappingModelMetadataProvider.java:[257,84]
type parameters of <T>T cannot be determined; no unique maximal instance
exists for type variable T with upper bounds
T,java.lang.annotation.Annotation

After a goo bisect it seems 31b485c1aaabd9b0ff178505067147e5628e3010 is the
first bad commit.

It is HSEARCH-1084 Annotation proxies created by Programmatic Mapping

I m still on windows 7 x64 with 1.6.0_24 jvm

Hope it helps.

Niko


More information about the hibernate-dev mailing list