users@glassfish.java.net

Re: Latest version of Toplink Essentials problem with bidirectional one-man

From: <glassfish_at_javadesktop.org>
Date: Thu, 04 Oct 2007 06:41:07 PDT

Oh, and when I switch on FINEST logging for persistence I see this, so the persistence layer is assuming some funny things about the existence of tables:

[#|2007-10-04T14:31:15.218+0100|FINEST|sun-appserver9.1|oracle.toplink.essentials.session.file:/C:/sjas/domains/domain1/applications/j2ee-apps/democustomer/democustomer_jar/-SITE1PREVIEW.connection|_ThreadID=20;_ThreadName=httpSSLWorkerThread-9085-2;ClassName=null;MethodName=null;_RequestID=3ddb76c4-71bc-4927-9e14-02660ab628bc;|reconnecting to external connection pool|#]

[#|2007-10-04T14:31:15.218+0100|FINE|sun-appserver9.1|oracle.toplink.essentials.session.file:/C:/sjas/domains/domain1/applications/j2ee-apps/democustomer/democustomer_jar/-SITE1PREVIEW.sql|_ThreadID=20;_ThreadName=httpSSLWorkerThread-9085-2;ClassName=null;MethodName=null;_RequestID=3ddb76c4-71bc-4927-9e14-02660ab628bc;|INSERT INTO TESTPARENT (ID, NAME) VALUES (?, ?)
        bind => [1, A test parent]|#]

[#|2007-10-04T14:31:15.328+0100|FINEST|sun-appserver9.1|oracle.toplink.essentials.session.file:/C:/sjas/domains/domain1/applications/j2ee-apps/democustomer/democustomer_jar/-SITE1PREVIEW.query|_ThreadID=20;_ThreadName=httpSSLWorkerThread-9085-2;ClassName=null;MethodName=null;_RequestID=3ddb76c4-71bc-4927-9e14-02660ab628bc;|Execute query InsertObjectQuery(com.prologic.cms.database.generated.Testchild_at_371c41)|#]

[#|2007-10-04T14:31:15.328+0100|FINEST|sun-appserver9.1|oracle.toplink.essentials.session.file:/C:/sjas/domains/domain1/applications/j2ee-apps/democustomer/democustomer_jar/-SITE1PREVIEW.query|_ThreadID=20;_ThreadName=httpSSLWorkerThread-9085-2;ClassName=null;MethodName=null;_RequestID=3ddb76c4-71bc-4927-9e14-02660ab628bc;|Execute query WriteObjectQuery(com.prologic.cms.database.generated.Testparent_at_19d96dd)|#]

[#|2007-10-04T14:31:15.343+0100|FINE|sun-appserver9.1|oracle.toplink.essentials.session.file:/C:/sjas/domains/domain1/applications/j2ee-apps/democustomer/democustomer_jar/-SITE1PREVIEW.sql|_ThreadID=20;_ThreadName=httpSSLWorkerThread-9085-2;ClassName=null;MethodName=null;_RequestID=3ddb76c4-71bc-4927-9e14-02660ab628bc;|INSERT INTO TESTCHILD (ID2, NAME, ID) VALUES (?, ?, ?)
        bind => [1, Test child, 1]|#]

[#|2007-10-04T14:31:15.343+0100|FINEST|sun-appserver9.1|oracle.toplink.essentials.session.file:/C:/sjas/domains/domain1/applications/j2ee-apps/democustomer/democustomer_jar/-SITE1PREVIEW.query|_ThreadID=20;_ThreadName=httpSSLWorkerThread-9085-2;ClassName=null;MethodName=null;_RequestID=3ddb76c4-71bc-4927-9e14-02660ab628bc;|Execute query DataModifyQuery()|#]

[#|2007-10-04T14:31:15.343+0100|FINE|sun-appserver9.1|oracle.toplink.essentials.session.file:/C:/sjas/domains/domain1/applications/j2ee-apps/democustomer/democustomer_jar/-SITE1PREVIEW.sql|_ThreadID=20;_ThreadName=httpSSLWorkerThread-9085-2;ClassName=null;MethodName=null;_RequestID=3ddb76c4-71bc-4927-9e14-02660ab628bc;|INSERT INTO TESTPARENT_TESTCHILD (ID, ID2, Testparent_ID) VALUES (?, ?, ?)
        bind => [1, 1, 1]|#]
[Message sent by forum member 'richliv' (richliv)]

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