Return-Path: Delivered-To: apmail-openejb-commits-archive@www.apache.org Received: (qmail 28648 invoked from network); 27 Jan 2009 23:53:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jan 2009 23:53:23 -0000 Received: (qmail 19170 invoked by uid 500); 27 Jan 2009 23:53:23 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 19102 invoked by uid 500); 27 Jan 2009 23:53:23 -0000 Mailing-List: contact commits-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list commits@openejb.apache.org Received: (qmail 19055 invoked by uid 99); 27 Jan 2009 23:53:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 15:53:22 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 23:53:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B7497234C4AE for ; Tue, 27 Jan 2009 15:52:59 -0800 (PST) Message-ID: <1663999773.1233100379749.JavaMail.jira@brutus> Date: Tue, 27 Jan 2009 15:52:59 -0800 (PST) From: "Jonathan Gallimore (JIRA)" To: commits@openejb.apache.org Subject: [jira] Assigned: (OPENEJB-974) mappedName is not honored in a Stateless Session EJB packaged in my Tomcat WAR file In-Reply-To: <1000952817.1229282624310.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/OPENEJB-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gallimore reassigned OPENEJB-974: ------------------------------------------ Assignee: Jonathan Gallimore > mappedName is not honored in a Stateless Session EJB packaged in my Tomcat WAR file > ----------------------------------------------------------------------------------- > > Key: OPENEJB-974 > URL: https://issues.apache.org/jira/browse/OPENEJB-974 > Project: OpenEJB > Issue Type: Bug > Components: tomcat > Affects Versions: 3.1 > Environment: I am running Tomcat 6.014, and OpenEJB 3.1 under MacOS X 10.5.5 and Java 1.6.0_07. > Reporter: Benjamin Renaud > Assignee: Jonathan Gallimore > > The following 'mappedName' annotation does not seem to work: > @Stateless(mappedName = "marlin/TagManager") > @Remote(value = TagManager.class) > public class TagManagerBean { > Instead the bean gets mapped to 'TagManagerBeanRemote', which is usable, but is not what I asked and makes portability dicey. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.