Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 96323 invoked from network); 23 Sep 2005 11:10:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Sep 2005 11:10:07 -0000 Received: (qmail 78523 invoked by uid 500); 23 Sep 2005 11:09:58 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 78490 invoked by uid 99); 23 Sep 2005 11:09:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 04:09:57 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_30_40,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of karan.malhi@gmail.com designates 64.233.162.198 as permitted sender) Received: from [64.233.162.198] (HELO zproxy.gmail.com) (64.233.162.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 04:10:04 -0700 Received: by zproxy.gmail.com with SMTP id 12so544120nzp for ; Fri, 23 Sep 2005 04:09:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=RITULdP/pR2shyKyyW1q5ZIO9DniXXKIQEzYjuuS5v4mlI71QAJsodJo/QgfWTF309saCwkgw9efmAcesTJjwfAYlTzyGEAhMpDbEQQQbGNqMagOu6H+nJSacoFOVGSWgooXEyVAg317lBiunBU+e4NDKFjlvKdH9nNQoI/QAhU= Received: by 10.54.46.65 with SMTP id t65mr3742204wrt; Fri, 23 Sep 2005 04:09:35 -0700 (PDT) Received: by 10.54.135.4 with HTTP; Fri, 23 Sep 2005 04:09:34 -0700 (PDT) Message-ID: Date: Fri, 23 Sep 2005 07:09:34 -0400 From: Karan Malhi Reply-To: Karan Malhi To: jdo-dev@db.apache.org Subject: Re: My first test run -- 'splain me this, Lucy In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11043_7125682.1127473774941" References: <001701c5bfdf$783c7f10$1e0010ac@DELLZILLA> <4333638C.5010106@sun.com> <4333828A.2080002@sun.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_11043_7125682.1127473774941 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Michelle, In my previous email i had said "I think i should be able to change the nam= e of the schema to someidentity20 in schema.sql and it should still run.". I guess i was wrong, because changing the name of schema in schema.sql should run the installSchema goal successfully but I am not sure if the Tests woul= d be able to obtain a connection . On 9/23/05, Karan Malhi wrote: > > Hi Michelle, > > I agree. If you look at the contents of schema.sql under > test/sql/derby/applicationidentity > CREATE SCHEMA applicationidentity0; > SET SCHEMA applicationidentity0; > > and the contents of test/sql/derby/applicationidentity/schema1.sql > > CREATE SCHEMA applicationidentity1; > SET SCHEMA applicationidentity1; > > My understanding is that the number (0 1 2 ..)in jdo.tck.mapping=3D1 help= s > us in choosing the right schema.sql. And the name of the schema is define= d > in schema.sql and nowhere else (the name is not derived by maven using th= e > jdo.tck.mapping). I think i should be able to change the name of the > schema to someidentity20 in schema.sql and it should still run. > > > When i run runtck.jdori I am also getting a mapping=3D"" in the output. > > [echo] Finished run with database=3D"derby" identitytype=3D"datastoreiden= tity" > mapping=3D"". > > When i read maven.xml it looks like maven is setting it to an empty > string. > > The only way i could figure out have a mapping=3D"0 " in the output is if= i > put a space after the 0 when i define the property jdo.tck.mapping=3D0 > > There is every possibility that i could be wrong. So please correct me > > > > On 9/23/05, Michelle Caisse wrote: > > > > Hi Karan, > > > > A mapping of 0 is set to an empty string for the purpose of setting > > jdo.tck.schema to schema.sql, as you point out. However, the value 0 is > > needed for the name of the database schema, as in > > "applicationidentity0". > > > > -- Michelle > > > > Karan Malhi wrote: > > > > >Hi Michelle, > > >If you specify a mapping =3D 0 , maven basically considers it as an em= pty > > >string so that it can set jdo.tck.schema=3Dschema.sql. > > > > > > > > > > > > > > >If you specify a mapping=3D 1, then maven will append the number 1 to = the > > word > > >"schema" so now jdo.tck.schema=3Dschema1.sql . > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >On 9/22/05, Michelle Caisse wrote: > > > > > > > > >>Hi Matthew, > > >> > > >>I've never seen this. I'd like to know what detach.list looks like. I > > >>don't see it or the test class in the attachment list. > > >>It should look something like what's shown in step 9 of > > >> http://wiki.apache.org/jdo/TechnologyCompatibilityKit#HowTo. mapping > > >>should equal 0, not "" as shown in the console output you quote. > > >> > > >>-- Michelle > > >> > > >>Matthew T. Adams wrote: > > >> > > >> > > >> > > >>>Hi all, > > >>> > > >>>I'm trying to run my first test, and I'm getting some results that I > > >>>understand, and some results that I don't. Attached are the logs > > >>> > > >>> > > >>produced, > > >> > > >> > > >>>as well as the test class & config files. > > >>> > > >>>What I don't quite get is this console output: > > >>> doRuntck.jdori: > > >>>[java] Problems reading testlist JDOTCKTestCases.list: > > >>>java.io.FileNotFoundException: JDOTCKTestCases.list (The system > > cannot > > >>> > > >>> > > >>find > > >> > > >> > > >>>the file specified) > > >>>[java] Description: > > >>>[java] Time: 000 > > >>>[java] derby-app-detach-junit.txt: > > >>>[java] OK Tests run: 000, Time: 000 seconds. > > >>>[java] Excluded tests: > > >>>[org.apache.jdo.tck.enhancement.FieldAccessModified, > > >>>org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable] > > >>>[echo] Finished run with database=3D"derby" > > >>>identitytype=3D"applicationidentity" mapping=3D"". > > >>> > > >>>I didn't expect JDOTCKTestCases.list to be searched for at all, sinc= e > > I > > >>>specified "maven - Djdo.tck.cfglist=3Ddetach.list runtck.jdori" at t= he > > >>> > > >>> > > >>command > > >> > > >> > > >>>line. I would expect 2 of 2 cofigurations to fail (appid & dsid), > > since > > >>>JPOX doesn't yet implement the PMF & PM property detachAllOnCommit. > > >>>Instead, the message I get is that 1 of 2 configurations failed. > > >>> > > >>>What gives? Any ideas? > > >>> > > >>>--matthew > > >>> > > >>>Matthew T. Adams > > >>>Corporate Technical Advisor & Senior Consultant > > >>>Mobile: +1 253 732 1051 > > >>>Phone: +1 206 331 3833 > > >>>Fax: +1 815 331 0952 > > >>>matthew.adams@xcalia.com > > >>>P.O. Box 24163 > > >>>Federal Way, WA 98093 > > >>> www.xcalia.com > > >>> > > >>> > > >>> > > >>>Xcalia makes implementing SOA easy with agile business intermediatio= n > > >>>software that combines heterogeneous data with services to easily > > develop > > >>>and deploy transactional composite applications. Enterprises can > > quickly > > >>>respond to changing business requirements and dramatically reduce th= e > > > > >>> > > >>> > > >>costs > > >> > > >> > > >>>of data access and service integration. > > >>> > > >>> > > >>>--------------------------------------------------------------------= ---- > > > > >>> > > >>>RUN SetDetachAllOnCommit.test ERROR > > >>>Description: Detachment tests with standard mapping, no testdata. > > >>>Time: 006 > > >>>There was 1 error: > > >>>1) test( > > >>> > > >>> > > >>org.apache.jdo.tck.api.persistencemanager.detach.SetDetachAllOnCommit > > )java.lang.AbstractMethodError: > > >>org.jpox.PersistenceManagerImpl.setDetachAllOnCommit(Z)V > > >> > > >> > > >>>at > > >>> > > >>> > > >> > > org.apache.jdo.tck.api.persistencemanager.detach.SetDetachAllOnCommit.r= unTestSetDetachAllOnCommit > > >>(SetDetachAllOnCommit.java:58) > > >> > > >> > > >>>at > > >>> > > >>> > > >> > > org.apache.jdo.tck.api.persistencemanager.detach.SetDetachAllOnCommit.t= est > > >>(SetDetachAllOnCommit.java:50) > > >> > > >> > > >>>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > >>>at sun.reflect.NativeMethodAccessorImpl.invoke( > > >>> > > >>> > > >>NativeMethodAccessorImpl.java:39) > > >> > > >> > > >>>at sun.reflect.DelegatingMethodAccessorImpl.invoke( > > >>> > > >>> > > >>DelegatingMethodAccessorImpl.java:25) > > >> > > >> > > >>>at org.apache.jdo.tck.JDO_Test.runBare (JDO_Test.java:204) > > >>>at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.jav= a > > >>> > > >>> > > >>:115) > > >> > > >> > > >>>at org.apache.jdo.tck.util.BatchTestRunner.main (BatchTestRunner.jav= a > > :93) > > >>>FAILURES!!! > > >>>Error summary: > > >>>001 error: java.lang.AbstractMethodError: > > >>> > > >>> > > >>org.jpox.PersistenceManagerImpl.setDetachAllOnCommit (Z)V > > >> > > >> > > >>>derby-dsid-detach-junit.txt: > > >>>** Tests run: 001, Time: 006 seconds. Failures: 0, Errors: 1 > > >>>Excluded tests: [org.apache.jdo.tck.enhancement.FieldAccessModified = , > > >>> > > >>> > > >>org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable] > > >> > > >> > > > > >>>--------------------------------------------------------------------= ---- > > >>> > > >>>18:17:10,907 (main) INFO [org.apache.jdo.tck] - Exception during > > setUp or > > >>> > > >>> > > >>runtest: > > >> > > >> > > >>>java.lang.AbstractMethodError : > > >>> > > >>> > > >>org.jpox.PersistenceManagerImpl.setDetachAllOnCommit(Z)V > > >> > > >> > > >>>at > > >>> > > >>> > > >> > > org.apache.jdo.tck.api.persistencemanager.detach.SetDetachAllOnCommit.r= unTestSetDetachAllOnCommit > > >>(SetDetachAllOnCommit.java:58) > > >> > > >> > > >>>at > > >>> > > >>> > > >> > > org.apache.jdo.tck.api.persistencemanager.detach.SetDetachAllOnCommit.t= est > > >>(SetDetachAllOnCommit.java :50) > > >> > > >> > > >>>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > >>>at sun.reflect.NativeMethodAccessorImpl.invoke( > > >>> > > >>> > > >>NativeMethodAccessorImpl.java :39) > > >> > > >> > > >>>at sun.reflect.DelegatingMethodAccessorImpl.invoke( > > >>> > > >>> > > >>DelegatingMethodAccessorImpl.java:25) > > >> > > >> > > >>>at java.lang.reflect.Method.invoke (Method.java:324) > > >>>at junit.framework.TestCase.runTest(TestCase.java:154) > > >>>at org.apache.jdo.tck.JDO_Test.runBare(JDO_Test.java:204) > > >>>at junit.framework.TestResult$1.protect(TestResult.java :106) > > >>>at junit.framework.TestResult.runProtected(TestResult.java:124) > > >>>at junit.framework.TestResult.run(TestResult.java:109) > > >>>at junit.framework.TestCase.run(TestCase.java:118) > > >>>at junit.framework.TestSuite.runTest(TestSuite.java:208) > > >>>at junit.framework.TestSuite.run(TestSuite.java:203) > > >>>at junit.textui.TestRunner.doRun(TestRunner.java:116) > > >>>at junit.textui.TestRunner.doRun(TestRunner.java:109) > > >>>at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.jav= a > > >>> > > >>> > > >>:115) > > >> > > >> > > >>>at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java > > :93) > > >>> > > >>> > > > > >>>--------------------------------------------------------------------= ---- > > >>> > > >>> derby-app-detach-junit.txt: > > >>>OK Tests run: 000, Time: 000 seconds. > > >>>derby-dsid-detach-junit.txt: > > >>>** Tests run: 001, Time: 006 seconds. Failures: 0, Errors: 1 > > >>>------- > > >>>Result: 1 of 2 configurations failed. > > >>> > > >>> > > > > >>>--------------------------------------------------------------------= ---- > > >>> > > >>>Description: > > >>>Time: 000 > > >>>derby-app-detach-junit.txt: > > >>>OK Tests run: 000, Time: 000 seconds. > > >>>Excluded tests: [org.apache.jdo.tck.enhancement.FieldAccessModified, > > >>> > > >>> > > >>org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable] > > >> > > >> > > > > >>>--------------------------------------------------------------------= ---- > > >>> > > >>>18:17:07,773 (main) INFO [ com.mchange.v2.log.MLog] - MLog clients > > using > > >>> > > >>> > > >>log4j logging. > > >> > > >> > > >>>18:17:07,803 (main) INFO [com.mchange.v2.c3p0.C3P0Registry] - > > >>> > > >>> > > >>Initializing c3p0-0.9.0 [built 11-July-2005 00:43:29 -0400; debug? > > true; > > >>trace: 10] > > >> > > >> > > >>>18:17:08,073 (main) INFO [JPOX.JDO] - PersistenceManagerFactory - > > Vendor: > > >>> > > >>> > > >>JPOX Version: 1.1.0-rc-1 > > >> > > >> > > >>>18:17:08,073 (main) INFO [JPOX.JDO] - PersistenceManagerFactory > > >>> > > >>> > > >>initialised for datastore URL=3Djdbc:derby:jdotckdb driver=3D > > >>org.apache.derby.jdbc.EmbeddedDriver userName=3D > > >> > > >> > > >>>18:17:08,384 (main) INFO [com.mchange.v2.c3p0.PoolBackedDataSource] = - > > >>> > > >>> > > >>Initializing c3p0 pool... > > >>com.mchange.v2.c3p0.ComboPooledDataSource@1f26605[ acquireIncrement -= > > > 3, > > >>acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, > > autoCommitOnClose -> > > >>false, automaticTestTable -> null, breakAfterAcquireFailure -> false, > > >>checkoutTimeout -> 0, connectionTesterClassName -> > > >>com.mchange.v2.c3p0.impl.DefaultConnectionTester, description -> null= , > > >>driverClass -> org.apache.derby.jdbc.EmbeddedDriver, > > factoryClassLocation > > >>-> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> > > >>1f26605, idleConnectionTestPeriod -> -1, initialPoolSize -> 3, jdbcUr= l > > -> > > >>jdbc:derby:jdotckdb, loginTimeout -> 0, maxIdleTime -> 0, maxPoolSize > > -> 15, > > >>maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3= , > > >>numHelperThreads -> 3, preferredTestQuery -> null, properties -> > > >>{user=3D******, password=3D******}, propertyCycle -> 300, > > >>testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, > > >>usesTraditionalReflectiveProxies -> false ] > > >> > > >> > > >>>18:17:10,897 (main) INFO [JPOX.RDBMS] - RDBMS Adapter initialised : > > >>> > > >>> > > >>CloudscapeAdapter : Apache Derby version=3D10.1.1.0 = < > > http://10.1.1.0>, > > >>major=3D10, minor=3D1, revision=3D1 > > >> > > >> > > >>>Identifier Names : UPPERCASE > > >>>Driver name=3DApache Derby Embedded JDBC Driver, version=3D10.1.1.0<= http://10.1.1.0> > > , > > >>> > > >>> > > >>major=3D10, minor=3D1 > > >> > > >> > > >>>Identifier Max Lengths : Table=3D128 Column=3D30 Constraint=3D18 Ind= ex=3D18 > > >>> > > >>> > > >>Delimeters=3D" > > >> > > >> > > >>>Identifier Support in DDL : catalog=3Dfalse schema=3Dtrue > > >>>18:17:10,897 (main) INFO [JPOX.RDBMS.SCHEMA] - Initialising Catalog > > "", > > >>> > > >>> > > >>Schema "TCKUSER" using "None" auto-start option > > >> > > >> > > >>>18:17:10,897 (main) INFO [JPOX.RDBMS.SCHEMA] - Catalog "", Schema > > >>> > > >>> > > >>"TCKUSER" initialised - managing 0 classes > > >> > > >> > > >>>18:17:11,078 (main) INFO [JPOX.MetaData] - Parsing MetaData from fil= e > > >>> > > >>> > > >>"file:/C:/apache-jdo/jdo/trunk/tck20/target/enhanced/jdori/datastorei= dentity.jar!/org/apache/jdo/tck/package.jdo" > > > > >> > > >> > > >>>18:17:11,218 (main) INFO [JPOX.MetaData] - Parsing MetaData from fil= e > > >>> > > >>> > > >>"file:/C:/apache-jdo/jdo/trunk/tck20/target/enhanced/jdori/datastorei= dentity.jar!/org/apache/jdo/tck/pc/fieldtypes/SimpleClass- > > > > >>derby.orm" > > >> > > >> > > >>>18:17:11,238 (main) INFO [JPOX.MetaData] - Parsing MetaData from fil= e > > >>> > > >>> > > >>"file:/C:/apache-jdo/jdo/trunk/tck20/target/enhanced/jdori/datastorei= dentity.jar!/org/apache/jdo/tck/pc/mylib/package.jdo" > > > > >> > > >> > > >>>18:17:11,258 (main) INFO [JPOX.MetaData] - Parsing MetaData from fil= e > > >>> > > >>> > > >>"file:/C:/apache-jdo/jdo/trunk/tck20/target/enhanced/jdori/datastorei= dentity.jar!/org/apache/jdo/tck/pc/mylib/package- > > > > >>derby.orm" > > >> > > >> > > >>>18:17:11,348 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Class : org.apache.jdo.tck.pc.mylib.PCPoint [Table : > > >>datastoreidentity0.PCPOINT, InheritanceStrategy : new-table] > > >> > > >> > > >>>18:17:11,488 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Class : org.apache.jdo.tck.pc.mylib.PCRect [Table : > > >>datastoreidentity0.PCRECT, InheritanceStrategy : new-table] > > >> > > >> > > >>>18:17:12,069 (main) INFO [JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.PCRECT" - the table apparently doesnt yet > > exist > > >>in the datastore > > >> > > >> > > >>>18:17:12,099 (main) INFO [ JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.PCPOINT" - the table apparently doesnt yet > > exist > > >>in the datastore > > >> > > >> > > >>>18:17:12,690 (main) INFO [JPOX.MetaData] - Parsing MetaData from fil= e > > >>> > > >>> > > >>"file:/C:/apache-jdo/jdo/trunk/tck20/target/enhanced/jdori/datastorei= dentity.jar!/org/apache/jdo/tck/pc/company/package.jdo" > > > > >> > > >> > > >>>18:17:12,730 (main) INFO [JPOX.MetaData] - Parsing MetaData from fil= e > > >>> > > >>> > > >>"file:/C:/apache-jdo/jdo/trunk/tck20/target/enhanced/jdori/datastorei= dentity.jar!/org/apache/jdo/tck/pc/company/package- > > > > >>derby.orm" > > >> > > >> > > >>>18:17:12,780 (main) INFO [JPOX.MetaData] - The class > > "DentalInsurance" > > >>> > > >>> > > >>has had its persistence-capable-superclass set to " > > >>org.apache.jdo.tck.pc.company.Insurance" - it wasnt specified in the > > >>MetaData. > > >> > > >> > > >>>18:17:12,780 (main) INFO [JPOX.MetaData] - The class "Employee" has > > had > > >>> > > >>> > > >>its persistence-capable-superclass set to " > > >>org.apache.jdo.tck.pc.company.Person" - it wasnt specified in the > > >>MetaData. > > >> > > >> > > >>>18:17:12,790 (main) INFO [JPOX.MetaData] - Field "phoneNumbers" in > > class > > >>> > > >>> > > >>"Person" has been defined as a Map with keys of type String. This key > > type > > >>has been resolved to java.lang.String. > > >> > > >> > > >>>18:17:12,790 (main) INFO [JPOX.MetaData] - Field "phoneNumbers" in > > class > > >>> > > >>> > > >>"Person" has been defined as a Map with values of type String. This > > value > > >>type has been resolved to java.lang.String. > > >> > > >> > > >>>18:17:12,790 (main) INFO [JPOX.MetaData] - The class > > "FullTimeEmployee" > > >>> > > >>> > > >>has had its persistence-capable-superclass set to " > > >>org.apache.jdo.tck.pc.company.Employee" - it wasnt specified in the > > >>MetaData. > > >> > > >> > > >>>18:17:12,790 (main) INFO [JPOX.MetaData] - The class > > "MedicalInsurance" > > >>> > > >>> > > >>has had its persistence-capable-superclass set to " > > >>org.apache.jdo.tck.pc.company.Insurance" - it wasnt specified in the > > >>MetaData. > > >> > > >> > > >>>18:17:12,790 (main) INFO [JPOX.MetaData] - The class > > "PartTimeEmployee" > > >>> > > >>> > > >>has had its persistence-capable-superclass set to " > > >>org.apache.jdo.tck.pc.company.Employee " - it wasnt specified in the > > >>MetaData. > > >> > > >> > > >>>18:17:12,800 (main) INFO [JPOX.RDBMS] - The class " > > >>> > > >>> > > >>org.apache.jdo.tck.pc.company.Address " is tagged as "embedded-only" > > so > > >>does not have its own datastore table. > > >> > > >> > > >>>18:17:12,800 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Class : org.apache.jdo.tck.pc.company.Company [Table : > > >>datastoreidentity0.COMPANIES, InheritanceStrategy : new-table] > > >> > > >> > > >>>18:17:12,800 (main) INFO [ JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Class : org.apache.jdo.tck.pc.company.Insurance [Table : > > >>datastoreidentity0.INSURANCEPLANS, InheritanceStrategy : new-table] > > >> > > >> > > >>>18:17:12,800 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Class : org.apache.jdo.tck.pc.company.DentalInsurance [Table : > > >> datastoreidentity0.INSURANCEPLANS, InheritanceStrategy : > > superclass-table] > > >> > > >> > > >>>18:17:12,800 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Class : org.apache.jdo.tck.pc.company.MedicalInsurance [Table : > > >>datastoreidentity0.INSURANCEPLANS, InheritanceStrategy : > > superclass-table] > > >> > > >> > > >>>18:17:12,800 (main) INFO [JPOX.RDBMS.SCHEMA ] - Managing Persistence > > of > > >>> > > >>> > > >>Class : org.apache.jdo.tck.pc.company.Project [Table : > > >>datastoreidentity0.PROJECTS, InheritanceStrategy : new-table] > > >> > > >> > > >>>18:17:12,800 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Class : org.apache.jdo.tck.pc.company.Person [Table : > > >>datastoreidentity0.PERSONS , InheritanceStrategy : new-table] > > >> > > >> > > >>>18:17:12,800 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Class : org.apache.jdo.tck.pc.company.Employee [Table : > > >>datastoreidentity0.PERSONS, InheritanceStrategy : superclass-table] > > >> > > >> > > >>>18:17:12,800 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Class : org.apache.jdo.tck.pc.company.Department [Table : > > >>datastoreidentity0.DEPARTMENTS, InheritanceStrategy : new-table] > > >> > > >> > > >>>18:17:12,830 (main) INFO [JPOX.RDBMS.SCHEMA ] - Managing Persistence > > of > > >>> > > >>> > > >>Field : org.apache.jdo.tck.pc.company.Person.phoneNumbers [Table : > > >>datastoreidentity0.EMPLOYEE_PHONENO_TYPE] > > >> > > >> > > >>>18:17:12,830 (main) INFO [ JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Field : org.apache.jdo.tck.pc.company.Employee.projects [Table : > > >>datastoreidentity0.PROJECT_MEMBER] > > >> > > >> > > >>>18:17:12,830 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Field : org.apache.jdo.tck.pc.company.Employee.reviewedProjects [Tabl= e > > : > > >>datastoreidentity0.PROJECT_REVIEWER ] > > >> > > >> > > >>>18:17:12,840 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Field : org.apache.jdo.tck.pc.company.Project.members [Table : > > >>datastoreidentity0.PROJECT_MEMBER] > > >> > > >> > > >>>18:17:12,840 (main) INFO [JPOX.RDBMS.SCHEMA] - Managing Persistence > > of > > >>> > > >>> > > >>Field : org.apache.jdo.tck.pc.company.Project.reviewers [Table : > > >>datastoreidentity0.PROJECT_REVIEWER] > > >> > > >> > > >>>18:17:12,850 (main) INFO [JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table " datastoreidentity0.DEPARTMENTS" - the table apparently doesnt > > yet > > >>exist in the datastore > > >> > > >> > > >>>18:17:12,860 (main) INFO [JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.PERSONS" - the table apparently doesnt yet > > exist > > >>in the datastore > > >> > > >> > > >>>18:17:12,860 (main) INFO [JPOX.RDBMS.SCHEMA ] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.COMPANIES" - the table apparently doesnt ye= t > > >>exist in the datastore > > >> > > >> > > >>>18:17:12,860 (main) INFO [ JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.INSURANCEPLANS" - the table apparently > > doesnt > > >>yet exist in the datastore > > >> > > >> > > >>>18:17:12,860 (main) INFO [JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.PROJECTS" - the table apparently doesnt yet > > >>exist in the datastore > > >> > > >> > > >>>18:17:12,860 (main) INFO [JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.PROJECT_REVIEWER " - the table apparently > > doesnt > > >>yet exist in the datastore > > >> > > >> > > >>>18:17:12,860 (main) INFO [JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.PROJECT_MEMBER" - the table apparently > > doesnt > > >>yet exist in the datastore > > >> > > >> > > >>>18:17:12,860 (main) INFO [JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.PROJECT_REVIEWER" - the table apparently > > doesnt > > >>yet exist in the datastore > > >> > > >> > > >>>18:17:12,870 (main) INFO [ JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.EMPLOYEE_PHONENO_TYPE" - the table > > apparently > > >>doesnt yet exist in the datastore > > >> > > >> > > >>>18:17:12,870 (main) INFO [JPOX.RDBMS.SCHEMA] - No column info found > > for > > >>> > > >>> > > >>table "datastoreidentity0.PROJECT_MEMBER" - the table apparently > > doesnt > > >>yet exist in the datastore > > >> > > >> > > >>> > > >>> > > >> > > >> > > >> > > > > > > > > >-- > > >Karan Malhi > > > > > > > > > > > > > > > > > > -- > Karan Malhi > -- Karan Malhi ------=_Part_11043_7125682.1127473774941--