[jira] Updated: (OPENJPA-536) getMetaData() causes OutOfMemoryError under some cases

2008-04-16 Thread Amy Yang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amy Yang updated OPENJPA-536: - Attachment: OPENJPA-536.patch This is the latest fix. Please help to review it. > getMetaData() causes

Re: OPENJPA-149

2008-04-16 Thread David Jencks
IIUC this is the interface that abstracts the "requiresNew" tx policy into a single method on the tm? Personally I'd like openjpa to define such an interface and use it no matter what the environment. Then perhaps the websphere adapter code can call the WAS interface/class using reflection

[jira] Created: (OPENJPA-574) Cached object in DataCache not evicted due to StatementBatching not reporting OptimisticException

2008-04-16 Thread Catalina Wei (JIRA)
Cached object in DataCache not evicted due to StatementBatching not reporting OptimisticException -- Key: OPENJPA-574 URL: https://issues.apache.org/jira/browse/OPENJ

[jira] Commented: (OPENJPA-573) JPQL: The combination LIKE ESCAPE does not accept parameters

2008-04-16 Thread Catalina Wei (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589782#action_12589782 ] Catalina Wei commented on OPENJPA-573: -- An easy fix is on this line (line# 1253) in

Re: [jira] Updated: (OPENJPA-573) JPQL: The combination LIKE ESCAPE does not accept parameters

2008-04-16 Thread catalina wei
Hi Georgi, This is a problem in openjpa-kernel/src/main/java/org/apache/openjpa/kernel/JPQL.jjt An easy fix is on this line: input_parameter() | string_literal() changed the above line to add parenthesis around it as the following, it will get pass parser error. (input_parameter() | string_literal

[jira] Reopened: (OPENJPA-536) getMetaData() causes OutOfMemoryError under some cases

2008-04-16 Thread Amy Yang (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amy Yang reopened OPENJPA-536: -- My previous fix doesn't resolve the problem completely. I'll paste another one. > getMetaData() causes O

[jira] Commented: (OPENJPA-546) Generates SQL update for unchanged entities within transaction

2008-04-16 Thread Georgi Naplatanov (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589771#action_12589771 ] Georgi Naplatanov commented on OPENJPA-546: --- This behavior is for only un-enhanc

[jira] Resolved: (OPENJPA-546) Generates SQL update for unchanged entities within transaction

2008-04-16 Thread Georgi Naplatanov (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georgi Naplatanov resolved OPENJPA-546. --- Resolution: Invalid > Generates SQL update for unchanged entities within transaction

[jira] Updated: (OPENJPA-573) JPQL: The combination LIKE ESCAPE does not accept parameters

2008-04-16 Thread Georgi Naplatanov (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georgi Naplatanov updated OPENJPA-573: -- Fix Version/s: (was: 1.1.0) Affects Version/s: 1.1.0 > JPQL: The combinati

[jira] Created: (OPENJPA-573) JPQL: The combination LIKE ESCAPE does not accept parameters

2008-04-16 Thread Georgi Naplatanov (JIRA)
JPQL: The combination LIKE ESCAPE does not accept parameters Key: OPENJPA-573 URL: https://issues.apache.org/jira/browse/OPENJPA-573 Project: OpenJPA Issue Type: Bug Affects Ve

[jira] Updated: (OPENJPA-572) Merge operation fails with IdClass composite key

2008-04-16 Thread Chadwick M Baatz (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chadwick M Baatz updated OPENJPA-572: - Attachment: test.zip Contains example code that causes failure. TestSave under embedded

[jira] Created: (OPENJPA-572) Merge operation fails with IdClass composite key

2008-04-16 Thread Chadwick M Baatz (JIRA)
Merge operation fails with IdClass composite key Key: OPENJPA-572 URL: https://issues.apache.org/jira/browse/OPENJPA-572 Project: OpenJPA Issue Type: Bug Affects Versions: 1.0.2 E

OPENJPA-149

2008-04-16 Thread Michael Dick
I've been looking at this issue and OPENJPA-159 in my "copious" free time. The official supported way to submit work outside of a transaction in WebSphere is to go through a WebSphere proprietary interface (similar to what we have in WASManagedRuntime). Unfortunately that interface is not publish

AutoFetch ...

2008-04-16 Thread rob bygrave
Hi, I'm Rob Bygrave and I have built the "AutoFetch" feature into the latest version of Ebean ORM. I understand you may be interested in implementing the "AutoFetch" feature into openJPA, which would be great. AutoFetch http://www.cs.utexas.edu/~aibrahim/autofetch/ Ebean ORM http://www.avaj