anonymous wrote : | Based on what I've said above, do we really need to fix the coupling? Problem is...is it ok to do recovery while a live system is running? Seems it would be ok as long as XAResource.recover does not return Xids of existing running transactions. |
In principle there should be no problem. The TM knows which XIDs are currently active (they are in the hashmap of active transactions). In practice, you will probably find Oracle and MSSQL has issues :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860453#3860453 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860453 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
