1 Reply Latest reply on Jul 26, 2006 8:46 AM by viegas

    DefaultXPath error

    viegas

      Hello
      Im getting an error int the class ProcessImageTag in the line:

      XPath xPath = new DefaultXPath("node[@name='"+ nodename +"']");


      In the eclise editor everithing is fine but when I try to run my aplication I get the error in the console:
      ERROR [[jsp]] Servlet.service() for servlet jsp trew exception
      java.lang.NoClassDefFoundError: org/dom4j/xpath-DefaultXPath
      


      I have the dom4j.jar in the lib of the server so I realy dont know whats going on.

        • 1. Re: DefaultXPath error
          viegas

          Ive found the solution, the driver that cames with the server in Starters kit is an old one.
          I had to copy the one in the source of Jbpm.
          I also had to do that with the Jaxen driver