-
Feature Request
-
Resolution: Done
-
Critical
-
7.0.0.ER5
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/
- blocks
-
JBEAP-3308 [7.0] Development EJB: Transaction Behavior of EJB Invocations: Server to Server Invocations
- Closed
-
JBEAP-6950 Development EJB: Transaction Behavior of EJB Invocations: Server to Server Invocations
- Closed
- is blocked by
-
JBEAP-3305 Development EJB guide: New chapter on IIOP EJB invocation
- Closed
- relates to
-
JBEAP-3309 Development EJB: Transaction Behavior of EJB Invocations: Client-side Invocations
- Closed
-
JBEAP-3312 Please remove chapter: 12.3.1. Limitations on JTA Transactions
- Closed