Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,047

    You could go for properties file instead of...

    You could go for properties file instead of passing it as jobparam
  2. Replies
    4
    Views
    577

    Hi , The property delimiter is used for to...

    Hi ,
    The property delimiter is used for to define the separator.
    For ex:
    <property name="delimiter" value="\t" />
    your records in line will be separated by tab.
  3. Replies
    7
    Views
    2,577

    Hey, The below is your scenario ? Read is...

    Hey,
    The below is your scenario ?
    Read is successful from the flat file but it fails when you are trying to write and you want to store it in flatfile ?
    is that your question ? or parsing from...
  4. Replies
    6
    Views
    957

    I tried just removing the / no luck ;(

    I tried just removing the / no luck ;(
  5. Replies
    6
    Views
    957

    Any inputs on this?

    Any inputs on this?
  6. Replies
    6
    Views
    957

    Sorry, the correct URL i am trying is ...

    Sorry, the correct URL i am trying is
    http://localhost:8080/<someapp>/fgs.htm
  7. Replies
    6
    Views
    957

    Hi vvairam, Thanks for the reply, i am getting...

    Hi vvairam,

    Thanks for the reply, i am getting this error when i hit URL like:
    http://localhost:8080/someproje/name.htm

    Please find the below JSP code.

    <%@ page language="java"...
  8. Replies
    6
    Views
    957

    Spring - Tiles2 Binding error

    Hi All,

    i have created one Spring Mvc and Tiles 2 application when i run the application i am getting following excepion

    java.lang.IllegalStateException: Neither BindingResult nor plain target...
  9. Replies
    4
    Views
    1,038

    Hi Jamestastic, Thanks for the quick reply!...

    Hi Jamestastic,

    Thanks for the quick reply! and the issue is resolved :)

    iraqidinar12- Please don't use active techinal forum like Spring for your Business add.

    Thanks,
    Ameer.
  10. Replies
    4
    Views
    1,038

    URL redirect issue

    Hi All,

    I have created a simple web application, when accessing the URL of my application its fine but when i click the submit button the browser is not able to resolve the url.

    for ex:...
  11. Replies
    1
    Views
    694

    Is this issue with Spring Batch ?

    Hi,

    We have implemented one Spring Batch Job, to read some fixed length (length is 501 per line)input file and update the records of the input file in one table, if it's there, otherwise insert...
  12. Replies
    15
    Views
    2,787

    Try to set JVM memory size like java -Xms500m.

    Try to set JVM memory size like java -Xms500m.
  13. Any suggestions ... ? ;-(

    Any suggestions ... ? ;-(
  14. DataSource Error when scheduling job using quartz

    Hi All,

    I am scheduling my Spring Batch Application using Quartz. When job is triggering its fail with following exception. If i run the job without quartz its working fine.

    Feb 9, 2009...
  15. Thread: scheduler issue

    by ameerb
    Replies
    4
    Views
    1,408

    When i try to run my Batch Application without...

    When i try to run my Batch Application without quartz its working fine. When i schedule it using quartz then only i am facing this issue.
  16. Thread: scheduler issue

    by ameerb
    Replies
    4
    Views
    1,408

    Still getting the same exception ;-( ...

    Still getting the same exception ;-(

    C:\data\ami_ws1\ESS-BATCH-APPS\bin>java -Xms128M -Xmx512M -Djava.version=1.5.0 com.conn.ess.batch.launcher.TestLauncher -Djava.version=1.5.0...
  17. Thread: scheduler issue

    by ameerb
    Replies
    4
    Views
    1,408

    scheduler issue

    Hi All,

    I am implementing Scheduler (Quartz) for my spring Batch Application.
    I am using the same scheduler example in Spring Batch Application.
    When running the scheduler its giving the...
  18. Just to add i am using Spring Batch 1.1.1...

    Just to add i am using Spring Batch 1.1.1 version.
    Thanks in advance.
  19. NullPointerException in SimpleJobLauncher.run()

    Hi All,

    When i try to launch my job using below code am getting NullPointerException
    Please help me on this.

    final String[] paths = new String[] { "FAR-config.xml",...
  20. Replies
    2
    Views
    851

    issue in suspended job.

    Hi All,

    I am developing a small spring batch application.

    Step 1 will perform
    I have one input file read the data from the file and store in HashMap.

    Step 2 will perform
    read the data...
  21. Replies
    4
    Views
    1,672

    Thanks a lot batchman..!! I have done this...

    Thanks a lot batchman..!!

    I have done this without having temp table, by using StepExecutionListener afterStep() method. created one java class which performs the business logic like comparing csv...
  22. Replies
    4
    Views
    1,672

    How to do this using Spring Batch.

    Hi All,

    I have one csv file and i want to match this data with the database table data. and filter out the discrepancy into the xml file.

    How to do this using Spring Batch ?

    I have gone...
  23. Hi Dave, Thanks a lot....!! Its working ..!!...

    Hi Dave,

    Thanks a lot....!!
    Its working ..!! after clearing the Database and adding some missing columns in
    batch schema tables.

    Thanks,
    Ameer.
  24. NullPointerException in SimpleJobRepository .createJobExecution(SimpleJobRepository.j

    Hi Dave,

    Thanks for the quick reply..!!
    Is there any other way to make this app to work ?

    Thanks,
    Ameer.
  25. NullPointerException in SimpleJobRepository .createJobExecution(SimpleJobRepository.j

    Hi All,

    I am trying to create a simple Spring Batch Application which reads the data from csv file and insert in database.

    when i try to run the application from command prompt using the...
Results 1 to 25 of 25