You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2009/01/28 00:54:59 UTC

[jira] Updated: (OPENEJB-974) mappedName is not honored in a Stateless Session EJB packaged in my Tomcat WAR file

     [ https://issues.apache.org/jira/browse/OPENEJB-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gallimore updated OPENEJB-974:
---------------------------------------

    Attachment: OPENEJB-974.diff

Potential patch for this issue. Needs some unit tests adding. I've only tested with the standalone server so far, so could do with testing on Tomcat.

> 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
>         Attachments: OPENEJB-974.diff
>
>
> 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.