Hi,

marc fleury wrote:
> 
> |If jBoss does not support distributed transactions, does that mean that all
> |transactional attributes are lost when a call is made to a bean running on
> |another server?
> |i.e., transaction checks are no longer made on any methods
> |belonging to said
> |bean, or any methods (its own or another bean's) that it uses to complete a
> |method call?
> |is this correct?
> 
> not really , in fact the exception is because we DO propagate the tx... Ole,
> any plans on the TX stuff?
> 
> so the only problem is that the TM doesn't import a tx created somewhere
> else.
> 
> but the rest is in, even though the above problem means it won't work :)

I would agree that everything is in as far as JBoss
is concerned.
But when it comes to the TM quite a lot is still missing:
In particular _all_ the network communications needed for
the distribution aspects are missing. Also transaction
logging is not yet implemented though it is needed for
fail-safe operation in case of hardware and communication
failures.


Best Regards,

Ole Husgaard.


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to