[jira] [Commented] (OPENJPA-2229) Persistence entities not recognized when deploying on JBoss AS 7.1

2012-07-13 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413602#comment-13413602 ] Mark Struberg commented on OPENJPA-2229: perfectly fine. I just wanted to raise

[jira] [Commented] (OPENJPA-99) Enhanced pcNewInstance redundantly clears fields

2012-07-13 Thread Michael Wiles (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413699#comment-13413699 ] Michael Wiles commented on OPENJPA-99: -- Is this going to be fixed? it's been a while

[jira] [Commented] (OPENJPA-99) Enhanced pcNewInstance redundantly clears fields

2012-07-13 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413722#comment-13413722 ] Rick Curtis commented on OPENJPA-99: I think it is unlikely that this is going to be

[jira] [Updated] (OPENJPA-2228) QuerySQLCache broken for Entities with @EmbeddedId

2012-07-13 Thread Helen Xu (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Helen Xu updated OPENJPA-2228: -- Attachment: OPENJPA-2228.patch I was able to reproduce the problem. user parameter index got

[jira] [Created] (OPENJPA-2230) Event Listener detection didn't work with MappedSuperClasses or Entity heirarchies

2012-07-13 Thread Kevin Sutter (JIRA)
Kevin Sutter created OPENJPA-2230: - Summary: Event Listener detection didn't work with MappedSuperClasses or Entity heirarchies Key: OPENJPA-2230 URL: https://issues.apache.org/jira/browse/OPENJPA-2230

[jira] [Work started] (OPENJPA-2230) Event Listener detection didn't work with MappedSuperClasses or Entity heirarchies

2012-07-13 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on OPENJPA-2230 started by Kevin Sutter. Event Listener detection didn't work with MappedSuperClasses or Entity heirarchies

Error in Select JPQL

2012-07-13 Thread Jude
I have a select statement that looks like the following: select qd from UiQtrlyRptUnitDtl qd where qd.emprAcctId = :emprAcctId and qd.ccyyqId in (:ccyyqList) and qd.emprUnitId in (:emprUnitList) and qd.ssn in (:ssnList) I am passing in the same parameters but getting different results while

Re: Error in Select JPQL

2012-07-13 Thread Kevin Sutter
Hi, The first thought I had is that maybe the prepared query cache is not processing the queries correctly. There have been some issues with in clauses and the prepared query cache [2]. Try disabling that cache and see if the problem goes away: property name=openjpa.jdbc.QuerySQLCache