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

yairogen do-not-reply at jboss.com
Tue Jan 27 02:23:41 EST 2009


Thanks.

Here is the spring stuff:


  | 
  | <bean id="EjbService" class="org.springframework.jndi.JndiObjectFactoryBean">
  | 		<property name="jndiEnvironment">
  | 			<props>
  | 				<prop key="java.naming.factory.initial">${java.naming.factory.initial}
  | 				</prop>
  | 				<prop key="java.naming.factory.url.pkgs">${java.naming.factory.url.pkgs}
  | 				</prop>
  | 				<prop key="java.naming.provider.url">${java.naming.provider.url}
  | 				</prop>
  | 			</props>
  | 		</property>
  | 		<property name="jndiName" value="ejb/jndiName" />
  | </bean>
  | 
  | 


Can you tell me something about a replacement? 

Maybe a JBoss spring bean? I heard there is something of the sort that is Cluster aware.


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

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



More information about the jboss-user mailing list