Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 65863 invoked from network); 25 Sep 2007 19:55:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2007 19:55:16 -0000 Received: (qmail 7890 invoked by uid 500); 25 Sep 2007 19:55:05 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 7842 invoked by uid 500); 25 Sep 2007 19:55:04 -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 7831 invoked by uid 99); 25 Sep 2007 19:55:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 12:55:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 25 Sep 2007 19:57:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3D68171420C for ; Tue, 25 Sep 2007 12:54:51 -0700 (PDT) Message-ID: <5055352.1190750091249.JavaMail.jira@brutus> Date: Tue, 25 Sep 2007 12:54:51 -0700 (PDT) From: "Donald Woods (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-3248) Extraneous WARN messages during deployment of resource-env-refs in EJB jar In-Reply-To: <11266444.1181932346598.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-3248: ----------------------------------- Fix Version/s: (was: 2.0.x) updated Fixed For field > Extraneous WARN messages during deployment of resource-env-refs in EJB jar > -------------------------------------------------------------------------- > > Key: GERONIMO-3248 > URL: https://issues.apache.org/jira/browse/GERONIMO-3248 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Affects Versions: 2.0-M6 > Environment: Windows XP SP2 > Reporter: Aman Nanner > Assignee: Vamsavardhana Reddy > Priority: Minor > Fix For: 2.0.2, 2.1 > > Attachments: GERONIMO-3248-new.patch > > > During deployment of one of my EJB jar files in my EAR, I get the following WARN messages: > {code} > 14:29:37,425 WARN [AdminObjectRefBuilder] Failed to build reference to Admin object reference [jms/UnsequencedDestination, jms/MailQueue, jms/InboundEventQueue, jms/OutboundQueue, jms/SystemQueue, jms/ActionQueue, jms/SequencedDestination, jms/InboundIntegrationQueue, jms/OutboundEventQueue] defined in plan file, reason - corresponding entry in deployment descriptor missing. > 14:29:37,440 WARN [ResourceRefBuilder] Failed to build reference to resource reference [jms/ConnectionFactory, jms/QueueConnectionFactory, mail/MailSession, jms/TopicConnectionFactory] defined in plan file, reason - corresponding entry in deployment descriptor missing. > {code} > This occurs at the point in the following point in the stack: > {code} > AdminObjectRefBuilder.buildNaming(XmlObject, XmlObject, Module, Map) line: 160 > {code} > The "specDD" that is passed in is a XML fragment for a specific session bean. However, the "plan" that is passed in contains all the resource-ref and resource-env-ref elements in the openejb-jar.xml plan. Therefore, the "refMap" variable does not get completely emptied out, since the specific session bean will only contain a subset of the resource-env-refs that are defined in the plan. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.