Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 95070 invoked from network); 4 Mar 2008 12:20:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2008 12:20:10 -0000 Received: (qmail 85399 invoked by uid 500); 4 Mar 2008 12:20:04 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 85383 invoked by uid 500); 4 Mar 2008 12:20:04 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 85356 invoked by uid 99); 4 Mar 2008 12:20:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 04:20:04 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of siefert.david.mailinglist@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 12:19:26 +0000 Received: by ug-out-1314.google.com with SMTP id k3so2607046ugf.5 for ; Tue, 04 Mar 2008 04:19:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=5w51q8Q9cyPRjR4RmYg0N9VUv+/3WGnO7bswCstIGXs=; b=LBC5CSPiaIG4mLsBvFUiHOBXhDbDXqNNJBsN31OMo3eud1TYi20AoJgfjZOue2pylvyYO7VYPNz8ZuVP6ZNQHFu0+1/Cr9GXBFiMLqYeQXoOskTiKDXdN563J+fm+V401iGE0qzXYfvvEKlkOzIUcx0cg4eD8nM7Cp7pGq51CNo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=HsX2DUER95FiKpzxyTfNi2Ztgrb4t3bITNJmmDCrsec2AZP4rPg5ZExf0bvs8KZ1HBRhMo1rz9sPhA9MSIGMTWGb1C+ZEfLX+y4UlNzMrHsyHzeM4z8bBcnDVaeOoJsQpTjGNi0pCuqE52GMpDXebjunAxZoHS0D1O4/WPVJnXw= Received: by 10.78.131.8 with SMTP id e8mr2655550hud.35.1204633175004; Tue, 04 Mar 2008 04:19:35 -0800 (PST) Received: by 10.78.122.11 with HTTP; Tue, 4 Mar 2008 04:19:34 -0800 (PST) Message-ID: <99011c420803040419y1b8e4df9o659ffc52591b7258@mail.gmail.com> Date: Tue, 4 Mar 2008 07:19:34 -0500 From: "David Siefert" To: camel-user@activemq.apache.org Subject: Re: Camel 1.2 JPA consumer broken? In-Reply-To: <15823400.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1386_28709294.1204633174912" References: <15823400.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1386_28709294.1204633174912 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tue, Mar 4, 2008 at 4:29 AM, pds1602 wrote: > > Trying to consume an entity bean using JPA: > > from("jpa:com.dss.persistence.InTable") > > Results in the following exception: > > Caused by: Exception [TOPLINK-8025] (Oracle TopLink Essentials - 2.0(Build > b58g-fcs (09/07/2007))): > oracle.toplink.essentials.exceptions.EJBQLException > Exception Description: Syntax error parsing the query [select x from > com.dss.persistence.InTable x], line 1, column 18: unexpected token [.]. > > > -- > View this message in context: > http://www.nabble.com/Camel-1.2-JPA-consumer-broken--tp15823400s22882p15823400.html > Sent from the Camel - Users mailing list archive at Nabble.com > . > > I do not have any experience with Oracle TopLink (I use Hibernate), but have you tried this without the package name, and just using the JPA entity name (either the name in @Entity, or class name alone--the default)? -David ------=_Part_1386_28709294.1204633174912--