Return-Path: X-Original-To: apmail-openjpa-users-archive@minotaur.apache.org Delivered-To: apmail-openjpa-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E97E176C7 for ; Mon, 29 Aug 2011 20:38:51 +0000 (UTC) Received: (qmail 49511 invoked by uid 500); 29 Aug 2011 20:38:51 -0000 Delivered-To: apmail-openjpa-users-archive@openjpa.apache.org Received: (qmail 49427 invoked by uid 500); 29 Aug 2011 20:38:50 -0000 Mailing-List: contact users-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openjpa.apache.org Delivered-To: mailing list users@openjpa.apache.org Received: (qmail 49417 invoked by uid 99); 29 Aug 2011 20:38:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2011 20:38:49 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2011 20:38:44 +0000 Received: from jim.nabble.com ([192.168.236.80]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Qy8b9-0002gi-S2 for users@openjpa.apache.org; Mon, 29 Aug 2011 13:38:23 -0700 Date: Mon, 29 Aug 2011 13:38:23 -0700 (PDT) From: Pinaki Poddar To: users@openjpa.apache.org Message-ID: <1314650303854-6739467.post@n2.nabble.com> In-Reply-To: <4F3E9A2D-506C-406A-B51B-5D41B44D2F16@logemann.org> References: <4F3E9A2D-506C-406A-B51B-5D41B44D2F16@logemann.org> Subject: Re: Like issue with @Embedded attribute with Spring Data JPA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > at org.apache.openjpa.persistence.criteria.PathImpl.get(PathImpl.java:270) > at > org.springframework.data.jpa.repository.query.JpaQueryCreator.toPredicate(JpaQueryCreator.java:204) Looks like Spring (JpaQueryCreator) is building a Criteria query from form input. That code needs to split the dot separated path to individual path segments. > Do you expect a object-graph string in this method? no. ----- Pinaki Poddar Chair, Apache OpenJPA Project -- View this message in context: http://openjpa.208410.n2.nabble.com/Like-issue-with-Embedded-attribute-with-Spring-Data-JPA-tp6735592p6739467.html Sent from the OpenJPA Users mailing list archive at Nabble.com.