"adrian(a)jboss.org" wrote : I guess your job is to create the interface in the
jboss integration project and
| add/implement the add/remove methods in the transaction manager service.
|
You also want to create an interface
| package org.jboss.tm;
|
| public interface XAResourceRecoveryRegistry
| {
| void addXAResourceRecovery(XAResourceRecovery recovery);
| void removeXAResourceRecovery(XAResourceRecovery recovery);
| }
|
so we can do typesafe injection into the MBean and not have to know the
implementation class.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133215#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...