Query.setFirstResult() and Query.setMaxResults() in v1.0.1 w/ MySQL

2008-01-08 Thread Geir Magnusson Jr.
Are there any known bugs w/ the above range/page facilities? I can't seem to get them to work w/ MySQL (v5.0.41) geir

Re: January board report

2008-01-08 Thread Robert Burrell Donkin
On Jan 8, 2008 10:13 PM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > On Jan 8, 2008 10:12 PM, Robert Burrell Donkin > > <[EMAIL PROTECTED]> wrote: > > On Jan 8, 2008 8:53 PM, Craig L Russell <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > Please review the draft board report that's checked

Re: January board report

2008-01-08 Thread Robert Burrell Donkin
On Jan 8, 2008 10:12 PM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > On Jan 8, 2008 8:53 PM, Craig L Russell <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Please review the draft board report that's checked into the svn > > repository. If no comments, I'll send it in on Friday. > > do i need to

Re: January board report

2008-01-08 Thread Robert Burrell Donkin
On Jan 8, 2008 8:53 PM, Craig L Russell <[EMAIL PROTECTED]> wrote: > Hi, > > Please review the draft board report that's checked into the svn > repository. If no comments, I'll send it in on Friday. do i need to write up something for RAT? i'm trying to write up the missing startup documentation

January board report

2008-01-08 Thread Craig L Russell
Hi, Please review the draft board report that's checked into the svn repository. If no comments, I'll send it in on Friday. Thanks, Craig Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:[EMAIL PROTECTED] P.S. A good JDO? O, Gasp! s

RE: EclipseLink DAS and JPA

2008-01-08 Thread Pinaki Poddar
Hello Doug, Thank you for your interest. I strongly concur with your view on aligning a SDO DAS solution with JPA. In fact, to make my position clear: "SDO should use JPA for persistence service and should *not* define another persistence API. If current JPA does not provide adequate supp

Re: svn commit: r609766 - /openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/Services.java

2008-01-08 Thread Patrick Linskey
Hi, WLS has a feature that allows a user to ship jars in their EAR and configure their EAR to use their copies of the jars instead of the ones that WLS ships with. We do this with some funky classloaders that don't delegate in the "normal" way. We were running into an issue where if a user put Ope

[jira] Commented: (OPENJPA-477) making StoreManager more flexible and extensible.

2008-01-08 Thread Pinaki Poddar (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556965#action_12556965 ] Pinaki Poddar commented on OPENJPA-477: --- "a recent practice for providing a propriet

[jira] Commented: (OPENJPA-477) making StoreManager more flexible and extensible.

2008-01-08 Thread Daniel Lee (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556955#action_12556955 ] Daniel Lee commented on OPENJPA-477: In fact, the patch is part of a recent practice f

Re: svn commit: r609766 - /openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/Services.java

2008-01-08 Thread Kevin Sutter
Patrick, Can you expand on how this problem surfaced? I looked back at r603666 and the commit basically has the same text. Was there a JIRA issue or dev mailing post that prompted this change? Or, did you just come across it while performing other development/test activities. The reason it's ca

[jira] Created: (OPENJPA-478) contradictory text in manual section 10.2.6. JPQL GROUP BY, HAVING

2008-01-08 Thread Andy Schlaikjer (JIRA)
contradictory text in manual section 10.2.6. JPQL GROUP BY, HAVING -- Key: OPENJPA-478 URL: https://issues.apache.org/jira/browse/OPENJPA-478 Project: OpenJPA Issue Type: Bug

in-clause generates "=" in sql

2008-01-08 Thread Hahn, Markus
Title: in-clause generates "=" in sql Hi folks, the following JPQL leads into problems: SELECT this FROM com.ottogroup.buying.process.dispoquota.MerchandisePlanKeyData this WHERE this.planningPeriod.id = :ppid AND this.buyingGroup.id = :bgid AND this.merchandiseGroup IS NULL AND this.produc