Search:

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

Search: Search took 0.03 seconds.

  1. Getting error when I am trying to send message to queue in websphere

    I am getting the following error when I am running my queuesender class.



    Your earliest reply would be appreciated

    Thanks,
    Aruna
  2. Is Spring batch can be integrated with spring framework with one application context

    We have used Spring Batch for our application and I have integrated with the core application but kept all the spring batch configurations files separately and placed them in class path.I have tried...
  3. Is it possible to add two more columns to the batch_job_execution table?

    using your jars
  4. Is it possible to add two more columns to the batch_job_execution table?

    I converted everything Spring Framework m4 from m3.My jdk is 1.4.,So I am getting the following error when I am trying to execute my job.
  5. Is it possible to add two more columns to the batch_job_execution table?

    Using m3.So will that be possible?

    is it easy to upgrade to m4?
  6. Is it possible to add two more columns to the batch_job_execution table?

    I am scheduling batch jobs dynamically from web page using quartz scheduler Api.Whatever batch job schedule information user entered into the web page..I am storing to a table called...
  7. Replies
    3
    Views
    1,243

    Run BatchJob for the entire resultset

    I am hereby attaching my xml document.

    The issue that I am getting is it's sending an email for each and every row instead of sending the email for the entire list.

    It would be appreciated if I...
  8. Replies
    3
    Views
    1,243

    Run BatchJob for the entire resultset

    I have a batchjob that takes the input from the database and the output to send an email with the rows from the database.

    The issue that I am getting is for each row it's sending an email.I want...
  9. Gettting Isssues when Integrating Quartz with Spring

    What does that means?How the proxy is getting created.What can I do for that.
  10. Gettting Isssues when Integrating Quartz with Spring

    As per my understanding this should replace JobDetail bean

    <bean id="batchJob" class="org.springframework.scheduling.quartz.Metho dInvokingJobDetailFactoryBean">
    <property name="targetObject"...
  11. Gettting Isssues when Integrating Quartz with Spring

    I added new quartz-all-1.6.0 jar file that comes with my Spring 2.5 version and I am getting new errors now.

    I am attaching the new errors file.

    Please help me with this.
  12. Replies
    4
    Views
    1,368

    JobFuncationalTests

    Thanks for the answers.I am able to write my own class to test and it is working.
  13. Gettting Isssues when Integrating Quartz with Spring

    I have added the following bean definitions to my applicationContext xml.

    <bean id="batchJob" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
    <property...
  14. Replies
    4
    Views
    1,368

    JobFunctionalTests

    I am struggling to write a bootstrap class that works with the JobLauncher interface to launch jobs.Can anyone please help me.
  15. Replies
    4
    Views
    1,368

    JobFunctionalTests

    I am trying to understand the flow in the JobFuncaitonalTests.java.As it is extending AbstractValidatingBatchLauncherTests and that extending AbstractBatchLauncherTests,I am not able to understand...
  16. Replies
    0
    Views
    3,626

    Batch Job Monitoring Tool

    I am new to Spring Batch job.I have created a simple batch job that takes input from database and the output is sending an email.I have completed that stuff and able to run by using Junit test class...
  17. Getting Issues with jdk 1.4.2 in SPring Batch

    I have upgraded the jdk1.4.2 in the way you specified.That solved my issue with jdk.Thanks for the input and time
  18. Getting Issues with jdk 1.4.2 in SPring Batch

    I am trying to integrate my spring batch job with my web application.I am getting some error.I am attaching my error.Can you please help me in rectifying it.
  19. Database input and email output in Spring batch

    Hi,

    I need to create a batch job which takes input from database and gives output to email.

    I know how to do the input from database but I am not sure how to output it to an email

    Can you...
  20. resolved that error

    Thanks a lot for the solution.

    That helped me a lot
  21. Not able to connect to oracle datasource using spring batch framework

    I am new to spring batch framework.I have downloaded the spring batch framework with the samples project.I am able to run the samples application succesfully using the spring default hsql database in...
Results 1 to 21 of 22