[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: TransactionManager and AS' ServiceBindingManager
bstansberry@jboss.com
do-not-reply at jboss.com
Tue Aug 12 20:56:43 EDT 2008
The pojo version of SBM is now being used in AS trunk. Let me know what bindings you'll want and I can add them to the bindings.xml file the AS uses (or, if you want to do it yourself, it's at https://svn.jboss.org/repos/jbossas/trunk/server/src/etc/conf/default/bindings.xml.)
Currently it has this related to the transaction manager:
| <!-- ********************* deploy/transaction-jboss-beans.xml ********************** -->
|
| <!-- JBossTS Recovery Manager -->
| <bean class="org.jboss.services.binding.ServiceBinding">
| <constructor>
| <parameter>TransactionManager</parameter>
| <parameter>${jboss.bind.address}</parameter>
| <parameter>4712</parameter>
| </constructor>
| </bean>
But that is unused, really more of a temporary placeholder, so it can be changed as you wish.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170202#4170202
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170202
More information about the jboss-dev-forums
mailing list