Hi,
<dependency>
<groupId>com.mysema.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
<version>${querydsl.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mysema.querydsl</groupId>
<artifactId>querydsl-jpa</artifactId>
<version>${querydsl.version}</version>
</dependency>
I even checked packed war to see if in the WEB-INF\lib directory, the core module is included, as I found out that PathInits.DIRECT2 is in that module.
It was there, in the same version as the jpa module. Inside of it i found PathInits class with field DIRECT2 visible in plain text when looking at bytecode.
Maybe it has something to do with the fact, that app is a portlet, deployed on lirefay?
On Tuesday, June 18, 2013 6:10:03 PM UTC+2, Timo Westkämper wrote:
Hi.
Are you sure your Maven dependencies are consistent? All the Querydsl modules on your classpath are 3.2.0?
Br,
Timo