|
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.
|