0 Replies Latest reply on Mar 7, 2012 4:03 AM by wutongjoe

    how to setvalue() to HASingleton ?

    wutongjoe

      Hi all,

       

      I am considering implementing a central configuration point in a cluster,which all apps in cluster could load/save any value dynamically in real-time. I choose HASingleton approch .I followed the test case in JBAS 7.1 test case source code "\testsuite\integration\clust\src\test\java\org\jboss\as\test\clustering\unmanaged\singleton\SingletonTestCase.java"

       

      It worked and I can read value from HASingleton service .But how can I set value to that HASingleton service ?

       

      Any idea ? Thank you very much.