[jboss-user] [Clustering/JBoss] - Re: round robin on Jboss 5

bstansberry@jboss.com do-not-reply at jboss.com
Mon Jan 26 16:50:45 EST 2009


Can you post the relevant section of your Spring config? Easier than asking 20 questions. :) The docs for the JndiObjectFactoryBean imply it will do the lookup once and cache it.

My guess about what you are doing is you are creating a client and using JndiObjectFactoryBean to handle the JNDI lookup, which means you are ending up with a single bean instance in your client.  And you want the requests load-balanced, which tells me its a stateless bean.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204840#4204840

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204840



More information about the jboss-user mailing list