Search:

Type: Posts; User: aki86; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,913

    thx bwawok....yeah it was more of a maven thing....

    thx bwawok....yeah it was more of a maven thing.

    i also got this problem later....



    a combination of the below 2 links solved the problem for me. manually running mvn install also helped...
  2. Replies
    2
    Views
    1,913

    Spring Batch Admin dependency issue

    Hi!

    I'm using STS 2.5.0.RC1. I'm looking to try out Spring Batch Admin, but i'm having some problems.

    So far, I went to STS, New Project> Spring Template Project > Sping Batch Admin Webapp
    ...
  3. Replies
    9
    Views
    2,751

    unable to download RC1

    http://s3.amazonaws.com/dist.springframework.org/milestone/BATCHADM/spring-batch-admin-1.2.0.RC1-dist.zip


    AccessDeniedAccess...
  4. thanks for the heads up. i'll check my data in...

    thanks for the heads up. i'll check my data in detail to see if it is the wrong arguments being passed and keep tabs on that thread.

    based one of your messages through.... the expected behaviour...
  5. Replies
    3
    Views
    599

    i did something like this to update the status of...

    i did something like this to update the status of my step. i hope it helps you....



    public class PostProcessingCheckListener extends StepExecutionListenerSupport
    implements...
  6. problem with duplicates inserted when using getSimpleJdbcTemplate().batchUpdate()

    Hi all,

    I'm getting a problem of getting my records inserted twice if I use getSimpleJdbcTemplate().batchUpdate() inside my ItemWriter if i have an an error while inserting one of the records in...
  7. Replies
    4
    Views
    2,429

    Works now. Many thanks!

    Works now. Many thanks!
  8. Replies
    4
    Views
    2,429

    Hi Dave, I got the following error when trying...

    Hi Dave,

    I got the following error when trying to download it from the community download page link :...
  9. Replies
    4
    Views
    1,055

    read this.......

    read this....
    http://static.springsource.org/spring-batch/reference/html/readersAndWriters.html#mappingFieldsByName

    and the fieldset interface has a fs.readDate() method ...
  10. Replies
    4
    Views
    1,055

    Nope, I ended up writing my own FieldSetMapper,...

    Nope, I ended up writing my own FieldSetMapper, and it performs better anyways since it doesn't use reflection.
  11. Replies
    4
    Views
    1,055

    problem mapping java.util.Date

    Hi All,

    I am currently parsing a flat file and trying to use the BeanWrapperFieldSetMapper to help me map the fields into my bean. However, when I try to map into a variable that is of date type,...
  12. hi pgondi, i'm having the same problem. did you...

    hi pgondi, i'm having the same problem. did you get it solved? can you please post your final configuration?

    thanks!
  13. java.lang.IllegalStateException: Context has not been prepared for next connection

    Hi,

    I was wondering if anyone has encountered this error before using Spring 2.5.1 with Websphere 5.1.7 and Java 1.4.2.

    Thanks in advance,




    [Servlet Error]-[Context has not been...
  14. thx to everyone that replied.. finally got it...

    thx to everyone that replied.. finally got it working.
  15. Novice trying to get spring batch samples running

    Hi all,

    Did anyone have any compilation errors when importing the spring batch samples into an eclipse workspace?

    I imported samples for spring batch 1.1.3 into eclipse, added the jars in the...
Results 1 to 15 of 15