From user-return-15531-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Thu May 26 12:14:18 2011 Return-Path: X-Original-To: apmail-geronimo-user-archive@www.apache.org Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B2CB6DF6 for ; Thu, 26 May 2011 12:14:18 +0000 (UTC) Received: (qmail 98300 invoked by uid 500); 26 May 2011 12:14:17 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 98265 invoked by uid 500); 26 May 2011 12:14:16 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 98258 invoked by uid 99); 26 May 2011 12:14:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 12:14:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lukasz.budnik@gmail.com designates 209.85.216.54 as permitted sender) Received: from [209.85.216.54] (HELO mail-qw0-f54.google.com) (209.85.216.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 12:14:11 +0000 Received: by qwc9 with SMTP id 9so445426qwc.13 for ; Thu, 26 May 2011 05:13:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=o+7EEYJ5quNfeDeWzfRvWBzy62sifkgcKRpFBopsBok=; b=mnQrQI9zZdkiloh8JhHvdc2SV7uxWQvZTuBwp4NLLo/Qh22M39f0e5DEGRDoDFdW5+ 0RoA2EMeaiGxTnPSQFLQAPkGRS7UXaBTZoboCuKNGJgTDB8vN9Qhb1AIvn2SFYDqbzbg tL133/68gYKflc0q0p3dbxEhbfvz2btkMtm2c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=hUh7YiLDGLKfG+yTYIlukdQlFe75E1e8hg6iv9RhaNUdriGLjShnhmB2IyN1jUJ+fC pYktZpTs8HHxw2wapoz3hRuNKZJ4pUrQuJ1KdQPPaNomXKjr122dwjhgGBpWmAblRoSE N9MnDcPprJb5XTSlSC03Z7QUyNjByAe5L6VEA= Received: by 10.224.209.198 with SMTP id gh6mr484196qab.391.1306412031110; Thu, 26 May 2011 05:13:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.78.222 with HTTP; Thu, 26 May 2011 05:13:31 -0700 (PDT) From: =?UTF-8?Q?=C5=81ukasz_Budnik?= Date: Thu, 26 May 2011 14:13:31 +0200 Message-ID: Subject: Geronimo 3.0 M1 injecting EJB in web app To: user@geronimo.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi guys, I'm evaluating Geronimo 3.0 M1. I have a small application I'm able to run without any problems in JBoss 6 and now I'm trying to do the same in Geronimo 3.0. Geronimo is not able to inject @EJB into a servlet. Both SLSB and my serlvet are packaged in war. I know that M1 is far, far away from (especially the web console - it's a drama) and my question is: is there some kind of a list of supported Java EE features in M1? By looking at the release notes [1] I know that EJB 3.1 is supported only partially. I take it that the part that is not yet implemented in deploying EJBs inside war package? In Geronimo 3.0 repository I don't see jcdi package, I take Java EE 6 events are not yet implemented? thanks, =C5=81ukasz [1] http://ftp.tpnet.pl/vol/d1/apache//geronimo/3.0-M1/RELEASE_NOTES-3.0-M1= .txt