Ignore:
Timestamp:
11/26/13 11:56:07 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/simulator/utils/XsltTransformations.java

    r1131 r1207  
    1919import javax.xml.xpath.XPathExpressionException; 
    2020 
     21import dcworms.schedframe.scheduling.utils.ApplicationProfileDescription; 
    2122import dcworms.schedframe.scheduling.utils.JobDescription; 
    2223import dcworms.schedframe.scheduling.utils.TaskDescription; 
     
    3536                String value =  
    3637                        //"org.apache.xalan.xsltc.trax.TransformerFactoryImpl"; 
    37                         "org.apache.xalan.processor.TransformerFactoryImpl"; 
     38                        //"org.apache.xalan.processor.TransformerFactoryImpl"; 
     39                        "net.sf.saxon.TransformerFactoryImpl"; 
    3840                Properties props = System.getProperties(); 
    3941                props.put(key, value); 
     
    191193        } 
    192194         
     195        public ApplicationProfileDescription getApplicationProfileDescription(String xmlJob){ 
     196                ApplicationProfileDescription appProfDesc = new  ApplicationProfileDescription(xmlJob); 
     197                return appProfDesc; 
     198        } 
     199         
    193200        public String extractJobId(String job){ 
    194201                Transformer t = null; 
Note: See TracChangeset for help on using the changeset viewer.