Comment 1 for bug 628731

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Can you check again :

http://source.mysema.com/maven2/releases/com/mysema/querydsl/querydsl-hql/1.9.3/querydsl-hql-1.9.3-apt.jar

The following file is included

/META-INF/services/javax.annotation.processing.Processor

Just add the following dependency in addition to the other dependencies

JPA :

<dependency>
  <groupId>com.mysema.querydsl</groupId>
  <artifactId>querydsl-hql</artifactId>
  <version>1.9.3</version>
  <classifier>apt</classifier>
</dependency>

JDO :

<dependency>
  <groupId>com.mysema.querydsl</groupId>
  <artifactId>querydsl-jdoql</artifactId>
  <version>1.9.3</version>
  <classifier>apt</classifier>
</dependency>