Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 53569 invoked from network); 20 Jan 2007 00:22:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jan 2007 00:22:29 -0000 Received: (qmail 87328 invoked by uid 500); 20 Jan 2007 00:22:33 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 87288 invoked by uid 500); 20 Jan 2007 00:22:33 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 87277 invoked by uid 99); 20 Jan 2007 00:22:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2007 16:22:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.97.132.5] (HELO spaceymail-a1.g.dreamhost.com) (208.97.132.5) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2007 16:22:23 -0800 Received: from [192.168.15.105] (cpe-76-167-174-30.socal.res.rr.com [76.167.174.30]) by spaceymail-a1.g.dreamhost.com (Postfix) with ESMTP id C31DE194F7A for ; Fri, 19 Jan 2007 16:22:03 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8FC05783-25CA-46B4-8EB8-82B7A5B9D881@iq80.com> Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: OpenEJB 3 integration working Date: Fri, 19 Jan 2007 16:21:48 -0800 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org Datasource references work but other important ones like UserTransaction and persistence context don't. I'm working on those now. -dain On Jan 19, 2007, at 1:20 AM, Dain Sundstrom wrote: > It has been a long week, but David and I got the integration > working tonight. We successful got the OpenEJB 3 itest application > to deploy and got the client to fire up and call the server. A > bunch of tests fail due to a bug in lookup of datasources in > OpenEJB, but we got a good number of passes. > > -dain