Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 81321 invoked from network); 5 Jan 2006 04:16:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jan 2006 04:16:07 -0000 Received: (qmail 31229 invoked by uid 500); 5 Jan 2006 04:16:07 -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 31217 invoked by uid 99); 5 Jan 2006 04:16:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2006 20:16:07 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.36] (HELO brmea-mail-4.sun.com) (192.18.98.36) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2006 20:16:06 -0800 Received: from fe-amer-10.sun.com ([192.18.108.184]) by brmea-mail-4.sun.com (8.12.10/8.12.9) with ESMTP id k054Ftuf025427 for ; Wed, 4 Jan 2006 21:15:55 -0700 (MST) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0ISL00101QID6C00@mail-amer.sun.com> (original mail from Craig.Russell@Sun.COM) for jdo-dev@db.apache.org; Wed, 04 Jan 2006 21:15:55 -0700 (MST) Received: from [192.168.0.10] (c-24-6-172-77.hsd1.ca.comcast.net [24.6.172.77]) by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0ISL00759QIER830@mail-amer.sun.com> for jdo-dev@db.apache.org; Wed, 04 Jan 2006 21:15:55 -0700 (MST) Date: Wed, 04 Jan 2006 20:15:47 -0800 From: Craig L Russell Subject: Re: Help request: initial commit of detachable shopping cart object model, some tests broken In-reply-to: <43BC9789.6000708@sun.com> Sender: Craig.Russell@Sun.COM To: jdo-dev@db.apache.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.746.2) Content-type: multipart/signed; protocol="application/pkcs7-signature"; boundary=Apple-Mail-364--786441336; micalg=sha1 References: <005901c61190$f7726530$1e0010ac@DELLZILLA> <43BC9789.6000708@sun.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Apple-Mail-364--786441336 Content-Type: multipart/alternative; boundary=Apple-Mail-363--786442027 --Apple-Mail-363--786442027 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hi Matthew, You haven't defined the schema for the shopping cart tables. Probably the place to define the schema is in the schema0 where everything else is defined. Craig On Jan 4, 2006, at 7:50 PM, Michelle Caisse wrote: > Matthew, > > You are missing package-derby8.orm for the > org.apache.jdo.tck.pc.shoppingcart package. See http:// > wiki.apache.org/jdo/TechnologyCompatibilityKit#Cfg. This may be > the cause of your problem. > > -- Michelle > > Matthew T. Adams wrote: > >> Hi guys, >> I added some artifacts in the name of JDO-272. Currently, only >> application identity is working, and the JDOHelper test class >> IsDetached is broken, but due to project config/setup/classpath >> issues, which probably has to do with the fact that I'm >> introducing a new PC object model, schema, etc. >> Can someone grab the latest, run >> maven -o -Djdo.tck.cfglist installSchema >> maven -o -Djdo.tck.cfglist=detach.conf runtck.jdori >> and tell me what's wrong with the config? >> Thanks, >> 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 >> intermediation 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 the costs of data >> access and service integration. >> > > Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp! --Apple-Mail-363--786442027 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 Hi Matthew,

You haven't defined the = schema for the shopping cart tables.

Probably the place to = define the schema is in the schema0 where everything else is = defined.

Craig

On Jan 4, 2006, at 7:50 PM, Michelle Caisse wrote:

Matthew,

You are missing = package-derby8.orm for the org.apache.jdo.tck.pc.shoppingcart = package.=A0 See http://= wiki.apache.org/jdo/TechnologyCompatibilityKit#Cfg.=A0 This may be the cause of your = problem.

-- Michelle

Matthew T. Adams = wrote:

=
Hi guys,
=A0I = added some artifacts in the name of JDO-272.=A0 Currently, only application = identity is working, and the JDOHelper test class IsDetached is broken, = but due to project config/setup/classpath issues, which probably has to = do with the fact that I'm introducing a new PC object model, schema, = etc.
=A0Can someone grab the latest, = run
=A0maven -o -Djdo.tck.cfglist = installSchema
maven -o = -Djdo.tck.cfglist=3Ddetach.conf runtck.jdori
=A0and = tell me what's wrong with the config?
=A0Thanks,
Matthew
=A0*Matthew T. Adams*
Corporate Technical Advisor & Senior = Consultant
Mobile:=A0 +1 253 732 1051
Phone:=A0 = +1 206 331 3833
Fax:=A0 +1 815 331 0952
matthew.adams@xcalia.com <mailto:matthew.adams@xcalia.com>
=A0 = Xcalia makes implementing SOA easy with agile business = intermediation software that combines heterogeneous data with services = to easily develop and deploy transactional composite applications.=A0 Enterprises can quickly = respond to changing business requirements and dramatically reduce the = costs of data access and service integration.

=A0




Craig Russell

Architect, Sun Java = Enterprise System http://java.sun.com/products/jdo=

408 = 276-5638 mailto:Craig.Russell@sun.com

P.S. A = good JDO? O, Gasp!


= --Apple-Mail-363--786442027-- --Apple-Mail-364--786441336 Content-Transfer-Encoding: base64 Content-Type: application/pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGHjCCAtcw ggJAoAMCAQICAw3FWTANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUwMTEwMDA0MTA5WhcNMDYwMTEwMDA0MTA5WjBHMR8wHQYDVQQD ExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMSQwIgYJKoZIhvcNAQkBFhVDcmFpZy5SdXNzZWxsQFN1 bi5DT00wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDti7ZE4rO6oXKbLM02AG9WY55t udmBVL53fb3V3X5S1kvcJOk1NEMIYT/T7Ww+/hE955zvHT29+mIoNe8AW/yj1WUH8uGG2HxhwCHI UQTHmN/ioVJgjwUaYbtNMKbL/NRpnL0QWewdMJS+6IFzFyX7ADFW5cJ+UWNLvNeWAQtN0mtLildn vdOgh50i8YPvACNkCHoomGjXx0azcXbe1X3c5AgRI6e2CZe5k2lRFQFUMqkjdoMtQPoNqJ1BxH9l i4cnabl8mcTwHHl44hrvb8ThqwRf2pfJh2vVuwmgK6z4IWjOk4RQM+0ODsRdq67mBdimJYmPMK1p RMBHzrUsfKxNAgMBAAGjMjAwMCAGA1UdEQQZMBeBFUNyYWlnLlJ1c3NlbGxAU3VuLkNPTTAMBgNV HRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAIj86LzxCHedStDLMEeqHLy+UFG7zIRHfChSIV42 +MvXicydXEBh8v0Ry1V2d/lY4jS78G5yW5R9fKt1U5nlRBCOVzdhomvSolnNRIT71wPVVDrAIVlA YpXKxSmVBq7+4hV+3ZLHDeq3qZnNmiJR0sTEUD16xZX1RJs9dRYPCHoRMIIDPzCCAqigAwIBAgIB DTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTES MBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMf Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFs IEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29t MB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVowYjELMAkGA1UEBhMCWkExJTAjBgNVBAoT HFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBG cmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7TrnK mVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbL rzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZ cmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0 cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQD AgEGMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0B AQUFAAOBgQBIjNFQg+oLLswNo2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3h YWLD2ToZfoSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1 TXfjViF4gtwhGTXeJLHTHUb/XV9lTzGCAucwggLjAgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNV BAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25h bCBGcmVlbWFpbCBJc3N1aW5nIENBAgMNxVkwCQYFKw4DAhoFAKCCAVMwGAYJKoZIhvcNAQkDMQsG CSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDYwMTA1MDQxNTQ4WjAjBgkqhkiG9w0BCQQxFgQU um4V8Nc4qUR7t3CKjLygkJ84RrcweAYJKwYBBAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMG A1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECAw3FWTB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UE BhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1Ro YXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMNxVkwDQYJKoZIhvcNAQEBBQAEggEA hPOcFtrxyXYPE+jhaOBe5Xmsuz3r8yStm9wrcGIBprhVze62BXWEmmCFJqEEJEUkFnzX1VmciB6S R+ywG7a86XRafjCy4UIEUyDs+KcXycm7JD3znAv62l9qz+jB3nyN8827p0xbkJ3zD4tbU5qGtxX5 8hDP1TMdm8DxerSohlTbIODHthRluztrmpE/GQVcWXw5UO7JA6LLU3rSHbYsi9zwxdm2M0NIP9s/ AeBNRJdTWBtaOFHJfoaJId6icZvvMzQEY62A3Bl3aQOttIxygANK1QPHATK9DEa4OMlcQCCTJKv2 Qmr6nRMISXBYE0oQ1KZennXBK/iL9rq8LIh5fwAAAAAAAA== --Apple-Mail-364--786441336--