[JIRA] Created: (CAY-747) Inserting new record in table with PK columns of UUID and trigger to generate new UUIDs

2007-02-07 Thread JIRA
Inserting new record in table with PK columns of UUID and trigger to generate new UUIDs --- Key: CAY-747 URL: https://issues.apache.org/cayenne/browse/CAY-747 Project

Re: Build Failures?

2007-02-07 Thread Mike Kienenberger
In my MyFaces maven experience, I've found it to be a good idea to always use "mvn clean install" instead of "mvn install", and as Andrus says, you still sometimes have to purge the repository. On 2/7/07, Andrus Adamchik <[EMAIL PROTECTED]> wrote: Hmm, looks like a problem due to a recent refact

Re: Build Failures?

2007-02-07 Thread Andrus Adamchik
This is due to an issue with Geronimo TransactionManager that was recently fixed. I think this code didn't make it to the Maven snapshot repo yet, so you'll have to build this module manually (or skip the integration tests for now): http://objectstyle.org/cayenne/lists/cayenne-devel/2007/02

Re: Build Failures?

2007-02-07 Thread Michael Gentry
That got me closer. I now get this, though: --- T E S T S --- Running org.apache.cayenne.jpa.itest.ch5._5_5_1_JtaEntityManagerTest Apache OpenEJB 3.0-incubating-SNAPSHOTbuild: 20070206-12:

Re: Build Failures?

2007-02-07 Thread Andrus Adamchik
Hmm, looks like a problem due to a recent refactoring. I suggest to start with a clean local repo: rm -rf ~/.m2/repository/org/apache/cayenne cd cayenne/ && mvn clean install Andrus On Feb 7, 2007, at 3:57 PM, Michael Gentry wrote: Does a "mvn install" currently build for others? Whenever

Build Failures?

2007-02-07 Thread Michael Gentry
Does a "mvn install" currently build for others? Whenever I try it (or to build the Mac DMG), I get: [INFO] [INFO] Building Cayenne JPA Unpublished [INFO]task-segment: [install] [INFO]

Apache Cayenne DOAP

2007-02-07 Thread Andrus Adamchik
Hi there, Apache Cayenne just created a DOAP file per instructions at http:// projects.apache.org/create.html Here is the URL: http://svn.apache.org/repos/asf/cayenne/site/trunk/tlp-site/src/doap/ cayenne.rdf Can somebody with enough karma deploy it on projects.apache.org? Thanks! Andrus