You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Matthew B. Jones (JIRA)" <ji...@apache.org> on 2010/05/19 18:31:53 UTC

[jira] Created: (OPENEJB-1282) mappedName fails to work for @Singleton

mappedName fails to work for @Singleton
---------------------------------------

                 Key: OPENEJB-1282
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1282
             Project: OpenEJB
          Issue Type: Bug
          Components: container system
    Affects Versions: 3.1.x
            Reporter: Matthew B. Jones
            Priority: Critical


When using @Singleton(mappedName="ejb/SomeOtherName"), the container fails to use the provided mappedName (like it does for @Stateless and @Stateful).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENEJB-1282) mappedName fails to work for @Singleton

Posted by "Matthew B. Jones (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew B. Jones updated OPENEJB-1282:
--------------------------------------

    Attachment: patch.txt

I followed the lead with how @Stateless and @Stateful handled the 'mappedName' attribute and applied the exact same code to @Singleton as well.

> mappedName fails to work for @Singleton
> ---------------------------------------
>
>                 Key: OPENEJB-1282
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1282
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: container system
>    Affects Versions: 3.1.x
>            Reporter: Matthew B. Jones
>            Priority: Critical
>         Attachments: patch.txt
>
>
> When using @Singleton(mappedName="ejb/SomeOtherName"), the container fails to use the provided mappedName (like it does for @Stateless and @Stateful).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OPENEJB-1282) mappedName fails to work for @Singleton

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins closed OPENEJB-1282.
----------------------------------

         Assignee: Matthew B. Jones
    Fix Version/s: 3.1.3
       Resolution: Fixed

> mappedName fails to work for @Singleton
> ---------------------------------------
>
>                 Key: OPENEJB-1282
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1282
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: container system
>    Affects Versions: 3.1.x
>            Reporter: Matthew B. Jones
>            Assignee: Matthew B. Jones
>            Priority: Critical
>             Fix For: 3.1.3
>
>         Attachments: patch.txt
>
>
> When using @Singleton(mappedName="ejb/SomeOtherName"), the container fails to use the provided mappedName (like it does for @Stateless and @Stateful).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.