2 Replies Latest reply on Aug 2, 2005 5:51 PM by kukeltje

    Tutorial

      is hello.par in your root classpath?

        • 1. Re: Tutorial
          ivannoboa

          Instead of

          JpdlXmlReader.parseFromResource("hello.par/processdefinition.xml");


          try

          ProcessDefinition.parseXmlResource("hello.par/processdefinition.xml");

          it works !!

          • 2. Re: Tutorial
            kukeltje

            Chirs,

            IvanNoboa is right. This is changed in the current code, but not in the docs yet