Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为我们应用程序的一部分,我们需要从 Oracle 11g 存储过程调用 EJB3 SLSB 方法。
EJB3 应用程序在 JbossAS7.1 上运行,JbossAS7.1 支持使用其远程 API 远程查找 EJB。Jboss 客户端 7.1 jar 与 oracle 11G 中支持的 Jdk1.5 VM 不兼容。
据我所知,Oracle 11G VM 支持无法升级,还有其他方法可以完成这项工作吗?
我们如何从 Oracle 11g 存储过程访问 EJB3 部署的 JBossAs7.1?
经过一些研究,我发现无法升级 Oracle 使用的内部 JVM。
所以我们使用 apache HttpCommons 来调用一个 Spring servlet,它执行 EJB3 服务调用。