Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 70946 invoked from network); 2 May 2010 18:37:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 May 2010 18:37:20 -0000 Received: (qmail 13569 invoked by uid 500); 2 May 2010 18:37:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 13500 invoked by uid 500); 2 May 2010 18:37:20 -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 13492 invoked by uid 99); 2 May 2010 18:37:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 18:37:20 +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; Sun, 02 May 2010 18:37:17 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o42Iauw7021309 for ; Sun, 2 May 2010 18:36:56 GMT Message-ID: <19407860.7291272825415992.JavaMail.jira@thor> Date: Sun, 2 May 2010 14:36:55 -0400 (EDT) From: "Paul J. Reder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5282) JSR-299 section "10.4.4. Conditional observer methods" uses "receive=IF_EXISTS" but Geronimo (from OWB) uses "notifyObserver=IF_EXISTS" In-Reply-To: <27774800.7261272825300711.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul J. Reder updated GERONIMO-5282: ------------------------------------ Attachment: observes.patch receive.patch The observes.patch file applies to Geronimo code in support of OpenWebBeans. The receive.patch file applies to OWB and is attached here for reference purposes only. > JSR-299 section "10.4.4. Conditional observer methods" uses "receive=IF_EXISTS" but Geronimo (from OWB) uses "notifyObserver=IF_EXISTS" > --------------------------------------------------------------------------------------------------------------------------------------- > > Key: GERONIMO-5282 > URL: https://issues.apache.org/jira/browse/GERONIMO-5282 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: OpenWebBeans > Environment: All > Reporter: Paul J. Reder > Attachments: observes.patch, receive.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > The copy of the 299 spec that I have, in section "10.4.4. Conditional observer methods", uses receive=IF_EXISTS but OWB uses notifyObserver=IF_EXISTS. The attached patch changes the Geronimo portion (definition of notifyObserver). There is a parallel patch being submitted to OpenWebBeans to change the references to receive. That patch is also attached here for reference. The patched file originated in OWB and was passed over to Geronimo (Observes.java) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.