The first line is xml instruction only.But one thing , if i remove the job tag from the xml , i can run smoothly.
I was just trying a sample to confirm the working version.
Thanks,
cvuk
Type: Posts; User: cvuk; Keyword(s):
The first line is xml instruction only.But one thing , if i remove the job tag from the xml , i can run smoothly.
I was just trying a sample to confirm the working version.
Thanks,
cvuk
Hi All,
I am trying to use job tag in job xml and this is resulting in the following exception
Caused by: org.xml.sax.SAXParseException: The processing instruction target matching...
Hi,
I have used exactly the same as mentioned above.
how did you resolve the xsd unavailability issue .
Regards,
cvuk
Hi,
Even after adding as specified below , i still see eclipse unable to recognize job tag in xml
Regards,
cvuk
Hi,
After specifying the above mentioned schema definition in the xml file , i get the following exception
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching...
Hi,
Using JobParametersBuilder you can send parameters to the launcher run method.Are you using that
Regards,
cvuk
Thanks lucasward
Hi ,
I am trying to use conditional flow in specific job xml .Please find the declaration and the error encountered by me
<job id="sampleMyJob">
<step name="step1" next="step2"/>
<step...
The issue has been resolved when the job Repository has been set explicity in job Launcher
spring-batch-dist-1.0.0.FINAL
Hi , i am doing the following and unable to set jobparameters and getting the following hibernate job failing resulting in nullpointexception
exception
INFO [main]...
Hi,
anyone know how to read data from table using hibernate via spring batch