1 Reply Latest reply on Jan 4, 2008 10:01 AM by manik

    configuration error -> setting UseInterceptorMbeans attribut

    edx

      I tried to configure and start TreeCache (JbossCache 1.4.1SP8) on Jboss 4.2.2GA.
      The service configuration file

      <server>
       <mbean>
       ...
       <attribute name="UseInterceptorMbeans">true</attribute>
       ...
      

      reports the following exception during deployment
      11:37:23,257 INFO [ServiceConfigurator] Problem configuring service jboss.cache:service=TreeCache
      org.jboss.deployment.DeploymentException: Exception setting attribute javax.management.Attribute@903e28 on mbean jboss.cache:service=TreeCache; - nested throwable: (javax.management.AttributeNotFoundException: Attribute 'UseInterceptorMbeans' is not writable)
      


      What I am doing wrong?