Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. My Exception -->...

    My Exception -->
    org.springframework.batch.retry.ExhaustedRetryException: Retry exhausted after last attempt in recovery path, but exception is not skippable.; nested exception is...
  2. Thanks guys for nice explanation. For now, i...

    Thanks guys for nice explanation.
    For now, i have plain old -public static void main and in future i am going to run it in web container Or with Spring Batch Admin Console.
    I don't have plain while...
  3. Duplicate entries in table from JdbcBatchItemWriter

    Hi

    I am using JdbcBatchItemWriter to writer my records from CSV file into a DB and a file also after validating.I have compositeItemWriter
    to write onto multiple(2) sources.

    In XM...
  4. Thanks BjRi , your solution worked like a charm....

    Thanks BjRi , your solution worked like a charm. :-)
    So it now it is also picking/reading/processing/moving my new files added to directory location.I am falling in love with Spring batch.
    I do not...
  5. Seems i have to introduce some kind of polling...

    Seems i have to introduce some kind of polling technique to read directory periodically.Is it?
    My misunderstanding , i assume spring batch and spring scheduler with MultiResourceItemReader works...
  6. Hi I just realized the its not just...

    Hi

    I just realized the its not just FileRenameTasklet.
    Issue is also with takslet prior to renaming -Reader. When i start the job execution, i have n files in some Directory which are processed...
  7. I have copied my fileRenamingTasklet. Please note...

    I have copied my fileRenamingTasklet. Please note that i am using MultiResourceItemReader and i also another way-
    Wrapping MultiReourceItemReader with custom class and created resources-variable and...
  8. Writing Invalid record to a flat file and valid records to database.

    My requirements:
    Reading flat files in a directory and processing then with a custom validator and importing valid records in database.
    I also want to introduce one more step in which,
    i want to...
  9. Issue in updation of resources /files in tasklet.

    Hi all

    i am new to spring batch and running into an issue related to
    not having update resource/files name in fileRenameTasklet.

    My job has 2 tasklets- First tasklet reads flat...
  10. Replies
    1
    Views
    321

    front end interface for spring batch jobs

    Hi

    I have an application which is going to load large amount of data from a flat file at specified location to database using spring batch.Currently it is run through command line.
    And it will...
  11. creating scheduled service in sprinng framework

    Hi

    I have to create a scheduled service in java which should read database and clean it later.
    I am researching which API to use for the implementation.So far i know only of
    Apache Common Daemon...
  12. Spring JMS Message Producer with .Net MessageConsumer

    Hi

    I am new to Spring JMS. I created a Spring Message Producer and Consumer with JMStemplate and ActiveMQ and it works perfectly.Only concern is,we want Message Consumer/Listener to be in Dot...
  13. how to implement this functionality: calling another app from spring web app

    Hi

    My current app(spring mvc based) works like this:

    I have landing page with links to perform actions.I click a link to fill a form and submit it.Once it submits ,i comes back to landing...
  14. Replies
    0
    Views
    138

    Calling another app from spring web app.

    Current application:
    I have one spring web application running on app server A ( on DB -myDatabase) where -
    user can fill/submit a form,check accounts,print reports.
    Main landing page has link...
  15. trouble with stored proc execution from a spring app.

    Hi All


    I am not sure if this is Database issue or can be solved by some changes in java code so i am writing my issue here also.

    I am using Oracle DB(Lets say DB1) and apache tomcat and JNDI...
  16. SOAP web service with Spring 3 and Apache cxf 2.5 Not working

    Hi all

    i m new to web services and creating code-first soap web service (hello world actually weatherService from tutorials)
    using Apache Cxf on spring 3 on tomcat 6 with java 6.
    I have...
  17. Replies
    0
    Views
    397

    REST or SOAP in our environment?

    Spring Web service
    I am not sure what kind of web services and API are ideal for our environment or if we should not go web service way
    This is the our case:
    1. Two sub-applications A (with...
  18. Hi You code is really difficult to...

    Hi

    You code is really difficult to understand. Above that its not formatted. Plase use code-tags to post any code. This will help us to help you.

    If you could post StoreProfileContextImpl...
  19. should i use conversation scope or send input variable to subflows

    Hi,

    I have a list populated from service bean which is static list means same list is used in all the subflows.

    list=myService.retrieveList();

    At present, i created a variable 'list' in my...
  20. jaxb2marshalling marshallingview not working

    My controller method: --- is ued RespoonseBody also but no use.

    @RequestMapping(value = "/data/{id}", method = RequestMethod.GET)
    public ModelAndView getData(@PathVariable("id") String id) {
    ...
  21. Thank you so much Alejandro..for finding time to...

    Thank you so much Alejandro..for finding time to explain so nicely and providing me with code snippets. I been too busy & l work on this functionality this weekend and will reach you again if...
  22. Replies
    0
    Views
    626

    Rest web service - xml view not working

    Hi all

    I am new and writing a basic REST web service with Spring WS and using JAXB2 for XML view.
    In my servlet xml i defined my XML view & also defined contentNegotiatingViewResolver (i dont...
  23. One question - what is the difference between...

    One question -
    what is the difference between WebFlowConversation and PersistentConversation classes. Both are custom classes and PersistentConversation implements Conversation interface. What is...
  24. Thanks a ton .. Alejandro :).. i am going to try...

    Thanks a ton .. Alejandro :).. i am going to try this code and will be back with output or questions.


    .
  25. Hi Seems your method(bold) is return string...

    Hi

    Seems your method(bold) is return string or name of event which happens to be "errorDisplay".
    You have to see where is the code that is generating that string 'errorDisplay' ; or you could...
Results 1 to 25 of 65
Page 1 of 3 1 2 3