Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 7634 invoked from network); 14 Mar 2007 17:55:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 17:55:59 -0000 Received: (qmail 38790 invoked by uid 500); 14 Mar 2007 17:56:06 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 38768 invoked by uid 500); 14 Mar 2007 17:56:06 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 38757 invoked by uid 99); 14 Mar 2007 17:56:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 10:56:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jesse.mcconnell@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 10:55:55 -0700 Received: by nf-out-0910.google.com with SMTP id l24so308250nfc for ; Wed, 14 Mar 2007 10:55:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t1T2X/sOM/wpnF2oBiDMHX64dTmg3x6ZKlU+U599tCzoKJY47L2rq2PnFQ/KT47MltKdv2gBFZV6u5Gnr/n9ng6CFGKBen3TAqwGVZQgiNWQ0EiZrT5lKEApShFkqp/yC7cwxRJxinoaPN5yhVN75Do3/NhvSOF35YdNhX0M8JQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G6/tpJ2RG9zYpc5SNBMqTflRy1QP5YpwPH+vOpKQNhtO2N17Knu0kfArUt2c0V/wSiNpGqUMSWze9qFwPZj9SNDvPLw+gjQzNqMcniZMWTmOFmQsIsKcwCr5IbjozYMkYts8CchlOwLj0jt/9V3UR/mlvHTLBzRIwYP6vrUrsYs= Received: by 10.78.149.13 with SMTP id w13mr1343757hud.1173894828454; Wed, 14 Mar 2007 10:53:48 -0700 (PDT) Received: by 10.82.174.13 with HTTP; Wed, 14 Mar 2007 10:53:48 -0700 (PDT) Message-ID: Date: Wed, 14 Mar 2007 12:53:48 -0500 From: "Jesse McConnell" To: continuum-dev@maven.apache.org Subject: Re: JPOX 1.1.7 ? In-Reply-To: <495914f00703140722n6a1c1786hf43813f5a5829b32@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <495914f00703131204j123d08fbt9efe5b5e9c1b2d7f@mail.gmail.com> <495914f00703131436s470fcd5bo6359a9680e8d0b2f@mail.gmail.com> <495914f00703140644q25b58c47g4a7d1c663f66d043@mail.gmail.com> <495914f00703140722n6a1c1786hf43813f5a5829b32@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I am getting issues with starting continuum with the jpox 1.1.7 and postgres myself different stacks though g: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "PROJECTGROUP_BUILDDEFINITIONS_pkey" for table "PROJECTGROUP_BUILDDEFINITIONS" 2007-03-14 12:48:37,539 [main] WARN General - SQL warning: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "PROJECTNOTIFIER_CONFIGURATION_pkey" for table "PROJECTNOTIFIER_CONFIGURATION" 2007-03-14 12:48:37,676 [main] ERROR Schema - An exception was thrown while adding/validating class(es) : ERROR: function information_schema._pg_keypositions() does not exist java.sql.SQLException: ERROR: function information_schema._pg_keypositions() does not exist at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1471) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1256) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:175) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:389) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:314) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:221) at org.postgresql.jdbc2.AbstractJdbc2DatabaseMetaData.getImportedExportedKeys(AbstractJdbc2DatabaseMetaData.java:3237) at org.postgresql.jdbc2.AbstractJdbc2DatabaseMetaData.getImportedKeys(AbstractJdbc2DatabaseMetaData.java:3533) at org.jpox.store.rdbms.RDBMSStoreHelper.getForeignKeyInfoForTable(RDBMSStoreHelper.java:376) at org.jpox.store.rdbms.table.TableImpl.getExistingForeignKeys(TableImpl.java:937) at org.jpox.store.rdbms.table.TableImpl.validateForeignKeys(TableImpl.java:421) at org.jpox.store.rdbms.table.TableImpl.validateConstraints(TableImpl.java:394) at org.jpox.store.rdbms.table.ClassTable.validateConstraints(ClassTable.java:2875) at org.jpox.store.rdbms.RDBMSManager$ClassAdder.performTablesValidation(RDBMSManager.java:3110) On 3/14/07, Thierry Lach wrote: > Yeah, that was my thought also. > > On 3/14/07, Jesse McConnell wrote: > > > > have you tried it with postgres outside of jboss? I want to narrow > > down the factors here > > > > > > > > On 3/14/07, Thierry Lach wrote: > > > That's right. I knew that patch for transaction levels didn't solve it > > on > > > its own, so my hopes got up with the mention of JPOX 1.1.7 and postgres > > last > > > week. > > > > > > On 3/13/07, Jesse McConnell wrote: > > > > > > > > I set the transaction lvls to READ_COMMITTED as well, so that didn't > > > > fix you either huh? > > > > > > > > hrm > > > > > > > > On 3/13/07, Thierry Lach wrote: > > > > > JPOX 1.1.7 doesn't correct the problems with Postgres. I've added > > an > > > > > updated stack trace to > > http://jira.codehaus.org/browse/CONTINUUM-1181 > > > > > > > > > > On 3/13/07, Jesse McConnell wrote: > > > > > > > > > > > > yes, and I setup the bundled for m2 and got them into place about > > an > > > > > > hour ago...will be synced into the main repos sometime soon > > > > > > > > > > > > jesse > > > > > > > > > > > > On 3/13/07, Thierry Lach wrote: > > > > > > > Did JPOX 1.1.7 get released yesterday? > > > > > > > > > > > > > > On 3/7/07, Erik Bengtson wrote: > > > > > > > > > > > > > > > > FYI, JPOX 1.1.7 will be released next monday. It fixes the > > issue > > > > with > > > > > > > > postgres. > > > > > > > > > > > > > > > > You can try it out, if you like, before we release. > > > > > > > > > > > > > > > > > > > > http://www.jpox.org/downloads/maven/jpox/jars/jpox-1.1-SNAPSHOT.jar > > > > > > > > > > > > > > > > Regards > > > > > > > > > > > > > > > > Quoting Jesse McConnell : > > > > > > > > > > > > > > > > > Ok, well the little poll thread I made seemed to be strongly > > in > > > > > > favor > > > > > > > > > of getting things pulled together to start getting alpha > > > > releases > > > > > > out > > > > > > > > > of continuum. So with that in mind here is a list of a few > > > > things > > > > > > > > > that we need to get in order for an alpha release that I > > > > shamelessly > > > > > > > > > started base on bretts comments > > > > > > > > > > > > > > > > > > - properly mark up the model as it was for 1.0.3 release > > > > > > > > > - add methods to continuum-data-management to utilise that > > and > > > > then > > > > > > > > > make any necessary transformations (c-d-m will do the basic > > > > 1-to-1 > > > > > > > > > conversions) > > > > > > > > > - probably write a little CLI to fire it off. > > > > > > > > > - vet jira for a 1.1 alpha 1 release version and maybe > > schedule > > > > out > > > > > > a > > > > > > > > > couple of alpha-# releases. > > > > > > > > > > > > > > > > > > I think I'll start in on the data management bit now since > > that > > > > > > seems > > > > > > > > > like the biggest hurdle. I am not convinced we really need > > to > > > > worry > > > > > > > > > about a continuum 1.0.3 -> continuum 1.1 migration > > ability...its > > > > not > > > > > > a > > > > > > > > > difficult thing to get projects loaded back up into > > > > continuum...but > > > > > > > > > we'll see I guess. > > > > > > > > > > > > > > > > > > anyone have anything to add? > > > > > > > > > > > > > > > > > > jesse > > > > > > > > > > > > > > > > > > -- > > > > > > > > > jesse mcconnell > > > > > > > > > jesse.mcconnell@gmail.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > jesse mcconnell > > > > > > jesse.mcconnell@gmail.com > > > > > > > > > > > > > > > > > > > > > > > -- > > > > jesse mcconnell > > > > jesse.mcconnell@gmail.com > > > > > > > > > > > > > -- > > jesse mcconnell > > jesse.mcconnell@gmail.com > > > -- jesse mcconnell jesse.mcconnell@gmail.com