[
https://issues.apache.org/jira/browse/OPENJPA-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Albert Lee resolved OPENJPA-1552.
---------------------------------
Resolution: Fixed
> Enable EntityManager to perform property QueryImpl creation by its subclass
> ---------------------------------------------------------------------------
>
> Key: OPENJPA-1552
> URL: https://issues.apache.org/jira/browse/OPENJPA-1552
> Project: OpenJPA
> Issue Type: Improvement
> Components: kernel
> Affects Versions: 2.0.0-beta
> Reporter: Albert Lee
> Assignee: Albert Lee
> Priority: Minor
> Fix For: 2.0.0
>
>
> Ran into the following exception when derived OpenJPA provider is used to
> create multiple query of the same JPQL statement.
> openjpa.prepared.SQL
> org.apache.openjpa.persistence.PersistenceException: openjpa.prepared.SQL
> at org.apache.openjpa.kernel.BrokerImpl.newQuery(BrokerImpl.java:3661)
> at
> org.apache.openjpa.kernel.DelegatingBroker.newQuery(DelegatingBroker.java:1251)
> at
> org.apache.openjpa.persistence.EntityManagerImpl.createQuery(EntityManagerImpl.java:966)
> at
> com.ibm.ws.persistence.EntityManagerImpl.createQuery(EntityManagerImpl.java:102)
> at
> com.ibm.ws.persistence.EntityManagerImpl.createQuery(EntityManagerImpl.java:81)
> at
> com.ibm.ws.persistence.EntityManagerImpl.createQuery(EntityManagerImpl.java:29)
> at com.ibm.ws.query.pdq.tests.JsePdqCrudTest.setUp(JsePdqCrudTest.java:167)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.