2 Replies Latest reply on Nov 7, 2005 6:53 PM by davidsan1001

    Problem with creating Test Case using GPD

    davidsan1001

      This doesn't seem to work anymore

      ProcessDefinition definition =
       JpdlXmlReader.parseXMLResource("Auction_Process_Name.par/processdefinition.xml");
      

      I can't find the method "parseXMLResource" and can't find a replacement. Best I could some up with is using java file i/o stuff then using something like org.xml.sax.InputSource then using the constructor for JpdlXmlReader.
      Gotta be a better way than that.