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/bin....)
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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...