From: <ad...@jb...> - 2005-04-29 17:27:25
|
Yes, that was what we agreed. Also, getting the XAResource during recover won't go through the connection manager. Normal operation: DataSource/ConnectionFactory -> ConnectionManager -> Pool -> MCF -> ManagedConnecton -> XAResource However during recovery it doesn't use the pool/connection manager: TM -> Recoverable/MCF -> ManagedConnection -> XAResource I think you meant creating an XAResource wrapper rather than creating a proxy? :-) Make sure to delegate toString() so we don't loose the ability to see the real implementation in the logs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875961#3875961 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875961 |