[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: TransactionManager and AS' ServiceBindingManager
jhalliday
do-not-reply at jboss.com
Thu Aug 28 11:02:53 EDT 2008
Right, thanks. I'm basically looking for some way to make clear in the bindings file that the IP will be ignored. Right now I use the localhost address but have a comment warning it's irrelevant. Using null plus the comment seems even better, I think I'll go with that. Users will only get a surprise if they change null to something else AND fail to read the comment. But at least that means it's an issue only for the really top notch idiots out there :-)
One other problem: I have two ports that don't need particular numbers. Right now we use a default of '0', which means pick the first free port you come across. If I put '0' in the bindings file though, it only works for the default port set. For others it gets offset e.g. 0->100, which results in different semantics. I guess the best option is to pick fixed ports to use in the bindings file. Any preferences?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173104#4173104
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173104
More information about the jboss-dev-forums
mailing list