Actually my idea was to make additions to our existing TM using ideas from
JoNaS, another open source EJB implementation that does have distributed
Tx support, and uses RMI as the transport layer. Their implementation is
pretty simple compared to COS transactions. If you can use RMI,
distributed Tx is really easier than it sounds...as long as you have a
transport layer, the distributed nature arises naturally out of the fact
that JTA is 2-phase-commit based. Okay, not entirely, I know about the
JDBC limitations, but you see my point.
-Charles
Francisco Reverbel wrote:
> On Fri, 22 Sep 2000, Ole Husgaard wrote:
>
> > - Add distributed transactions using one of the open source
> > CORBA OTS transaction managers.
>
> Do you have some TM in mind? Last time I looked for an open source OTS
> implementation I didn�t find any...
>
> Regards,
>
> Francisco