Hi all,
Could anyone tell my if it's possible to create custom global JNDI binding for an EJB on JBoss 6.1.0 ? I would like that my ejb was always bindened to the exactly same name not depending on ear/jar name.
So basically instead of:
java:global/ear/jar/remoteBean!remote
I would like to have:
java:global/remoteBeanCustomBean
Thanks for advance for any help:)
Regards,
miragpl