Good Day jBoss Users
I was reading through the JBoss documentation related to transactions. This
is a cut and paste of a section of the document.
----
To manually manage transactions, you need to access an instance of
javax.transaction.UserTransaction. One option is to get it from JNDI under
the name comp:java/env/UserTransaction. The other is only applicable to
EJBs. An EJB can use the getUserTransaction() method of its EJBContext.
Note: The current jBoss beta does not allow JNDI access, so
client-demarcated transactions are not possible.
-----------
The document seems to say JBoss supports and does NOT support client
demarcated transaction in the same breath. Does it not mean if you can
manually manage transaction using UserTransactions then a client can manage
the transactions. In my case I want a Session Bean, which uses a number of
Entity Beans, to manage the transactions i.e. the Session Bean is the
client. Will I be able to do this.
Thanks in advance
Andrew
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]