From dev-return-82136-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Sun May 02 18:35:23 2010 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 70716 invoked from network); 2 May 2010 18:35:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 May 2010 18:35:22 -0000 Received: (qmail 12875 invoked by uid 500); 2 May 2010 18:35:22 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 12796 invoked by uid 500); 2 May 2010 18:35:22 -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 12789 invoked by uid 99); 2 May 2010 18:35:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 18:35:22 +0000 X-ASF-Spam-Status: No, hits=-1378.0 required=10.0 tests=ALL_TRUSTED,AWL 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:35:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o42IZ0wf021298 for ; Sun, 2 May 2010 18:35:01 GMT Message-ID: <27774800.7261272825300711.JavaMail.jira@thor> Date: Sun, 2 May 2010 14:35:00 -0400 (EDT) From: "Paul J. Reder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-5282) JSR-299 section "10.4.4. Conditional observer methods" uses "receive=IF_EXISTS" but Geronimo (from OWB) uses "notifyObserver=IF_EXISTS" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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 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.