[jboss-dev-forums] [Design of Clustering on JBoss] - Re: HANamingService IllegalStateException: Must call setClus

scott.stark@jboss.org do-not-reply at jboss.com
Tue Oct 14 09:54:08 EDT 2008


Using a demand with state Configured on HAPartition as Ales suggested does resolve the issue:

  | ...
  |       <!-- Handler for the replicated tree -->
  |       <property name="distributedTreeManager">
  |          <bean class="org.jboss.ha.jndi.impl.jbc.JBossCacheDistributedTreeManager">
  |             <property name="clusteredCache"><inject bean="HAPartitionCacheHandle
  | r" property="cache"/></property>
  |             <demand state="Configured">HAPartition</demand>
  |          </bean>
  |       </property>
  | 


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

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



More information about the jboss-dev-forums mailing list