users@glassfish.java.net

Re: RE: Problem with JPA and cache

From: <glassfish_at_javadesktop.org>
Date: Wed, 16 Jul 2008 14:10:40 PDT

I set "toplink.logging.level" to "FINEST" in the "persistence.xml". I also changed the Version property to be an "Integer" instead of an "int". Here is the log and there is no change:

init:
deps-jar:
compile:
run:
[TopLink Finest]: 2008.07.16 04:49:04.393--ServerSession(2352593)--Thread(Thread[main,5,main])--property=toplink.weaving; value=false
[TopLink Finest]: 2008.07.16 04:49:04.408--ServerSession(2352593)--Thread(Thread[main,5,main])--property=toplink.orm.throw.exceptions; default value=true
[TopLink Finer]: 2008.07.16 04:49:04.408--ServerSession(2352593)--Thread(Thread[main,5,main])--Searching for default mapping file in file:/C:/src/stest/build/classes/
[TopLink Config]: 2008.07.16 04:49:04.533--ServerSession(2352593)--Thread(Thread[main,5,main])--The alias name for the entity class [class stest.Child] is being defaulted to: Child.
[TopLink Config]: 2008.07.16 04:49:04.549--ServerSession(2352593)--Thread(Thread[main,5,main])--The table name for entity [class stest.Child] is being defaulted to: CHILD.
[TopLink Config]: 2008.07.16 04:49:04.565--ServerSession(2352593)--Thread(Thread[main,5,main])--The column name for element [private java.lang.Integer stest.Child.id] is being defaulted to: ID.
[TopLink Config]: 2008.07.16 04:49:04.565--ServerSession(2352593)--Thread(Thread[main,5,main])--The column name for element [private java.lang.Integer stest.Child.version] is being defaulted to: VERSION.
[TopLink Config]: 2008.07.16 04:49:04.580--ServerSession(2352593)--Thread(Thread[main,5,main])--The column name for element [private java.util.Date stest.Child.createdOn] is being defaulted to: CREATEDON.
[TopLink Config]: 2008.07.16 04:49:04.580--ServerSession(2352593)--Thread(Thread[main,5,main])--The alias name for the entity class [class stest.Parent] is being defaulted to: Parent.
[TopLink Config]: 2008.07.16 04:49:04.580--ServerSession(2352593)--Thread(Thread[main,5,main])--The table name for entity [class stest.Parent] is being defaulted to: PARENT.
[TopLink Config]: 2008.07.16 04:49:04.596--ServerSession(2352593)--Thread(Thread[main,5,main])--The column name for element [private java.lang.Integer stest.Parent.id] is being defaulted to: ID.
[TopLink Config]: 2008.07.16 04:49:04.596--ServerSession(2352593)--Thread(Thread[main,5,main])--The column name for element [private java.lang.Integer stest.Parent.version] is being defaulted to: VERSION.
[TopLink Config]: 2008.07.16 04:49:04.596--ServerSession(2352593)--Thread(Thread[main,5,main])--The column name for element [private java.lang.String stest.Parent.serialNumber] is being defaulted to: SERIALNUMBER.
[TopLink Config]: 2008.07.16 04:49:04.596--ServerSession(2352593)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [private stest.Parent stest.Child.parent] is being defaulted to: class stest.Parent.
[TopLink Config]: 2008.07.16 04:49:04.658--ServerSession(2352593)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [private stest.Parent stest.Child.parent] is being defaulted to: ID.
[TopLink Config]: 2008.07.16 04:49:04.658--ServerSession(2352593)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [private stest.Parent stest.Child.parent] is being defaulted to: PARENT_ID.
[TopLink Config]: 2008.07.16 04:49:04.658--ServerSession(2352593)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [private java.util.List stest.Parent.children] is being defaulted to: class stest.Child.
[TopLink Finest]: 2008.07.16 04:49:04.674--ServerSession(2352593)--Thread(Thread[main,5,main])--end predeploying Persistence Unit stestPU; state Predeployed; factoryCount 0
[TopLink Finer]: 2008.07.16 04:49:04.674--Thread(Thread[main,5,main])--cmp_init_transformer_is_null
[TopLink Finest]: 2008.07.16 04:49:04.674--ServerSession(2352593)--Thread(Thread[main,5,main])--begin predeploying Persistence Unit stestPU; state Predeployed; factoryCount 0
[TopLink Finest]: 2008.07.16 04:49:04.674--ServerSession(2352593)--Thread(Thread[main,5,main])--end predeploying Persistence Unit stestPU; state Predeployed; factoryCount 1
[TopLink Finest]: 2008.07.16 04:49:04.674--ServerSession(2352593)--Thread(Thread[main,5,main])--begin deploying Persistence Unit stestPU; state Predeployed; factoryCount 1
[TopLink Finest]: 2008.07.16 04:49:04.690--ServerSession(2352593)--Thread(Thread[main,5,main])--property=toplink.logging.level; value=FINEST; translated value=FINEST
[TopLink Finest]: 2008.07.16 04:49:04.690--ServerSession(2352593)--Thread(Thread[main,5,main])--property=toplink.logging.level; value=FINEST; translated value=FINEST
[TopLink Finest]: 2008.07.16 04:49:04.690--ServerSession(2352593)--Thread(Thread[main,5,main])--property=toplink.jdbc.user; value=app
[TopLink Finest]: 2008.07.16 04:49:04.690--ServerSession(2352593)--Thread(Thread[main,5,main])--property=toplink.jdbc.password; value=xxxxxx
[TopLink Finest]: 2008.07.16 04:49:05.080--ServerSession(2352593)--Thread(Thread[main,5,main])--property=toplink.jdbc.driver; value=org.apache.derby.jdbc.ClientDriver
[TopLink Finest]: 2008.07.16 04:49:05.080--ServerSession(2352593)--Thread(Thread[main,5,main])--property=toplink.jdbc.url; value=jdbc:derby://localhost:1527/sample
[TopLink Info]: 2008.07.16 04:49:05.080--ServerSession(2352593)--Thread(Thread[main,5,main])--TopLink, version: Oracle TopLink Essentials - 2.0 (Build b58g-fcs (09/07/2007))
[TopLink Finest]: 2008.07.16 04:49:05.221--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.InformixPlatform, RegularExpression: (?i)informix.*.
[TopLink Finest]: 2008.07.16 04:49:05.221--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.PointBasePlatform, RegularExpression: (?i)pointbase.*.
[TopLink Finest]: 2008.07.16 04:49:05.221--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.DB2Platform, RegularExpression: (?i).*db2.*.
[TopLink Finest]: 2008.07.16 04:49:05.221--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.SQLServerPlatform, RegularExpression: (?i)microsoft.*.
[TopLink Finest]: 2008.07.16 04:49:05.221--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.PostgreSQLPlatform, RegularExpression: (?i)postgresql.*.
[TopLink Finest]: 2008.07.16 04:49:05.221--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.SybasePlatform, RegularExpression: (?i)(sybase.*)|(adaptive server enterprise.*)|(SQL Server).
[TopLink Finest]: 2008.07.16 04:49:05.221--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.JavaDBPlatform, RegularExpression: (?i).*derby.
[TopLink Fine]: 2008.07.16 04:49:05.221--Thread(Thread[main,5,main])--Detected Vendor platform: oracle.toplink.essentials.platform.database.JavaDBPlatform
[TopLink Config]: 2008.07.16 04:49:05.221--ServerSession(2352593)--Connection(3109534)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> "app"
        datasource URL=> "jdbc:derby://localhost:1527/sample"
))
[TopLink Config]: 2008.07.16 04:49:05.237--ServerSession(2352593)--Connection(31761534)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.2.2.0 - (485682)
        Driver: Apache Derby Network Client JDBC Driver Version: 10.4.1.3 - (648739)
[TopLink Config]: 2008.07.16 04:49:05.237--ServerSession(2352593)--Connection(32200294)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> "app"
        datasource URL=> "jdbc:derby://localhost:1527/sample"
))
[TopLink Config]: 2008.07.16 04:49:05.237--ServerSession(2352593)--Connection(24463001)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.2.2.0 - (485682)
        Driver: Apache Derby Network Client JDBC Driver Version: 10.4.1.3 - (648739)
[TopLink Config]: 2008.07.16 04:49:05.237--ServerSession(2352593)--Connection(7216620)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> "app"
        datasource URL=> "jdbc:derby://localhost:1527/sample"
))
[TopLink Config]: 2008.07.16 04:49:05.237--ServerSession(2352593)--Connection(6867819)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.2.2.0 - (485682)
        Driver: Apache Derby Network Client JDBC Driver Version: 10.4.1.3 - (648739)
[TopLink Config]: 2008.07.16 04:49:05.237--ServerSession(2352593)--Connection(189219)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> "app"
        datasource URL=> "jdbc:derby://localhost:1527/sample"
))
[TopLink Config]: 2008.07.16 04:49:05.237--ServerSession(2352593)--Connection(26100519)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.2.2.0 - (485682)
        Driver: Apache Derby Network Client JDBC Driver Version: 10.4.1.3 - (648739)
[TopLink Config]: 2008.07.16 04:49:05.237--ServerSession(2352593)--Connection(14342692)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> "app"
        datasource URL=> "jdbc:derby://localhost:1527/sample"
))
[TopLink Config]: 2008.07.16 04:49:05.252--ServerSession(2352593)--Connection(2595047)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.2.2.0 - (485682)
        Driver: Apache Derby Network Client JDBC Driver Version: 10.4.1.3 - (648739)
[TopLink Config]: 2008.07.16 04:49:05.252--ServerSession(2352593)--Connection(27754609)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> "app"
        datasource URL=> "jdbc:derby://localhost:1527/sample"
))
[TopLink Config]: 2008.07.16 04:49:05.252--ServerSession(2352593)--Connection(31556811)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.2.2.0 - (485682)
        Driver: Apache Derby Network Client JDBC Driver Version: 10.4.1.3 - (648739)
[TopLink Config]: 2008.07.16 04:49:05.252--ServerSession(2352593)--Connection(13982086)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
        platform=>JavaDBPlatform
        user name=> "app"
        datasource URL=> "jdbc:derby://localhost:1527/sample"
))
[TopLink Config]: 2008.07.16 04:49:05.252--ServerSession(2352593)--Connection(15245345)--Thread(Thread[main,5,main])--Connected: jdbc:derby://localhost:1527/sample
        User: app
        Database: Apache Derby Version: 10.2.2.0 - (485682)
        Driver: Apache Derby Network Client JDBC Driver Version: 10.4.1.3 - (648739)
[TopLink Finest]: 2008.07.16 04:49:05.268--ServerSession(2352593)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
[TopLink Info]: 2008.07.16 04:49:05.283--ServerSession(2352593)--Thread(Thread[main,5,main])--file:/C:/src/stest/build/classes/-stestPU login successful
[TopLink Finest]: 2008.07.16 04:49:05.299--ServerSession(2352593)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
[TopLink Fine]: 2008.07.16 04:49:05.299--ServerSession(2352593)--Connection(24463001)--Thread(Thread[main,5,main])--ALTER TABLE CHILD DROP CONSTRAINT FK_CHILD_PARENT_ID
[TopLink Finest]: 2008.07.16 04:49:05.346--ServerSession(2352593)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
[TopLink Fine]: 2008.07.16 04:49:05.346--ServerSession(2352593)--Connection(31761534)--Thread(Thread[main,5,main])--DROP TABLE CHILD
[TopLink Finest]: 2008.07.16 04:49:05.362--ServerSession(2352593)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
[TopLink Fine]: 2008.07.16 04:49:05.362--ServerSession(2352593)--Connection(24463001)--Thread(Thread[main,5,main])--CREATE TABLE CHILD (ID INTEGER GENERATED ALWAYS AS IDENTITY NOT NULL, VERSION INTEGER, CREATEDON TIMESTAMP, PARENT_ID INTEGER, PRIMARY KEY (ID))
[TopLink Finest]: 2008.07.16 04:49:05.377--ServerSession(2352593)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
[TopLink Fine]: 2008.07.16 04:49:05.377--ServerSession(2352593)--Connection(31761534)--Thread(Thread[main,5,main])--DROP TABLE PARENT
[TopLink Finest]: 2008.07.16 04:49:05.424--ServerSession(2352593)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
[TopLink Fine]: 2008.07.16 04:49:05.424--ServerSession(2352593)--Connection(24463001)--Thread(Thread[main,5,main])--CREATE TABLE PARENT (ID INTEGER GENERATED ALWAYS AS IDENTITY NOT NULL, VERSION INTEGER, SERIALNUMBER VARCHAR(255), PRIMARY KEY (ID))
[TopLink Finest]: 2008.07.16 04:49:05.440--ServerSession(2352593)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
[TopLink Fine]: 2008.07.16 04:49:05.440--ServerSession(2352593)--Connection(31761534)--Thread(Thread[main,5,main])--ALTER TABLE CHILD ADD CONSTRAINT FK_CHILD_PARENT_ID FOREIGN KEY (PARENT_ID) REFERENCES PARENT (ID)
[TopLink Finest]: 2008.07.16 04:49:05.471--ServerSession(2352593)--Thread(Thread[main,5,main])--end deploying Persistence Unit stestPU; state Deployed; factoryCount 1
[TopLink Finer]: 2008.07.16 04:49:05.487--ServerSession(2352593)--Thread(Thread[main,5,main])--client acquired
[TopLink Finest]: 2008.07.16 04:49:05.487--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query DoesExistQuery()
[TopLink Finest]: 2008.07.16 04:49:05.502--UnitOfWork(14850080)--Thread(Thread[main,5,main])--PERSIST operation called on: stest.Parent_at_1fc1a6.
[TopLink Finest]: 2008.07.16 04:49:05.502--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query DoesExistQuery()
[TopLink Finest]: 2008.07.16 04:49:05.502--UnitOfWork(14850080)--Thread(Thread[main,5,main])--PERSIST operation called on: stest.Child_at_5c3987.
[TopLink Finer]: 2008.07.16 04:49:05.502--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--begin transaction
[TopLink Finest]: 2008.07.16 04:49:05.502--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(stest.Parent_at_1fc1a6)
[TopLink Finest]: 2008.07.16 04:49:05.502--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Assign return row DatabaseRecord(
        PARENT.VERSION => 1)
[TopLink Fine]: 2008.07.16 04:49:05.518--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--INSERT INTO PARENT (VERSION, SERIALNUMBER) VALUES (?, ?)
        bind => [1, null]
[TopLink Finest]: 2008.07.16 04:49:05.533--ClientSession(4167406)--Thread(Thread[main,5,main])--Execute query ValueReadQuery()
[TopLink Fine]: 2008.07.16 04:49:05.533--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--values IDENTITY_VAL_LOCAL()
[TopLink Finest]: 2008.07.16 04:49:05.549--UnitOfWork(14850080)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> stest.Parent_at_1fc1a6)
[TopLink Finest]: 2008.07.16 04:49:05.565--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(stest.Child_at_5c3987)
[TopLink Finest]: 2008.07.16 04:49:05.565--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(stest.Parent_at_1fc1a6)
[TopLink Finest]: 2008.07.16 04:49:05.565--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Assign return row DatabaseRecord(
        CHILD.VERSION => 1)
[TopLink Fine]: 2008.07.16 04:49:05.565--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.487, 1]
[TopLink Finest]: 2008.07.16 04:49:05.565--ClientSession(4167406)--Thread(Thread[main,5,main])--Execute query ValueReadQuery()
[TopLink Fine]: 2008.07.16 04:49:05.565--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--values IDENTITY_VAL_LOCAL()
[TopLink Finest]: 2008.07.16 04:49:05.565--UnitOfWork(14850080)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> stest.Child_at_5c3987)
[TopLink Finest]: 2008.07.16 04:49:05.580--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(stest.Parent)
[TopLink Finest]: 2008.07.16 04:49:05.580--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query DoesExistQuery()
[TopLink Finest]: 2008.07.16 04:49:05.580--UnitOfWork(14850080)--Thread(Thread[main,5,main])--PERSIST operation called on: stest.Child_at_1827d1.
[TopLink Finest]: 2008.07.16 04:49:05.580--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(stest.Parent_at_1fc1a6)
[TopLink Finest]: 2008.07.16 04:49:05.580--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Assign return row DatabaseRecord(
        PARENT.VERSION => 2)
[TopLink Fine]: 2008.07.16 04:49:05.580--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--UPDATE PARENT SET SERIALNUMBER = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
        bind => [12345678, 2, 1, 1]
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(stest.Child_at_1827d1)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(stest.Parent_at_1fc1a6)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Assign return row DatabaseRecord(
        CHILD.VERSION => 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.58, 1]
[TopLink Finest]: 2008.07.16 04:49:05.596--ClientSession(4167406)--Thread(Thread[main,5,main])--Execute query ValueReadQuery()
[TopLink Fine]: 2008.07.16 04:49:05.596--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--values IDENTITY_VAL_LOCAL()
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> stest.Child_at_1827d1)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query DoesExistQuery()
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--PERSIST operation called on: stest.Child_at_15bc6c8.
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(stest.Parent_at_1fc1a6)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(stest.Child_at_15bc6c8)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(stest.Parent_at_1fc1a6)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Assign return row DatabaseRecord(
        CHILD.VERSION => 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]
[TopLink Finest]: 2008.07.16 04:49:05.596--ClientSession(4167406)--Thread(Thread[main,5,main])--Execute query ValueReadQuery()
[TopLink Fine]: 2008.07.16 04:49:05.596--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--values IDENTITY_VAL_LOCAL()
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> stest.Child_at_15bc6c8)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(stest.Parent)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query DoesExistQuery()
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--PERSIST operation called on: stest.Child_at_3bc20e.
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(stest.Parent_at_1fc1a6)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(stest.Child_at_3bc20e)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(stest.Parent_at_1fc1a6)
[TopLink Finest]: 2008.07.16 04:49:05.596--UnitOfWork(14850080)--Thread(Thread[main,5,main])--Assign return row DatabaseRecord(
        CHILD.VERSION => 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]
[TopLink Finest]: 2008.07.16 04:49:05.596--ClientSession(4167406)--Thread(Thread[main,5,main])--Execute query ValueReadQuery()
[TopLink Fine]: 2008.07.16 04:49:05.596--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--values IDENTITY_VAL_LOCAL()
[TopLink Finest]: 2008.07.16 04:49:05.612--UnitOfWork(14850080)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> stest.Child_at_3bc20e)
[TopLink Finer]: 2008.07.16 04:49:05.612--UnitOfWork(14850080)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: 2008.07.16 04:49:05.612--ClientSession(4167406)--Connection(6867819)--Thread(Thread[main,5,main])--commit transaction
[TopLink Finer]: 2008.07.16 04:49:05.612--UnitOfWork(14850080)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: 2008.07.16 04:49:05.612--UnitOfWork(14850080)--Thread(Thread[main,5,main])--resume unit of work
[TopLink Finest]: 2008.07.16 04:49:05.612--ServerSession(2352593)--Thread(Thread[main,5,main])--begin predeploying Persistence Unit stestPU; state Deployed; factoryCount 1
[TopLink Finest]: 2008.07.16 04:49:05.612--ServerSession(2352593)--Thread(Thread[main,5,main])--end predeploying Persistence Unit stestPU; state Deployed; factoryCount 2
[TopLink Finest]: 2008.07.16 04:49:05.612--ServerSession(2352593)--Thread(Thread[main,5,main])--begin deploying Persistence Unit stestPU; state Deployed; factoryCount 2
[TopLink Finest]: 2008.07.16 04:49:05.612--ServerSession(2352593)--Thread(Thread[main,5,main])--end deploying Persistence Unit stestPU; state Deployed; factoryCount 2
[TopLink Finer]: 2008.07.16 04:49:05.612--ServerSession(2352593)--Thread(Thread[main,5,main])--client acquired
[TopLink Finest]: 2008.07.16 04:49:05.612--UnitOfWork(653967)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(stest.Parent)
[TopLink Finest]: 2008.07.16 04:49:05.612--UnitOfWork(653967)--Thread(Thread[main,5,main])--Register the existing object stest.Child_at_578073
[TopLink Finest]: 2008.07.16 04:49:05.627--UnitOfWork(653967)--Thread(Thread[main,5,main])--Register the existing object stest.Parent_at_1ec58a
[TopLink Finest]: 2008.07.16 04:49:05.627--UnitOfWork(653967)--Thread(Thread[main,5,main])--Register the existing object stest.Child_at_c4d04d
[TopLink Finest]: 2008.07.16 04:49:05.627--UnitOfWork(653967)--Thread(Thread[main,5,main])--Register the existing object stest.Parent_at_1ec58a
[TopLink Finest]: 2008.07.16 04:49:05.627--UnitOfWork(653967)--Thread(Thread[main,5,main])--Register the existing object stest.Child_at_1de45e2
[TopLink Finest]: 2008.07.16 04:49:05.627--UnitOfWork(653967)--Thread(Thread[main,5,main])--Register the existing object stest.Parent_at_1ec58a
Child 3 present
Child 1 present
Child 2 present
config set count is 3
[TopLink Finer]: 2008.07.16 04:49:05.627--UnitOfWork(653967)--Thread(Thread[main,5,main])--begin unit of work commit
[TopLink Finer]: 2008.07.16 04:49:05.627--UnitOfWork(653967)--Thread(Thread[main,5,main])--end unit of work commit
[TopLink Finer]: 2008.07.16 04:49:05.627--UnitOfWork(653967)--Thread(Thread[main,5,main])--resume unit of
[Message sent by forum member 'bbergquist' (bbergquist)]

http://forums.java.net/jive/thread.jspa?messageID=287133