3

Trying to get Query Dsl (version 3.1.1) and Spring Data JPA (version 1.3.1.RELEASE) up and running..

My problem is with this error message ...

  java.lang.NoSuchMethodError: com.mysema.query.jpa.JPQLQuery.from([Lcom/mysema/query/types/EntityPath;)Lcom/mysema/query/jpa/JPQLCommonQuery;
  at org.springframework.data.jpa.repository.support.Querydsl.createQuery(Querydsl.java:88)
  at org.springframework.data.jpa.repository.support.QueryDslJpaRepository.createQuery(QueryDslJ  paRepository.java:131)

Seems to be like a version compatibility conflict. But what version of QueryDSL should I use for Spring Data JPA 1.3.1.RELEASE?

I was hoping to find the answer here but I couldn't see what is used.

1 Answer 1

3

But what version of QueryDSL should I use for Spring Data JPA 1.3.1.RELEASE?

Querydsl 2.9

Sign up to request clarification or add additional context in comments.

1 Comment

Tx Timo, have been struggling with this for two days now. I'll come back to my other two questions later.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.