Websphere Application Server 7(WAS)中EJB的默认JNDI名称是什么?

丹尼尔·弗洛雷斯(Daniel Flores)

在WAS 7的管理控制台中,在“应用程序”>“应用程序类型”>“ WebSphere企业应用程序”>“应用程序”>“ EJB JNDI名称”部分,我有一个包含四列的表:

  • EJB模块(例如ProjectEJB.jar)
  • EJB(例如BeanBO)
  • URI(例如ProjectEJB.jar,META-INF / ejb-jar.xml
  • 目标资源JNDI名称(具有空字段)

像这样的东西:

在此处输入图片说明

我的LogWriter bean的jndi名称是什么?

气体

您在下面的表中有默认名称。每个bean都有长短形式。您可以使用ibm-ejb-jar-bnd.xml文件或在安装过程中通过控制台覆盖缺省值。在模块启动期间,绑定将在SysyemOut.log中可见

您可以在此处阅读有关缺省绑定的信息:http : //pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.express.iseries.doc/info/iseriesexp/ae/cejb_bindingsejbfp.html

Description                              Binding pattern
Short form local interfaces and homes    ejblocal:<package.qualified.interface>
Short form remote interfaces and homes   <package.qualified.interface>
Long form local interfaces and homes     ejblocal:<component-id>#<package.qualified.interface>
Long form remote interfaces and homes    ejb/<component-id>#<package.qualified.interface>

The component-id defaults to <application-name>/<module-jar-name>/<ejb-name>

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

Websphere Application Server导入设置

Websphere Application Server-快速启动需要什么?

getServletContext()。getRealPath(“”)在WebSphere Application Server Liberty中返回null

Websphere Application Server 9 Tomahawk20中的Popupcalendar

IBM Websphere Application Server中单元级别的JVM args

Websphere Application Server中的策略集的父/子关系是什么?

在 WebSphere Application Server (WAS) 上运行 ChromeDrive

WebSphere Application Server 6.1对Java 1.6的支持?

Websphere application server start access denied

Java WebService-WebSphere Application Server

什么是IBM WebSphere Application Server中受监视的部署的轮询间隔

为什么Spring Security config在Websphere Application Server上生成cvc-complex-type.2.4.c?

如何在Eclipse中增加WebSphere Application Server V8.5 Liberty Profile的堆大小?

Websphere Application Server中上下文路径中的双斜杠

IBM WebSphere Application Server(V9)如何处理HTTP基本认证中的领域

在 WebSphere Application Server 8.5 中禁用 JAX-WS 客户端的分块传输编码

在集群WebSphere Application Server中配置独立定制注册表

有没有办法在 Websphere Application Server 8.5 中激活早期的 Java 版本?

删除或删除现有Websphere Application Server的配置文件

如何为Websphere Application Server启用CORS支持

从适配器访问WebSphere Application Server资源

IBM WebSphere Application Server运行时的清单

在 WebSphere Application Server 上设置 HSTS 标头

WAS 9如何在Websphere Application Server V9上提供MyFaces2.2的覆盖默认值

获取WebSphere App Server的实例名称

IBM WebSphere Application Server wsadmin仅返回脚本中6个中的第一个结果

是否可以在不重新启动应用程序的情况下重新加载WebSphere Application Server(WAS)中的共享库?

如何使用wsadmin通过命令行在WebSphere Application Server v.8.5中安装(或卸载)EAR?

Android Session在IBM Websphere Server中迷路了