-
Notifications
You must be signed in to change notification settings - Fork 40
Q classes not being generated. #54
Comments
Could you make an example project, that we can inspect and debug? |
To me it looks like it's working. Also, since the root project doesn't have the |
I checked |
@MarinKacaj thanks |
I'm developing an app with the Apache Isis framework, where I use Query DSL for typesafe JDO queries.
My configuration is similar to the one described here.
I'm also using
com.mysema.query.apt.jdo.JDOAnnotationProcessor
for domains annotated withjavax.jdo.annotations.PersistenceCapable
.Domains are located in directory paths such as
dom.domainapp.student.Student
,dom.domainapp.subject.Subject
, etc.In configuration options
querydsl.suffix
andquerydsl.prefix
are both set to the letter D to avoid conflicts with the Q already used by Apache Isis.However domain classes are not being generated by Query DSL.
I have also tried running
mvn apt:process
manually from the command line to no avail.Maven version: 3.3.3
OS: Windows 10
apt-maven-plugin version: 1.1.3
Apache Isis version: 1.13.1
Query DSL version: 3.7.4
The text was updated successfully, but these errors were encountered: