Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 3408 invoked from network); 26 Jan 2007 17:32:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2007 17:32:02 -0000 Received: (qmail 3076 invoked by uid 500); 26 Jan 2007 17:32:06 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 2770 invoked by uid 500); 26 Jan 2007 17:32:05 -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 2755 invoked by uid 99); 26 Jan 2007 17:32:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 09:32:05 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of goyathlay.geronimo@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wr-out-0506.google.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 09:31:56 -0800 Received: by wr-out-0506.google.com with SMTP id i31so673123wra for ; Fri, 26 Jan 2007 09:31:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hHriHeTexTKfxj9RxH74DoBCweFD0oKPP1LpSqyBGSVv4hNejhWx3YxLH43kIkZ+KPKfvdOXOFugOcw1S1KpxoeseZOzcp1gm8040+3jqQ+a+dpr41vJ2JgHdaq5M16Kmfgv+qFXCx10ydhWgLEIN4uaRXw9+jekD3q7V/FIGnE= Received: by 10.90.119.15 with SMTP id r15mr3914726agc.1169832695675; Fri, 26 Jan 2007 09:31:35 -0800 (PST) Received: by 10.90.80.1 with HTTP; Fri, 26 Jan 2007 09:31:30 -0800 (PST) Message-ID: Date: Fri, 26 Jan 2007 12:31:30 -0500 From: "Prasad Kashyap" To: dev@geronimo.apache.org Subject: Re: Release Notes for 2.0-M2 - EJB content In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45B8FEFB.9090202@earthlink.net> <59B6DAEB-A651-493D-9502-A6DA812B3628@visi.com> <45BA0619.70105@earthlink.net> X-Virus-Checked: Checked by ClamAV on apache.org Two issues here - 1) Dain's fixes are in trunk. They have not been merged with the M2 changes yet. So at the moment, the M2 has these limitations. 2) This is a bigger issue. I don't see the Release Notes in the unpacked server !!! Cheers Prasad On 1/26/07, Kevan Miller wrote: > > On Jan 26, 2007, at 8:46 AM, Dave Colasurdo wrote: > > > Thanks... Have made the updates... > > Well, we need to be sure these changes are included in M2. I'm not > sure where Matt is in terms of building an RC. > > --kevan > > > > > Is there anything that should be added to the limitations section? > > Do we fully support EJB 3.0? > > > > -Dave- > > > > David Blevins wrote: > >> On Jan 25, 2007, at 11:03 AM, Dave Colasurdo wrote: > >>> Limitations: > >>> - Undeploying an ejb module will not remove it's beans. The > >>> server has to be restarted to deploy the same module again. > >> Ok, I've implemented undeploy and verified it works using the > >> calculator sample app. I can guarantee there are leaks here > >> (there always are the first few iterations), but the feature is > >> functional. > >>> - Extended JNDI and DI types > >> This works. If your env-entry-type is java.lang.String and we see > >> you have a URL, for example, we will convert the value to a URL > >> before injection. > >> -David > >