[jira] Created: (OPENJPA-174) error when find()'ing an abstract class

2007-03-19 Thread Jeffrey Blatttman (JIRA)
error when find()'ing an abstract class --- Key: OPENJPA-174 URL: https://issues.apache.org/jira/browse/OPENJPA-174 Project: OpenJPA Issue Type: Bug Affects Versions: 0.9.6 Environment: Java

Re: Performance declined dramatically during a series of delete operation

2007-03-19 Thread Abe White
EM.flush() doesn't help. :-( On 3/16/07, Patrick Linskey [EMAIL PROTECTED] wrote: Have you tried incrementally calling EM.flush() during the course of your transaction? Also, for deleting that many records, you may want to look at using JPQL's bulk delete APIs. Do you have the data cache

[jira] Commented: (OPENJPA-132) java.lang.NoSuchMethodError for entity with ID of type java.sql.Date

2007-03-19 Thread Abe White (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482259 ] Abe White commented on OPENJPA-132: --- I have a fix ready to commit that consists of about 6 lines of enhancer code

[jira] Updated: (OPENJPA-175) Eager selects by PagingResultObjectProvider may not use the FetchBatchSize

2007-03-19 Thread Srinivasa Segu (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srinivasa Segu updated OPENJPA-175: --- Attachment: OPENJPA-175-patch.txt Eager selects by PagingResultObjectProvider may not use

[SPAM] TheServerSide Symposium plans?

2007-03-19 Thread Patrick Linskey
Is anyone going to be there? I'll be at the first annual TSSJS OpenJPA drinks night; hopefully, I'll not be drinking alone -Patrick -- Patrick Linskey BEA Systems, Inc. ___ Notice: This email message, together with any

Re: [SPAM] TheServerSide Symposium plans?

2007-03-19 Thread Geir Magnusson Jr.
Most importantly, Patrick is buying... geir On Mar 19, 2007, at 9:09 PM, Patrick Linskey wrote: Is anyone going to be there? I'll be at the first annual TSSJS OpenJPA drinks night; hopefully, I'll not be drinking alone -Patrick -- Patrick Linskey BEA Systems, Inc.

RE: [SPAM] TheServerSide Symposium plans?

2007-03-19 Thread Patrick Linskey
* Must be present to win! -- Patrick Linskey BEA Systems, Inc. ___ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that

Shared classloader and subclasses

2007-03-19 Thread roger.keays
Hi there, I'm trying to move my openjpa libs from WEB-INF/lib to Tomcat's shared/lib, but it seems I have a border case which makes this difficult. The situation is that each instance of the webapp loads between 5 - 10 subclasses of an abstract Entity. Which classes are loaded is specified by