简体   繁体   English

从Jboss5中运行的应用程序访问WildFly中部署的EJB

[英]Accessing EJBs deployed in WildFly from an application running in Jboss5

I am running an application in integration with another team's application. 我正在运行与另一个团队的应用程序集成的应用程序。
My application is running on JBoss5 and jdk6 我的应用程序在JBoss5和jdk6上运行
Other Application is running on Wildfly8 with jdk8 其他应用程序在带有jdk8的Wildfly8上运行

My application calls an EJB Bean deployed as part of other application but this look up fails. 我的应用程序调用了作为其他应用程序的一部分部署的EJB Bean ,但是此查找失败。

I am not willing to migrate to wildfly as it could be little time taking task but I am not even getting rid of it. 我不愿意迁移到野蝇,因为花很少的时间来完成任务,但我什至没有摆脱它。

Any suggestions guys so I can avoid this migration. 任何建议的家伙,所以我可以避免这种迁移。

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

相关问题 如何以编程方式检查JBoss5中是否部署了应用程序? - How to programmatically check if an application has deployed in JBoss5? 将Stripes应用程序从jboss5升级到jboss7 - Upgrading Stripes application from jboss5 to jboss7 从EJB3和JBoss5创建和访问JMS消息队列 - Creating and accessing JMS message queue from EJB3 and JBoss5 JBoss Application Server:从另一台机器访问已部署的Web应用程序 - JBoss Application Server: Accessing deployed web application from another machine 如何从JBoss 7或WildFly中部署的应用程序访问JDK tools.jar javac - How to access JDK tools.jar javac from application deployed in JBoss 7 or WildFly 来自不同供应商的不同应用服务器中部署的EJB之间的通信 - Communication between EJBs deployed in different Application Servers from different vendors 在JBOSS上热部署时,EJB不更新 - EJBs are not updating when hot-deployed on JBOSS 在jboss5中部署文件夹? - deploy folder in jboss5? 如何将一个应用程序的身份验证重新用于部署在其他服务器(Wildfly或Jboss)中的另一个应用程序? - How to re use authentication of one application to another application deployed in other server (Wildfly or Jboss)? 访问部署在远程JBoss AS(4.2.2)上的JBoss Cache - Accessing JBoss Cache deployed on a remote JBoss AS (4.2.2)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM