You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
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 with javax.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 and querydsl.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.