On Tue, Mar 4, 2008 at 4:29 AM, pds1602 <[EMAIL PROTECTED]> 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<http://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