Changeset 835 for DCWoRMS/trunk/src


Ignore:
Timestamp:
02/04/13 09:37:43 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/simulator/workload/generator/impl/QcgJobGenerator.java

    r749 r835  
    669669                int PCT_STEP = 10; 
    670670                Long cpuSpeed = Long.MAX_VALUE; 
    671                 XPathFactory factory = XPathFactory.newInstance(); 
     671                //XPathFactory factory = XPathFactory.newInstance(); 
     672                XPathFactory factory = new com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl(); 
    672673                XPath xpath = factory.newXPath(); 
    673674                XPathExpression expression = null; 
Note: See TracChangeset for help on using the changeset viewer.