Exception when job-logging-config is missing job-config
Brought to you by:
suresh_pragada
Framework is throwing the following exception when
job-config element is missing the job-logging-config
element in the job configuration. It supposed to be
the optional element and use the framework logging.
-------------------------------------------
{ConfigurationException [component = job-config]
[message = Found 0job-logging-config element(s) in
configuration of job helloworld.]}
at
org.jmonks.batch.framework.config.xml.XMLJobConfig.<in
it>(XMLJobConfig.java:96)
at
org.jmonks.batch.framework.config.xml.XMLJobConfigFact
ory.getJobConfig(XMLJobConfigFactory.java:202)
at org.jmonks.batch.framework.Main.process
(Main.java:110)
at org.jmonks.batch.framework.Main.main
(Main.java:230)