Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 46213 invoked from network); 6 Dec 2006 08:53:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 08:53:44 -0000 Received: (qmail 59151 invoked by uid 500); 6 Dec 2006 08:53:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 59118 invoked by uid 500); 6 Dec 2006 08:53:50 -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 59107 invoked by uid 99); 6 Dec 2006 08:53:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 00:53:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 00:53:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A6BD57142D7 for ; Wed, 6 Dec 2006 00:53:21 -0800 (PST) Message-ID: <30839968.1165395201671.JavaMail.jira@brutus> Date: Wed, 6 Dec 2006 00:53:21 -0800 (PST) From: "Christopher M. Cardona (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-1652) EJBModuleImpl.getEJBs() always return an empty array In-Reply-To: <122296610.1140828054953.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/GERONIMO-1652?page=comments#action_12455922 ] Christopher M. Cardona commented on GERONIMO-1652: -------------------------------------------------- Vamsi, This issue was fixed in the latest implementation of EJBModuleImpl.getEjbs(). It now returns the correct list of EJBs for the EJB module. Closing this issue... > EJBModuleImpl.getEJBs() always return an empty array > ---------------------------------------------------- > > Key: GERONIMO-1652 > URL: http://issues.apache.org/jira/browse/GERONIMO-1652 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: core, OpenEJB > Affects Versions: 1.2 > Reporter: Christopher M. Cardona > Attachments: EJBModuleImpl.java > > > Calling EJBModuleImpl.getEJBs() always returns an empty String[] because of a wrong generated query. Here is an example query: > "geronimo.server:J2EEServer=geronimo,J2EEApplication=geronimo/daytrader-derby-tomcat/1.1-SNAPSHOT/car,EJBModule=null,j2eeType=EntityBean,*" > The correct query should have been: > "geronimo.server:J2EEServer=geronimo,J2EEApplication=geronimo/daytrader-derby-tomcat/1.1-SNAPSHOT/car,EJBModule=daytrader-ejb-1.1-SNAPSHOT.jar,j2eeType=EntityBean,*" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira