It can be specified in XML; in jboss.xml for each clustered bean add:

  |             <clustered>true</clustered>
  |             <cluster-config>
  |                
<partition-name>${jboss.partition.name:DefaultPartition}</partition-name>
  |             </cluster-config>

I believe support for that was only added in EJB3 RC9 (last June) so you may 
have to upgrade your EJB3.

In 4.2.0, the value of the @Clustered annotation 'partition' attribute will 
default to whatever you pass to -g at startup (or to DefaultPartition if -g is 
not used.)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036901
_______________________________________________
jboss-user mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to