> - Distributed transactions between jBoss VM's (these don't have to be
ultra robust
> for a first cut, and as anyone who has studied distributed computing
knows, there
> is no such thing as a 100% reliable 2-phase commit, especially when JDBC
doesn't
> even support it).

This will not be done, considering the time constraints. We want to put the
flag on top of the mountain now :-)

> - Again, this might be covered by "Tomcat inVM," but I would add
> "java:comp/UserTransaction" lookup for servlets running in a jBoss VM.

I think this is being worked on. Will check.

> To me, distributed transactions goes hand-in-hand with clustering.
Clustering is
> of quite limited use without it.

Disagree. Clustering is still very very useful. Once a remote call reaches a
cluster node all interaction will be local, at least in the first version of
the clustering, so there is no need for distributed transactions initially.

/Rickard



Reply via email to