I found this issue in the jira, and upgrade spring version to 3.0.4, got no problem.
https://jira.springframework.org/browse/SPR-7384
Type: Posts; User: sanghyuk.jung; Keyword(s):
I found this issue in the jira, and upgrade spring version to 3.0.4, got no problem.
https://jira.springframework.org/browse/SPR-7384
I tested it again as following
import java.util.Date;
import org.apache.commons.lang.time.DateFormatUtils;
import org.junit.Test;
import org.springframework.scheduling.support.CronTrigger;...
Hello,
I would like to test the expression of "0 0 8-10 1,2,3 9 ?", and I
expected that the next schedule of "2010/09/01 09:00:00" should be "2010/09/01 10:00:00", but I got "2010/10/01...
Hello,
I am planning to upgrade Spring batch version 2.0.4 to 2.1.1, and checking backward compatibility of new version. So I tried to check the changelogs, but I got the 404 error from the...
I received it yesterday.
Thank you very much.
http://me2daythumb.phinf.naver.net/20100420_45/me2photo_1271770358935YHsJE_jpg/benelog_1271770358_48694_me2photo.jpg?type=w500
After changing version of Spring-batch-admin to 1.0.0.M3, It works successfully.
Thank you very much.
In the project created by batch-admin template of STS, dependency for DBCP is already declared.
And, I can find it also in 'spring-batch-admin-manager' module.
...
Hello,
I tried to create Spring Batch Admin application by "Spring Batch Admin Webapp" template in STS 2.3.2.
But, I failed to run it even I changed nothing on the default template codes.
...
Hello,
As I see, the default value of singleton in the SimpleStepFactoryBean.java is "true" from the Spring Batch 2.0.3.Realse version.
private boolean singleton = true;
But, I can see...
Thank you for your reply. It's helpful to me
Hello.
In my project, I wrote SimpleIbatisItemWriter class as following.
import org.springframework.batch.item.AbstractItemWriter;
import...
I just created a jira issue. Thank you.
Hello. Thank you for developing good modules.
In my view, I see three typos as following.
1. http://static.springframework.org/spring-batch/spring-batch-docs/reference/html/apa.html#d0e5062
...