Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-3306

Development EJB: Transaction Behavior of EJB Invocations: add missing info

XMLWordPrintable

      I would like ask for addition of generic information on ejb transaction invocation under Development EJB guide under chapter Transaction Behavior of EJB Invocations. Probably a new section on this under this chapter should be created.

      The point here is that we need to explain user that EJB from transaction propagation point of view could be invoked with two ways - ejb remoting call or IIOP remote call.
      For running ejb remoting call we can use EJB3 and all the known stuff described here. For IIOP remote call it's need to use EJB2 and home interface with narrowing.

      If ejb remoting call is used for txn context propagation then jta transaction is needed to be configured.
      If iiop remote call is used then jts transaction is needed to be configured.

      With this basic info under the belt this section should reference information about ejb2 creation, iiop remote call for an ejb bean and then the same for ejb remote call.
      The remote call is nicely documented in this chapter. IIOP remote call lookup string could be seen in this test case: https://github.com/wildfly/wildfly/blob/master/testsuite/integration/iiop/src/test/java/org/jboss/as/test/iiop/client/

            rhn-support-pnag Priyanka Pandey
            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            Ondrej Chaloupka Ondrej Chaloupka (Inactive)
            Ondrej Chaloupka Ondrej Chaloupka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: