简体   繁体   English

是否可以以某种方式从部署在BEA AquaLogic Service Bus上的业务服务调用部署在JBoss上的EJB?

[英]Is it possible to call in some way an EJB deployed on JBoss from a Business Service deployed on BEA AquaLogic Service Bus?

Is it possible to call in some way an EJB deployed on JBoss from a Business Service deployed on BEA AquaLogic Service Bus? 是否可以以某种方式从部署在BEA AquaLogic Service Bus上的业务服务调用部署在JBoss上的EJB? Just to precise, I'm not going to call it through Web Service, but through normal EJB call. 确切地说,我不会通过Web Service来调用它,而是通过普通的EJB调用来调用它。 I would appreciate if anyone has a succesful experience in this matter. 如果有人在这件事上有成功的经验,我将不胜感激。

Its irrelevant whether the client of an EJB is itself an application server or not. 与EJB的客户端本身是否为应用程序服务器无关。 As long as a shared (or available) JNDI service (that the EJB is bound to) is accessible to your service bus, it an act as a client of the EJB published by the (JBoss) application server. 只要您的服务总线可以访问共享的(或可用的)JNDI服务(EJB绑定到该服务),它就充当由(JBoss)应用程序服务器发布的EJB的客户端。

您可以发布带有RMI的JBoss EJB并从AquaLogic调用它,前提是您的EJB实现了AquaLogic可用的某些接口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 部署在JBOSS上的EJB的端点 - Endpoint for an EJB deployed on JBOSS 来自Jboss 7.1.1中部署的RESTful Web服务的HTTP错误404 - HTTP error 404 from a RESTful web service deployed in Jboss 7.1.1 部署在JBoss上的RESTful服务没有响应 - RESTful service deployed on JBoss does not respond 可以使用脚本调用EAR吗?(在jboss 7上部署了EAR) - Is it possible to call an EAR with a script ?(an deployed EAR on jboss 7) 从独立客户端访问部署在JBoss 7.1.1上的WAR中的@Remote EJB - access @Remote EJB deployed in WAR on JBoss 7.1.1 from standalone client 未部署使用在Eclipse IDE中开发的Jersey实现的Java Restful Web Service,并在JBoss服务器上调用 - Java Restful Web Service using Jersey implementation developed in Eclipse IDE not deployed and call on JBoss server 如何从部署到JBoss EAP 6的Web应用程序访问部署到GlassFish 2服务器的EJB? - How to access EJB deployed to GlassFish 2 server from web app deployed to JBoss EAP 6? 如何调用Ignite服务的所有已部署实例 - How to call all deployed instance of a Ignite Service 带有 Jersey 的 JAX-RS:测试部署在 weblogic/JBoss 中的 REST 服务 - JAX-RS with Jersey: Testing REST service deployed in weblogic/JBoss 是否可以从EJB2客户端调用Restful Web服务 - Is it possible to call a Restful web service from an EJB2 client
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM