[jboss-dev-forums] [Design of JCA on JBoss] - Re: JBossTS/JCA Recovery work for JBoss 4.2

weston.price@jboss.com do-not-reply at jboss.com
Wed Jan 24 16:38:14 EST 2007


Technically, in that scenaior the JCA/JMS adapter is supposed to provide the recovery mechanism via the 


  | XAResouce[] ResourceAdapter.getXAResources(ActivationSpec[]) 
  | 

method. 

This is still TODO on my list to implement for our JMS/JCA adapter

Ideally if an AppServer supports recovery it should call into this method after a crash and query the ResourceAdapter for the XAResource --> ActivationSpec (those specs that were deployed at the time fo the crash) mappings. From the XAResource they can obviously get the outstanding recovery work. 

I think the miscommunication is that Tim is thinking solely from the JMS, non EE perspective...at least that's what I can gather. 






View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006037#4006037

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006037



More information about the jboss-dev-forums mailing list