Re: Like issue with @Embedded attribute with Spring Data JPA

2011-08-28 Thread Marc Logemann
Sorry, the JpaQueryBuilder.class is part of Spring Data. The relevant OpenJPA class is PathImpl.class of course. This Method fails: public Path get(String attName) { Type type = this.getType(); if (type.getPersistenceType() == PersistenceType.BASIC) { throw new

Like issue with @Embedded attribute with Spring Data JPA

2011-08-28 Thread Marc Logemann
Hi, in the Spring Data Forum we are discussing a problem which might be a OpenJPA Bug. Please visit this thread as it contains all the stuff one needs to check this issue: http://forum.springsource.org/showthread.php?113890-issue-with-Like-Or-and-nested-Properties-in-SpringData-JPA I am coding