[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: TransactionManager and AS' ServiceBindingManager
jhalliday
do-not-reply at jboss.com
Wed Oct 1 09:38:14 EDT 2008
"mark.little at jboss.com" wrote : "wolfc" wrote : How can we plug-in another implementation? It appears to me that the usage of SocketProcessId is hard-coded.
|
| No it's not. As Jonathan mentioned earlier there are a couple of approaches that are implemented. New implementations can be added through the Arjuna Process interface mechanism. It's just that the default is based on a Socket.
Actually you are both partially right. There is an interface providing for abstraction, but the implementation class to use is hardcoded rather than read from the properties file. You need to programatically override it using com.arjuna.ats.arjuna.utils.Utility.setProcess(...)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179800#4179800
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179800
More information about the jboss-dev-forums
mailing list