简体   繁体   中英

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? Just to precise, I'm not going to call it through Web Service, but through normal EJB call. 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. 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM