Search:

Type: Posts; User: sanghyuk.jung; Keyword(s):

Search: Search took 0.01 seconds.

  1. The bug fixed in Spring 3.0.4

    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
  2. The CronTrigger class interpertes month '9' as October

    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;...
  3. The cron expression "0 0 8-10 1,2,3 9 ?" makes unexpected schedules in Spring 3.0

    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...
  4. Replies
    1
    Views
    631

    404 eror in the changelog page.

    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...
  5. A Kangaroo was delivered safely :)

    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
  6. After changing version of Spring-batch-admin to...

    After changing version of Spring-batch-admin to 1.0.0.M3, It works successfully.

    Thank you very much.
  7. DBCP is already in pom by the template.

    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.
    ...
  8. Cannot run batch admin projects created by a template in the STS 2.3.2

    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.

    ...
  9. Default value of singleton in the SimpleStepFactoryBean.java

    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...
  10. Thank you for your reply. It's helpful to me

    Thank you for your reply. It's helpful to me
  11. SimpleIbatisItemWriter in my project

    Hello.

    In my project, I wrote SimpleIbatisItemWriter class as following.


    import org.springframework.batch.item.AbstractItemWriter;
    import...
  12. I just created a jira issue. Thank you.

    I just created a jira issue. Thank you.
  13. I found typos in documention, as I guess.

    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
    ...
Results 1 to 13 of 13