1 Reply Latest reply on Apr 6, 2005 4:47 PM by lehphyro

    Help please! I´m done...

    lehphyro

      JBoss Cache don´t works on JBoss, this is a fact.
      I just want configure my cache!
      I just write:
      cache = new TreeCache();
      PropertyConfigurator config = new PropertyConfigurator();
      config.configure(cache, "C:\\cache-service.xml");
      cache.createService();
      cache.startService();

      Is it so dificult?

      Why I receive:
      [PropertyConfigurator] Class not found for either org.w3c.dom.Element or org.jboss.util.propertyeditor.ElementEditor

      I have my CLASSPATH variable configured with path for rt.jar!
      JBoss works fine!
      I can´t understand!

      Help me, please!