2 Replies Latest reply on Jan 21, 2007 7:47 PM by weston.price

    Call EJB@JBoss from Oracle 10g

    matelot

      Not familiar with EJB/JBoss/fill-in-blank-here.
      Hope my question makes sense.

      What are the avail. options of calling, from Oracle (PL/SQL),
      Java program (EJB) that resides on JBoss ?


      thanks !


      Oracle 10gR2

        • 1. Re: Call EJB@JBoss from Oracle 10g
          peterj

          Usually, one calls into Oracle from an EJB running in JBoss, not the other way around.

          • 2. Re: Call EJB@JBoss from Oracle 10g
            weston.price

            In this scenario, if it is indeed what you want to do, JMS would be your best bet. Oracle has a JMS provider which you can leverage from the DB platform that can post messages to listeners in JBoss. You would have to consult your Oracle documentation (and your wallet) to make sure that this is a viable solution for you ;-)

            As Peter suggests, this is not a typical use case.