Re: Programmatically pagination does NOT work with OpenJPA 1.0.1

2007-12-06 Thread frankca
Hi Patrick, What is the ETA of 1.1.0 release? -Frank plinskey wrote: > > FTR, I think that this is now resolved in the 1.1.0 snapshots. > > -Patrick > > On Dec 6, 2007 1:08 PM, roger.keays <[EMAIL PROTECTED]> > wrote: >> >> same problem on postgres 7.4. broken in 1.0.1 but works in 1.0.0 >

JPQL error claims "no such column t2.id"

2007-12-06 Thread Marc Siegel
Hi folks, I got an indecipherable JPQL error that I was hoping someone could help me with. The JPQL query causing the error is: String jpql = "SELECT g FROM GaAdGroup g " + "WHERE g.name LIKE '[" + exGroup.getName() + " #%]' " + "AND " + MAX_KEYWORDS_ADGROUP + " > " +

Unique constraint violated using Oracle sequence to generate ID only when multi-threaded.

2007-12-06 Thread frankca
Hi, First, I understand the following is thread-safe which I mean OpenJPA always asks the database sequence for the next value: @Id @SequenceGenerator(name = "FooSeq", sequenceName = "seq_foo") @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "FooSeq") private Long

RE: update query syntax for embedded class field

2007-12-06 Thread Ajay Aggarwal
Jira issue created https://issues.apache.org/jira/browse/OPENJPA-461 -Original Message- From: Ajay Aggarwal [mailto:[EMAIL PROTECTED] Sent: Thursday, December 06, 2007 9:39 AM To: users@openjpa.apache.org Subject: RE: update query syntax for embedded class field Thanks Michael. I will

RE: OptimisticException question

2007-12-06 Thread Ajay Aggarwal
Jira issue created... https://issues.apache.org/jira/browse/OPENJPA-462 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 6:32 PM To: users@openjpa.apache.org Subject: Re: OptimisticException question Hi, That's a bug; OpenJPA is not

RE: update query syntax for embedded class field

2007-12-06 Thread Ajay Aggarwal
Thanks Michael. I will file a bug. Meanwhile, is there a workaround for this? -Original Message- From: Michael Bouschen [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 05, 2007 5:59 PM To: users@openjpa.apache.org Subject: Re: update query syntax for embedded class field Hi Ajay Ag