On Jan 27, 2009, at 1:11 PM, Jonathan Gallimore wrote:
Is anyone working on these issues? I've had a bit of a play around
with this, and think I have something working, I'm happy to test
what I've done more thoroughly and commit it if no one is working on
it at the moment.
Go for it.
-David
-------- Original Message --------
Subject: [jira] Commented: (OPENEJB-974) mappedName is not honored
in a Stateless Session EJB packaged in my Tomcat WAR file
Date: Mon, 26 Jan 2009 09:05:59 -0800 (PST)
From: Kyle (JIRA) <[email protected]>
Reply-To: [email protected]
To: [email protected]
[ https://issues.apache.org/jira/browse/OPENEJB-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667302
#action_12667302 ]
Kyle commented on OPENEJB-974:
------------------------------
This issue seems the same as OPENEJB-858
Any news on either?
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
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.