Hi,

This is not yet implemented in JBoss.
The problem is, that while transaction
context propagation works fine when in the
same VM, the network code for distributing
transaction between different VMs has not
yet been implemented.

Its on my TODO list.

Anyway, controlling transaction boundaries
on the client is IMHO a bad idea.
A workaround is simple: Create a session
bean and let that control transactions.

Best Regards,

Ole Husgaard.


Alexander Klyubin wrote:
> 
> Hi!
> 
> Does anybody know how to retrieve UserTransaction interface from client
> code? This is done in order to control transactions from client code.
> 
> I've seen some code for Enhydra and WebLogic, but neither of them work with
> jBoss.
> 
> Alexander Klyubin
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to