]
Tomasz Adamski closed WFLY-4090.
--------------------------------
Resolution: Out of Date
Ability to add an alias for ejb invocations
-------------------------------------------
Key: WFLY-4090
URL:
https://issues.jboss.org/browse/WFLY-4090
Project: WildFly
Issue Type: Feature Request
Components: EJB
Affects Versions: 8.1.0.Final
Reporter: Wolf-Dieter Fink
Priority: Major
By default a EJB will install standards a JNDI name like
<application>/<modul>/<Bean name>!<View name>
Additional JNDI entries, i.e. for internal use or remote naming , could be installed by
@Resource annotation or jboss-ejb3.xml descriptor.
But it is not possiblet to use the ejb-client approach with an "ejb:" lookup to
retrieve a remote-reference to this EJB.
For applicaion backward compatibility it should be possible to install aliases like
ejb/MyBean
myapp/mymodule/MyBean/myView
with different values than the unique installed one and useable by the "ejb:"
context.