Search:

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

Search: Search took 0.02 seconds.

  1. About the schema name for default table of spring batch

    I am using db2 as database and schema as abc, When i run the job it throws error that it is not able to find the table as admin.BATCH_JOB_INSTANCE, But i have created the table in...
  2. Replies
    1
    Views
    547

    Regaring writer

    Is there any method in Writer where we can pass Byte Array for writing? Or it has to be string every time?
  3. Replies
    1
    Views
    618

    Using formatters

    Following is the problem statement:

    I need to write to a flat file , But the instead of writing all the information in plain text , I want to encode few pf the info in EBCDEIC format.

    i.e. Lets...
  4. Replies
    2
    Views
    1,091

    Println() ??

    Does writer has println() method? It is flat file writer.
    I got it working by adding /r/n in the writer.write(); Thanks for replaying !!
  5. Replies
    2
    Views
    1,091

    regarding header call back

    I want to write file in a following format

    header
    row1
    row2
    row3
    footer


    With the help of headerCallback & footerCallback, i am able to achieve it , but the problem is , The flat file...
  6. Thanks

    Thank You for your reply
  7. error while using validator - NotWritablePropertyExcep

    Following is the validatior I am using :

    <bean id="validator"
    class="org.springframework.batch.item.validator.Sp ringValidator">
    <property name="billingTransactionId">
    <bean id="luhnValidator"...
  8. Similar error

    Following is the validatior I am using :

    <bean id="validator"
    class="org.springframework.batch.item.validator.SpringValidator">
    <property name="billingTransactionId">
    <bean...
  9. Thanks

    Thanks for your replay , I already looked at the example , And i am looking out for something with which i will be able to write to Database as well as to file. Can you provide me such an example?
  10. Composite writer to write in file and update the databse

    How to write the composite writer which will write the flat file as well as update the database?
  11. Similar error

    I am also facing the same problem , and i am using all release2 jars , can you please let me know wht can be the reason ? also which jar needs to be upgraded to 1.1 ?
  12. error: Could not obtain sequence value

    I am getting following error :

    org.springframework.dao.DataAccessResourceFailureException: Could not obtain sequence value; nested exception is com.ibm.db2.jcc.b.SqlException: DB2 SQL error:...
  13. Replies
    8
    Views
    3,054

    hi

    I am also having same problem .. can any one tell m ethe solution to it?:(
Results 1 to 13 of 13