[jboss-user] [JCA/JBoss] - Re: Usage of LastResource Inteface leads to warning

weston.price@jboss.com do-not-reply at jboss.com
Wed Feb 28 08:49:24 EST 2007


Since you are implementing the XAResource interface, there is no reason to implement the LastResource interface as well. Again, this interface is used by JBossJCA internally to manage resources that are not XA aware but still need to participate in a global transaction. It is simply a marker interface. 

Your implementation of XAResource should be sufficient for your needs. 


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

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



More information about the jboss-user mailing list