Changeset 1207 for DCWoRMS/branches/coolemall/src/simulator/utils
- Timestamp:
- 11/26/13 11:56:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/utils/XsltTransformations.java
r1131 r1207 19 19 import javax.xml.xpath.XPathExpressionException; 20 20 21 import dcworms.schedframe.scheduling.utils.ApplicationProfileDescription; 21 22 import dcworms.schedframe.scheduling.utils.JobDescription; 22 23 import dcworms.schedframe.scheduling.utils.TaskDescription; … … 35 36 String value = 36 37 //"org.apache.xalan.xsltc.trax.TransformerFactoryImpl"; 37 "org.apache.xalan.processor.TransformerFactoryImpl"; 38 //"org.apache.xalan.processor.TransformerFactoryImpl"; 39 "net.sf.saxon.TransformerFactoryImpl"; 38 40 Properties props = System.getProperties(); 39 41 props.put(key, value); … … 191 193 } 192 194 195 public ApplicationProfileDescription getApplicationProfileDescription(String xmlJob){ 196 ApplicationProfileDescription appProfDesc = new ApplicationProfileDescription(xmlJob); 197 return appProfDesc; 198 } 199 193 200 public String extractJobId(String job){ 194 201 Transformer t = null;
Note: See TracChangeset
for help on using the changeset viewer.