On Tue, 23 Apr 2002, Jason Dillon wrote:
> Looking over the last bit of this doc about Xids and JBossTX... > > "JBossTX starts the global ID numbering from 1 each time it runs, so the global IDs >are not very unique. Needless to say, this could stand some improvement." > > Why don't we use a org.jboss.util.id.UID or org.jboss.util.GUID here for better >uniquness? > > Also, it refers to Tyrex, which has been integrated for a while. Does anyone know >what the status of Tyrex is? Is it still being maintained? Is is a better TX manager? > If so, why don't we make it the default? Tyrex works in 3.0 (at least it did about 2 months ago when I patched it up). I would not recommend Tyrex for work in distributed transactions, because it would be very slow. It should work fine as a local TM as well but, probably, it is slower than JBossTX. To get it to work you would have to tweak some build files, though, since I never had a chance to make it a SAR, the tyrex-plugin.jar does not get built, though the classes are compiled Anatoly. > > --jason > * * * > > View thread online: http://jboss.org/forums/thread.jsp?forum=66&thread=13848 > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
