Re: Problem with self-referencing relationship

2005-08-11 Thread Michael Bouschen
Hi Andy, Any update on this? Not from me. Not had time to look at it. Now had time, and is fixed in JPOX CVS - in tomorrows (11/08/2005) nightly build. CompletenessTest passes for "companyNoRelationships.conf" great, it works! I resolved and closed the corresponding JIRA issue JDO-93.

Re: Problem with self-referencing relationship

2005-08-10 Thread Craig Russell
Great!CraigOn Aug 10, 2005, at 12:46 AM, Andy Jefferson wrote:Any update on this? Not from me. Not had time to look at it. Now had time, and is fixed in JPOX CVS - in tomorrows (11/08/2005) nightly build. CompletenessTest passes for "companyNoRelationships.conf"-- Andy Craig Russell Architect, Sun

Re: Problem with self-referencing relationship

2005-08-10 Thread Andy Jefferson
> > > Any update on this? > > > > Not from me. Not had time to look at it. Now had time, and is fixed in JPOX CVS - in tomorrows (11/08/2005) nightly build. CompletenessTest passes for "companyNoRelationships.conf" -- Andy

Re: Problem with self-referencing relationship

2005-08-09 Thread Andy Jefferson
> I can run "companyNoRelationships.conf" several times without > reinstalling the schema. The result is always the same: Hi Michael, I get the same as you, today! but certainly didn't yesterday. Since I can't reproduce it myself now, someone please just close the issue (JIRA-116) and if I find

Re: Problem with self-referencing relationship

2005-08-09 Thread Michael Watzek
Hi Andy, I can run "companyNoRelationships.conf" several times without reinstalling the schema. The result is always the same: "SQL Exception: Column name 'DATASTOREIDENTITY0.PERSONS.DATASTORE_IDENTITY' is in more than one table in the FROM list." This is JDO-93. I cannot reproduce JDO-116

Running a single test in fostore20 (was Re: Problem with self-referencing relationship)

2005-08-09 Thread Michael Bouschen
Hi, [...] I heard you mentioning on the conference call that i could run an individual test in maven, could you please tell me how to do that? It depends on which project you're running. The TCK can run a single configuration (combination of database, test data, and test program. In the t

RE: Problem with self-referencing relationship

2005-08-09 Thread erik
Not from me too. I'm VERY busy in my FULL time job. I will come back later this week. Erik Bengtson > -Original Message- > From: Andy Jefferson [mailto:[EMAIL PROTECTED] > Sent: Monday, August 08, 2005 8:31 PM > To: jdo-dev@db.apache.org > Subject: Re: Problem w

Re: Problem with self-referencing relationship

2005-08-08 Thread Craig Russell
Hi Karan,On Aug 8, 2005, at 8:23 PM, Karan Malhi wrote:Hi Craig,I dont know anything about this "Completeness Test" . I do know that the tck requirements is that the test should leave the database in a clean state. Is this what the completeness test does (check to see if db is clean)? When I sugges

Re: Problem with self-referencing relationship

2005-08-08 Thread Karan Malhi
Hi Craig, I dont know anything about this "Completeness Test" . I do know that the tck requirements is that the test should leave the database in a clean state. Is this what the completeness test does (check to see if db is clean)? Where do i look for this test? I heard you mentioning on the co

Re: Problem with self-referencing relationship

2005-08-08 Thread Craig Russell
Hi Andy,On Aug 8, 2005, at 11:30 AM, Andy Jefferson wrote:Any update on this? Not from me. Not had time to look at it. Don't know if Erik has.Out of interest, how do I run this "CompletenessTest" on its own ? (since it's not in alltests.conf). I've tried running "companyNoRelationships.conf", which

Re: Problem with self-referencing relationship

2005-08-08 Thread Craig Russell
Hi Andy, Karan,On Aug 8, 2005, at 11:30 AM, Andy Jefferson wrote:Any update on this? Not from me. Not had time to look at it. Don't know if Erik has.Out of interest, how do I run this "CompletenessTest" on its own ? (since it's not in alltests.conf). I've tried running "companyNoRelationships.conf"

Re: Problem with self-referencing relationship

2005-08-08 Thread Andy Jefferson
> Any update on this? Not from me. Not had time to look at it. Don't know if Erik has. Out of interest, how do I run this "CompletenessTest" on its own ? (since it's not in alltests.conf). I've tried running "companyNoRelationships.conf", which is fine for 1 run, but if I run it again it tries

Re: Problem with self-referencing relationship

2005-08-08 Thread Craig Russell
Hi Eric, Andy,Any update on this?Thanks,CraigOn Jul 21, 2005, at 10:44 AM, Michael Bouschen wrote:Hi Erik, hi Andy,when running the CompletenessTest I ran into a JDODataStoreException saying that a column name is in more than one table in the FROM list. I have the feeling it has to do with self-ref

Problem with self-referencing relationship

2005-07-21 Thread Michael Bouschen
Hi Erik, hi Andy, when running the CompletenessTest I ran into a JDODataStoreException saying that a column name is in more than one table in the FROM list. I have the feeling it has to do with self-referencing relationships (Employee<->Employee). In this case the table in the OUTER JOIN is th