[JBoss-user] [Clustering/JBoss] - Re: MBean not running setCurrentState on restart

2004-11-02 Thread dave_dave
Does no reply mean that I am doing something that is obviously stupid? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853603#3853603 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853603 --

[JBoss-user] [Clustering/JBoss] - Re: MBean not running setCurrentState on restart

2004-11-01 Thread dave_dave
Sorry, the above should be: Class code is: public class StateSyncTest extends HAServiceMBeanSupport implements HANotificationBroadcasterExampleMBean, HAPartition.HAPartitionStateTransfer { | Collection receivedMessages = new LinkedList(); | String currentWord; | | | protected void

[JBoss-user] [Clustering/JBoss] - MBean not running setCurrentState on restart

2004-11-01 Thread dave_dave
ntWord; } public void setCurrentWord(String currentWord) { this.currentWord = currentWord; } } MY xml is as follows: jboss:service=DefaultPartition Thanks in advance, Dave_dave View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop