Over the holidays, I took a look at how one would implement recovery. I think you're right...It is basically easy to implement(at least without handling Heuristic errors), but hard to perform well.
One thing that gets me though. How the hell can you get all the XAResources so that you can do the recovery? Does ResourceAdapter.getXAResources() come in? If so, how do you get the ActivationSpecs? Another thought that came to my mind was to query the MBeanServer for all ManagedConnectionFactory's and get a ManagedConnection from the factory. Problem is that you need a Subject. Thoughts? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860429#3860429 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860429 ------------------------------------------------------- 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
