I am working with IBM DB2 on z/os. I may have to setup the default encoding for the specific DB when ran from the non-mainframe tier.
Can some one give me details on how to setup this property for...
Type: Posts; User: kdandu; Keyword(s):
I am working with IBM DB2 on z/os. I may have to setup the default encoding for the specific DB when ran from the non-mainframe tier.
Can some one give me details on how to setup this property for...
How do i mention more than one class as the exception classes list?
I have a drivingqueryitemreader that supplies into a Itemwriter(that does db inserts for each entry provided by the reader).
Is there a way to tell the job to continue with next entry, if the...
I think this could be captured as a gotcha in the User guide(not to consume the exception, but to let the Batch FW to know this has happened)
In the same breath as a table prefix, is there a property that tells 'Spring Batch' to use a specific schema, this is the schema where spring batch tables are present(compared to default schema that...
Just wondering if there is a way to invoke it with a non variable params list(we always need to change the params for the Job to be recognized as non-repetitive)
Or is this something that can be...
I need to save a list of keys into executioncontext so i can retrieve them during a next step.
Is there a way to do that while running the current taskletstep?
I am using the CommandLineJobLauncher and i have a single job(with 2 basic steps).
When i start the commandline launcher, it takes care of the read and write of the step and repeats them again and...
I am looking for your feedback on this question.
thanks.
I have a stand alone program that loads application context and then fetches the jdbctemplate using datasource defined in the context file in the main program.
I do have other DAO classes defined...
Due to a dependency on Spring batch, i would like to download latest version of Spring framework 1.x.
Can some one point to the right location for this download; thanks.
I have a question related to Spring2.0 functional support for jdk1.4.
If i am running on jdk1.4, can i use attransactional from Spring 2.0??
I have heard from some of developers that due to its performance, they are moving to custom code and Spring MVC.
Does the latest & greatest version of webflow address any of these concerns?
I think its a great idea to blog about something you are passionate about.
Keep up the great work & hope to visit your blog and get lots of info in the near and long term.
In the context of Spring can't u just use the out of the box 'Spring mock' apis??