[hibernate-dev] [HSEARCH] Problem with JBoss logging

Davide D'Alto daltodavide at gmail.com
Wed Jun 1 19:57:38 EDT 2011


Hi,
I'm working on the inclusion of JBoss Logging in HIbernate Search
(http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-675).

I've included in the pom this two dependencies:
...
            <dependency>
                <groupId>org.jboss.logging</groupId>
                <artifactId>jboss-logging</artifactId>
                <version>3.0.0.Beta5</version>
            </dependency>
            <dependency>
                <groupId>org.jboss.logging</groupId>
                <artifactId>jboss-logging-processor</artifactId>
                <version>1.0.0.Beta5</version>
            </dependency>
...

But when I run  maven test I have several exceptions during
compilation like these:
...
[ERROR] /home/davide/workspaces/contributions/hibernate-search/hibernate-search/src/main/java/org/hibernate/search/annotations/ClassBridge.java:[70,43]
incompatible types
[ERROR] found   : org.hibernate.search.annotations.TermVector
[ERROR] required: org.hibernate.search.annotations.TermVector
[ERROR] /home/davide/workspaces/contributions/hibernate-search/hibernate-search/src/main/java/org/hibernate/search/annotations/ClassBridge.java:[76,24]
incompatible types
[ERROR] found   : org.hibernate.search.annotations.Boost
[ERROR] required: org.hibernate.search.annotations.Boost
...

This is the project with the dependecies in the pom:
https://github.com/DavideD/hibernate-search/commits/HSEARCH-675
Do I need other dependencies?

Thanks,
Davide



More information about the hibernate-dev mailing list