users@glassfish.java.net

Re: Problem with JPA and cache

From: Zhang JiHui <zhangjh_at_cn.fujitsu.com>
Date: Thu, 17 Jul 2008 10:28:05 +0900

I noticed that the last two "INSERT " action binding same data:

*
[TopLink Fine]: 2008.07.16
04:49:05.596--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--INSERT
INTO CHILD (VERSION, CREATEDON, PARENT_ID) VALUES (?, ?, ?)
        bind => [1, 2008-07-16 16:49:05.596, 1]
*
[TopLink Fine]: 2008.07.16
04:49:05.596--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--INSERT
INTO CHILD (VERSION, CREATEDON, PARENT_ID) VALUES (?, ?, ?)
        bind => [1, 2008-07-16 16:49:05.596, 1]

Thanks,
henrry_china