3 Replies Latest reply on Mar 8, 2004 9:05 PM by windyboy

    Problems with MBean Attribute

    windyboy

      I pre definde the atrribute like

      public void SetInterval(long interval);
      
       public long getInterval();

      in MBean file

      and set the value in the jboss-service.xml like
      <attribute name="Interval">5000</attribute>


      but still got an exception about no writable attribute...

      what wrong ?