Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 95909 invoked from network); 3 Aug 2010 08:42:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Aug 2010 08:42:41 -0000 Received: (qmail 8545 invoked by uid 500); 3 Aug 2010 08:42:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 8149 invoked by uid 500); 3 Aug 2010 08:42:38 -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 8138 invoked by uid 99); 3 Aug 2010 08:42:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 08:42:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 08:42:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o738gG85012180 for ; Tue, 3 Aug 2010 08:42:16 GMT Message-ID: <640753.134701280824936382.JavaMail.jira@thor> Date: Tue, 3 Aug 2010 04:42:16 -0400 (EDT) From: "Wang Guang Zhe (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-5489) Add test cases for dependency injection for java 1.0 features into the testsuite. In-Reply-To: <3850319.110481280709855721.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894845#action_12894845 ] Wang Guang Zhe commented on GERONIMO-5489: ------------------------------------------ I have updated the patch. Thanks for your comments! > Add test cases for dependency injection for java 1.0 features into the testsuite. > --------------------------------------------------------------------------------- > > Key: GERONIMO-5489 > URL: https://issues.apache.org/jira/browse/GERONIMO-5489 > Project: Geronimo > Issue Type: Task > Security Level: public(Regular issues) > Components: testsuite > Affects Versions: 3.0 > Reporter: Wang Guang Zhe > Assignee: Forrest Xia > Fix For: 3.0 > > Attachments: di1.0-testsuite.patch > > > Dependency Injection for Java 1.0 is a new component in Java EE 6. > The features included are five annotations ane one interface. > The annotations are: > @Inject > @Named > @Qualifier > @Scope > @Singleton > The only interface is: > public interface Provider > They are all tested in this suite. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.