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

bstansberry@jboss.com do-not-reply at jboss.com
Fri Feb 9 13:59:48 EST 2007


Set the partition name attribute on your @Clustered annotation:

@Clustered(partition="MyPartition")

In jboss xml it can be configured in the bean's element:


  |             <clustered>true</clustered>
  |             <cluster-config>
  |                <partition-name>MyPartition</partition-name>
  |             </cluster-config>
  | 

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

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



More information about the jboss-user mailing list