[org.apache.openjpa.persistence.ArgumentException - An error occurred while parsing the query filter "select x from Person x". Error message: The name "Person" is not a recognized entity or identifi

2014-02-12 Thread Sebarry
Hi, I'm getting the following error trying to poll a JPA entity Person. There's no error in the code. Everything compiles ok with a mvn clean install and the Person entity does exist in the net.lr.tutorial.karaf.camel.jpa2jms.model package. I have installed all the necessary features I believe and

Re: [org.apache.openjpa.persistence.ArgumentException - An error occurred while parsing the query filter "select x from Person x". Error message: The name "Person" is not a recognized entity or identi

2014-02-12 Thread Rick Curtis
Please post the contents of your persistence.xml. Thanks, Rick On Wed, Feb 12, 2014 at 10:45 AM, Sebarry wrote: > Hi, > > I'm getting the following error trying to poll a JPA entity Person. There's > no error in the code. Everything compiles ok with a mvn clean install and > the Person entity d

Re: [org.apache.openjpa.persistence.ArgumentException - An error occurred while parsing the query filter "select x from Person x". Error message: The name "Person" is not a recognized entity or identi

2014-02-12 Thread Sebarry
Hi Rick, Here's the contents of my persistence.xml http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.0"> osgi:service/javax.sql.XADataSource/(osgi.jndi.service.name=jdbc/derbydsxa) net.lr.tutorial.karaf.camel.j

DataCache Performance Issues

2014-02-12 Thread Jeff Oh
Hello, We’re currently migrating an application from OpenJPA 1.2.2 to OpenJPA 2.3.0, and have found that DataCache efficacy in our application declines significantly from 1.2.2 to 2.3.0, to the point where our overall system performance has declined by about 25% with the version upgrade. We’ve