[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: TransactionManagerService and jndi binding
jhalliday
do-not-reply at jboss.com
Wed Jan 7 09:25:05 EST 2009
> 1) a getTransactionSynchronizationRegistry() method on the TransactionManagerService
No problem, I can do that for the next release if you sill need it
> 2) a way to tell the TransactionManagerService not to bind that object.
This one I have a conceptual problem with. If a component needs the TSR it can currently ensure its presence by declaring a dependency on the TransactionService. That model will break if the TransactionService can be configured to provide only selected parts of its functionality. You would, IMO, need a separate TSR service that depends on the TransactionManager. Likewise for any other JNDI binding that may become optional. Or have I misunderstood the MC model?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200098#4200098
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200098
More information about the jboss-dev-forums
mailing list