Search:

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

Search: Search took 0.02 seconds.

  1. login_error parameter not present in request

    Hi,

    I'm building a custom login page on the lines of one shown here: http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/

    The code expects parameter "login_error" to be...
  2. Thanks Dave, I see that it has been fixed in the...

    Thanks Dave, I see that it has been fixed in the latest release.
  3. Thanks Dave :) I'm looking for a java/spring...

    Thanks Dave :)

    I'm looking for a java/spring batch based solution. Ideally, I would like to just configure and wire existing classes into some reader or write the bare minimum classes of my own...
  4. FlatFileItemReader: Parsing file containing sequnce of characters as record separator

    I have a file that needs to be parsed and broken into Objects. I'm using FlatFileItemReader for this.

    The problem is that the file contains this sequence of characters as record separator -...
  5. Replies
    1
    Views
    712

    JDBC Batch Update

    Hi,

    I'm trying to insert records in a table using batchUpdate method of JdbcTemplate. In some cases the operation may fail - due to unique key constraint for example.

    In such cases I would...
Results 1 to 5 of 5