You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by Tim Holloway <ti...@mousetech.com> on 2008/07/04 18:51:58 UTC

OpenJPA-571

Can someone look at issue OpenJPA-571? I noticed that apparently nobody
has taken it on and I'm the third person to get nailed by it - in my
case in a simple table-to-table copy operation. I got around it only by
replacing the failing persist() call with a brute-force JDBC INSERT
operation.

   Thanks,

     Tim