Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,256

    Greetings Martin, I think, I asked in Spring...

    Greetings Martin,

    I think, I asked in Spring data forum only. Kindly advice me if i wrong.

    Thanks & Regards,
    Rajsuresh
  2. Replies
    0
    Views
    468

    Connection already Closed Error

    Greetings Sir,

    I am using Spring 3.0 for my project. I am separately having jboss and SybaseDB. Because of network issue or some other reason, connection between jboss and DB is disconnecting....
  3. Replies
    2
    Views
    1,256

    Connection already Closed Error

    Greetings Sir,

    I am using Spring 3.0 for my project. I am separately having jboss and SybaseDB. Because of network issue or some other reason, connection between jboss and DB is disconnecting....
  4. Replies
    0
    Views
    1,606

    Application Performance - Spring

    We have three scope like request, singleton and prototype.
    Performance wise which scope is better in a multi user environment and world wide application? Kindly justify, in what basis this scope is...
  5. I tried to download, but its not downloading It...

    I tried to download, but its not downloading It shows the 403 - Forbidden error. :(
  6. Replies
    4
    Views
    1,240

    I too didn't find the sample and jar file for...

    I too didn't find the sample and jar file for ftp. Can you suggest the sites and samples for this? need jar file also.

    We are going to implement along with spring batch. So need help in this.
  7. Replies
    4
    Views
    3,631

    Thanks Dave, I changed it inot INT instead of...

    Thanks Dave, I changed it inot INT instead of Numeric(38,0). Now Its working fine.
  8. Replies
    4
    Views
    3,631

    Can you suggest me what can I use instead of...

    Can you suggest me what can I use instead of using Numeric(38,0) in the place of BIGINT? We are not in the situation of changing the DB to Sybase 15.0. Need clarification on this :confused:
  9. Replies
    4
    Views
    3,631

    Numeric Overflow in Sybase

    Hi,

    I am using Sybase 12.5 and SpringBatch2.0.2 . I could not use BIGINT in sybase 12.5 So i changed to Numeric(38,0) instead of BIGINT in all BATCH_* tables. It worked for some time. But Now its...
  10. Thanks DHGarrette. I used MultiResourceReader for...

    Thanks DHGarrette. I used MultiResourceReader for combining the 4 files into single file. Its working fine.
  11. Ok fine. How to integarete 4 files into single...

    Ok fine. How to integarete 4 files into single file in the single step? we have only one reader and writer. right?
  12. Thanks for your reply. But is it possible only...

    Thanks for your reply. But is it possible only reader in the first 4 steps and final step for writer. (Because I don't want to integrate all procedure into single Or concatenating 4 files at the...
  13. Multi reader and one writer in the step

    Hi,

    Can we use 4 reader and single writer in the step?

    I need to call 4 procedures to select the data from DB, then I have to write these data into single file.

    Shall we need to use 5...
  14. Replies
    4
    Views
    2,335

    Its working fine

    :) Thank you dave. Its working. I am using int instead of BIGINT in Sybase 12.5
  15. Replies
    4
    Views
    2,335

    Spring Batch + Sybase Lower version chunk

    Hi,

    I am using Sybase 12.5 and SpringBatch 2.0.0 But in Sybase 12.5 we are not having BIGINT:((But In sybase version 15.0 only we are having BIGINT), When we are Creating BATCH_JOB_EXECUTION,...
Results 1 to 15 of 15