[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/config/xml XMLJobConfigFactory.
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-09-14 05:04:37
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/xml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26520/config/xml Modified Files: XMLJobConfigFactory.java Log Message: no message Index: XMLJobConfigFactory.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/xml/XMLJobConfigFactory.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** XMLJobConfigFactory.java 22 Mar 2006 14:20:45 -0000 1.11 --- XMLJobConfigFactory.java 14 Sep 2006 05:04:34 -0000 1.12 *************** *** 148,152 **** * If we dont find this file on classpath, throw configuration exception. */ ! InputStream inputStream=XMLJobConfigFactory.class.getResourceAsStream(classpathLocation); if(inputStream==null) throw new ConfigurationException(ConfigurationException.JOB_CONFIG_FACTORY_CONFIG, --- 148,152 ---- * If we dont find this file on classpath, throw configuration exception. */ ! InputStream inputStream=XMLJobConfigFactory.class.getClassLoader().getResourceAsStream(classpathLocation); if(inputStream==null) throw new ConfigurationException(ConfigurationException.JOB_CONFIG_FACTORY_CONFIG, |