Consuming local EJB, in the same Container but different ears

一曲冷凌霜 提交于 2019-12-04 05:55:30

It is possible to inject a local EJB into another EJB in the same JVM but different ear.

The problem is that you cannot rely on the name of the bean anymore as you need to tell the consumer bean the complete JNDI name. You can find this name in the server logs during deployment; the moment the bean is bound to the JNDI directory the server shows it in the logs.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!