[jboss-user] [Clustering/JBoss] - Re: I cannot deploy a ejb3 application to a named partition

beaversx do-not-reply at jboss.com
Fri Feb 9 17:03:15 EST 2007


Brian,

Appreciate your quick reply.  I have the exactly result as before.  I configured jboss.xml as:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 3.2//EN" "http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd">

<enterprise-beans>
  
    <ejb-name>FaultImpl</ejb-name>
    True
    <cluster-config>
      <partition-name>FaultServices</partition-name>
      <bean-load-balance-policy>org.jboss.ha.framework.interfaces.RoundRobin</bean-load-balance-policy>
    </cluster-config>
  
</enterprise-beans>


Anything wrong in my configuration?

Thanks.

Shaw Xu

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

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



More information about the jboss-user mailing list