Re: java.sql.SQLException: No rows for 'payment_items'

2006-05-02 Thread Mike Kienenberger
On 4/29/06, Philip Copeland [EMAIL PROTECTED] wrote: Just tracked this down - its very subtle - and I think qualifies as a bug in Cayenne. The problem is that the select for the AutoPKSupport is not using A fully qualified table name That sounds reasonable to me. Open a JIRA issue on it.

Re: java.sql.SQLException: No rows for 'payment_items'

2006-05-02 Thread Andrus Adamchik
Yeah, this will be a nice improvement. BTW, PK generator 'schema' property is a part of the JPA spec, so we will have to implement it anyways. Andrus On May 2, 2006, at 1:06 PM, Mike Kienenberger wrote: On 4/29/06, Philip Copeland [EMAIL PROTECTED] wrote: Just tracked this down - its

Re: java.sql.SQLException: No rows for 'payment_items'

2006-05-02 Thread Tore Halset
On May 2, 2006, at 19:06, Mike Kienenberger wrote: On 4/29/06, Philip Copeland [EMAIL PROTECTED] wrote: Just tracked this down - its very subtle - and I think qualifies as a bug in Cayenne. The problem is that the select for the AutoPKSupport is not using A fully qualified table name

RE: java.sql.SQLException: No rows for 'payment_items'

2006-05-02 Thread Philip Copeland
Logged as CAY-539. Philip -Original Message- From: Andrus Adamchik [mailto:[EMAIL PROTECTED] Sent: Wednesday, 3 May 2006 3:18 AM To: cayenne-user@incubator.apache.org Subject: Re: java.sql.SQLException: No rows for 'payment_items' Yeah, this will be a nice improvement. BTW, PK