Anatoly Akkerman wrote:

> Hi,
> 
> For the past couple of weeks I've been integrating Tyrex DTM
> (tyrex.exolab.org) into JBoss. Things are coming along and in a few days
> I'll probably have a basic support for transaction propagation across 2
> JBoss instances. I was wondering, how should I make my mods available (the
> code is really alpha) for the people who want to start working on it. The
> code also requires changes to the current JBoss implementation (in
> particular, TxInterceptorCMT and TxInterceptorBMT would rely on
> javax.transactions.TransactionManager interface to manage transactions,
> instead of using JBoss extensions to the API for thread
> association/disassociation.

If it breaks things, you might want to create a CVS branch.

Something like:

cvs rtag Tyrex_BP jboss
cvs rtag -b Tyrex_Branch jboss

Then:

cvs co -rTyrex_Branch jboss

Then, put your changes in and commit.

Later, when it's all working, you can do:

cvs co jboss
cd jboss
cvs update -jTyrex_Branch

and you should get an automated merge (which you'll need to fix manually).

Unless I've screwed the whole concept up completely.  Perhaps a resident 
CVS guru would care to comment?

Toby.


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to