ERROR "No property for arcId toXyz..."

2007-06-28 Thread David Norwood
Hi, I've seen a couple posts awhile ago about this error. Andrus had offered a solution, but it's not working for me. I re-imported the classes involved into Modeler and re-gened the classes. No fix. Any help?? Here's the problem: when attempting to insert new records into a 1-n relationshi

Re: paged query slow when fetching big lists

2007-06-28 Thread Aristedes Maniatis
On 28/06/2007, at 6:10 PM, Andrus Adamchik wrote: Fixed. Now the things are fast on the client as well. A final followup on these changes. We've done testing both single user and three-tier and the speed improvement is now consistent throughout. With the following setup: * 1.6Ghz iMac

Re: getting started

2007-06-28 Thread Jack O'Connor
Hey, you were right about the problem; the java that comes with fedora core linux is not fully compatible with every java application. The solution I found was to use JPackage to run 2 versions of java simultaneously (2 'alternatives'). Thanks, Jack Andrus Adamchik wrote: You don't have to rem

Re: getting started

2007-06-28 Thread Jack O'Connor
Hey, problem has just been solved. It was an interesting problem; the java that comes with fedora core linux is different to Sun's java, and not fully compatible with every java application. The solution is to use JPackage to run 2 versions of java simultaneously (2 'alternatives'). Thanks, Ja

Re: getting started

2007-06-28 Thread Michael Gentry
Two silly questions: 1) Can you connect using the mysql command prompt? 2) Can you connect using another tool (there are many DB plugins for Eclipse) that uses a jdbc: type connection string? Thanks, /dev/mrg On 6/27/07, Jack O'Connor <[EMAIL PROTECTED]> wrote: Hi, I'm new to Cayenne and hav

Re: getting started

2007-06-28 Thread Andrus Adamchik
You don't have to remove the GNU Java, just install Sun Java somewhere and make sure that all the executables from Sun JDK are in the path. I usually do it with the "alternatives" command. E.g. (assuming Sun JDK is installed under /usr/lib/jvm/jdk1.5.0_10/): alternatives --install /usr/bin/

Re: getting started

2007-06-28 Thread Jack O'Connor
java -version java version "1.5.0" gij (GNU libgcj) version 4.1.2 20070502 (Red Hat 4.1.2-12) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Re: AW: paged query slow when fetching big lists

2007-06-28 Thread Andrus Adamchik
To be fair this depends on the kind of issue and on the user effort to prove to the developers that a given fix is actually going to make things better. Andrus On Jun 28, 2007, at 11:18 AM, Peter Schröder wrote: the speed of fixing things is amaizing... i wish that tapestry would have suc

AW: paged query slow when fetching big lists

2007-06-28 Thread Peter Schröder
the speed of fixing things is amaizing... i wish that tapestry would have such a support! -Ursprüngliche Nachricht- Von: Andrus Adamchik [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. Juni 2007 10:11 An: user@cayenne.apache.org Betreff: Re: paged query slow when fetching big lists

Re: paged query slow when fetching big lists

2007-06-28 Thread Andrus Adamchik
Fixed. Now the things are fast on the client as well. Andrus On Jun 28, 2007, at 12:18 AM, Andrus Adamchik wrote: On Jun 27, 2007, at 6:38 AM, Marcin Skladaniec wrote: There is one but: fix does work only for queries executed on server, when I executed the query on (ROP) client, the query

Re: getting started

2007-06-28 Thread Andrus Adamchik
Hi Jack, All this is *very* strange. Are you using JDK that comes with Fedora, or did you install Sun JDK? To check do this: $ java -version I know in the past the open source Java port included with Fedora was unusable (especially with the GUI apps), so Sun Linux JDK must be installed.