Questions tagged [java-batch]
84 questions
0
votes
1 answer
Java batch (JSR 352) with Weblogic 12.1.3
Can i use java batch with weblogic 12.1.3?
This version of weblogic support java EE 7 but in the console I can not find a page with the Batch configuration

andrean
- 107
- 12
0
votes
1 answer
JSR 352: Connection is closed Error if connection is closed in the Readers close() in partitioned step
I create a Connection Connection con = ds.getConnection();(where ds is DataSource) in the open of the Reader and close it in the close() of the Reader.
But when i run a job with multiple partitions, in the middle of the job , i get Connection is…

Fazil Hussain
- 425
- 3
- 16
0
votes
1 answer
How to configure/run Java Batch partitions in multi JVM in WebSphere LP
In WebSphere LP Java Batch, I have divided my job in 4 partitions through job.xml configuration, So when the job executes on server 4 threads runs on single jvm to complete the job. Now I want to run the partitions on 2 jvm.
Lets say 2 partitions…

Jay
- 42
- 11
0
votes
1 answer
Write each record in new line using ZFile To write into a file?
I have a Java batch job and I am writing into a file in the writer.
I am writing into a MVS Dataset and using ZFile's write(byte[] buf) to write into the file.
However instead of writing each record in a new line it is being written in the same line…

Fazil Hussain
- 425
- 3
- 16
0
votes
1 answer
Java EE Batch API add batch dynamically
You can add batchs dynamically on a java application ee 7 batch? I.e.: upload the jar batch and application to add the new jar to the classpath and run it...

João Santana
- 145
- 8
0
votes
1 answer
Launch & monitor Spring Batch jobs (deployed to Jboss EAP) via shell scripts
Scenarios
All batch applications (Spring Batch based) have to deploy to Jboss EAP.
All batch jobs have to be launched & monitored by using the existing enterprise workload/scheduling system, e.g. ASG-Zena via shell scripts.
All batch jobs will have…

CCY
- 1
0
votes
1 answer
How to update all emails at once?
I created my Java App to Send emails from the table and after that to update Sent emails column in the table. What I want now is instead of updating one at the time I would like to update all emails at once. Here is my code Send Emails:
import…

espresso_coffee
- 5,980
- 11
- 83
- 193
-1
votes
1 answer
Can we use Facebook API in modern java batch?
Can we use Facebook API in modern java batch?
Need some information like is that possible to use that API in modern java batch, if so how can we implement it?

Manju
- 1
-1
votes
1 answer
JSR-352 : Stackoverflow error in DB2DataStoreHelper.findMappingClass
Caused by: java.lang.StackOverflowError
at java.lang.Integer.valueOf(Integer.java:844)
at com.ibm.websphere.rsadapter.DB2DataStoreHelper.findMappingClass(DB2DataStoreHelper.java:430)
at…

Fazil Hussain
- 425
- 3
- 16