-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.7.0
-
Fix Version/s: (not version related)
-
Component/s: tomee
-
Labels:None
-
Environment:I am running Tomcat 6.014, and OpenEJB 3.1 under MacOS X 10.5.5 and Java 1.6.0_07.
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.
- is a clone of
-
OPENEJB-858 Ability to use mappedName as a JNDI Name format
-
- Closed
-