Issue Details (XML | Word | Printable)

Key: OPENEJB-974
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jonathan Gallimore
Reporter: Benjamin Renaud
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OpenEJB

mappedName is not honored in a Stateless Session EJB packaged in my Tomcat WAR file

Created: 14/Dec/08 07:21 PM   Updated: 26/May/09 09:32 PM
Return to search
Component/s: tomcat
Affects Version/s: (trunk/openejb3)
Fix Version/s: (not version related)

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works OPENEJB-974.diff 2009-01-27 11:54 PM Jonathan Gallimore 3 kB
Environment: I am running Tomcat 6.014, and OpenEJB 3.1 under MacOS X 10.5.5 and Java 1.6.0_07.
Issue Links:
Cloners
 

Resolution Date: 31/Jan/09 07:24 PM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order