As part of our application, we have a requirement to invoke a EJB3 SLSB method from Oracle 11g stored procedure.

EJB3 app runs on JbossAS7.1, JbossAS7.1 supports remote lookup of EJB's using its on remoting API's. The Jboss client 7.1 jar is not compatible with the Jdk1.5 VM supported in oracle 11G.

As per my knowledge the Oracle 11G VM support cannot be upgraded, is there any other way to get this done?

How can we access the EJB3 deployed JBossAs7.1 from an Oracle 11g stored procedure?

有帮助吗?

解决方案

After some research I found it is not possible to upgrade internal JVM used by Oracle.

So we have used apache HttpCommons to call a spring servlet which did EJB3 Service invocation.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top