Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    386

    Used service activator with commons file utils...

    Used service activator with commons file utils ..., if anyone is interested
  2. Replies
    5
    Views
    386

    I looked into the sample but still did not find...

    I looked into the sample but still did not find my answer. I know about the file name generator. I am using 'filename-generator', but the problem is not with the file name it is the directory name. I...
  3. Replies
    5
    Views
    386

    Hi Oleg I will take a look. I will try to...

    Hi Oleg I will take a look.
    I will try to re-phase my question. What I want is, to get the directory values using Spel and get the header value (say FILE_DIR) from the message instead of a...
  4. Replies
    5
    Views
    386

    File Support with directory at Runtime

    I want the directory info to pass it to the file outbound gately for writing. Is something liek this possible ? I do not see the file getting written


    <
    file:outbound-channel-adapter...
  5. Replies
    7
    Views
    2,510

    I had the same issue and had to spent 3 whole...

    I had the same issue and had to spent 3 whole days before I came across the post. I did see the same behavior and i am using Spring 3.1. If you have greedy context scan if results in all non...
  6. Replies
    7
    Views
    644

    I do not think there is any magic formula. The...

    I do not think there is any magic formula.
    The general advice is to took at your queries first and see if that can be tweaked.
    If thats fine then use task executors for stateless processing.
    Try...
  7. What is ur commit interval ??

    What is ur commit interval ??
  8. Replies
    3
    Views
    390

    What kind of information do you want to share....

    What kind of information do you want to share. The easiest way to save stuff which can be used across all steps will be to save it in the job execution context.
  9. ItemWriteListener

    ItemWriteListener
  10. Replies
    7
    Views
    644

    Can you try this and let me know :

    Can you try this and let me know :


    <bean id="jobRepository" class="org.springframework.batch.core.repository.support.JobRepositoryFactoryBean" >
    <property name="databaseType" value="oracle"...
  11. <batch:step id="step_n" >
    <batch:tasklet ref="example1" transaction-manager="transactionManager">
    <batch:listeners>
    <batch:listener ref="examplelistener1" />
    ...
  12. Replies
    3
    Views
    390

    Use flows...

    Use flows
    http://static.springsource.org/spring-batch/reference/html/configureStep.html#split-flows
  13. Now I am lil confused. Why are you using a...

    Now I am lil confused. Why are you using a FlatFileReader to parse XML ?
    Look at
    http://static.springsource.org/spring-batch/reference/html-single/index.html#itemReader
    6.7. XML Item Readers and...
  14. Replies
    7
    Views
    644

    That is very interesting. Are you overriding any...

    That is very interesting. Are you overriding any of the EXIT_STATUS'es using any listeners? May be the spring batch thinks that are are actually processing your business logic but in reality your are...
  15. Replies
    7
    Views
    644

    When you say it is not COMPLETED...how do you...

    When you say it is not COMPLETED...how do you know it is not completed..did you look at the Spring Batch tables ? What is the exit code ? Do you see any exceptions ?
  16. Any pointers to specific implementation will be...

    Any pointers to specific implementation will be hard to suggest since it will depend on your use case.
    But in general if it is a stateless implementation you can use some of the multi threading...
  17. I think it is a good approach. You have a XML...

    I think it is a good approach. You have a XML that contains some meta data fro the job. But where are the job parameters you are going to use to run the job. I see that you have some user name...
  18. Replies
    3
    Views
    508

    See Spring Batch is a batch framework, don't...

    See Spring Batch is a batch framework, don't confuse it with scheduling. Yes scheduling is indeed an intrinsic part of any batch framework but they are not tightly coupled.
    The default...
  19. Replies
    3
    Views
    508

    This is a common question that has been asked in...

    This is a common question that has been asked in the forum...look around you will get a lot of information.
    Yes you can run multiple jobs at the same time using task executors. Task executor again...
  20. Replies
    2
    Views
    390

    1. I have not used it personally. 2. You can...

    1. I have not used it personally.
    2. You can code your own Readers and writers ..you know that right ?
  21. What??????????????????????????????

    What??????????????????????????????
  22. OK. How about this. Keep the quatz trigger...

    OK. How about this.
    Keep the quatz trigger mechanism the way it is.
    Add a small web service snippet(CALLER SIDE) which will just contain a command START_JOB or something like that with job...
  23. If I understand correctly..doesn't that mean you...

    If I understand correctly..doesn't that mean you are loading two application contexts ? One for the admin WAR and another where you have your quatz code deployed ?
  24. Replies
    4
    Views
    1,049

    It sure looks like a version problem. I use this...

    It sure looks like a version problem. I use this , and it works perfectly fine


    <properties>
    <java-version>1.6</java-version>...
  25. Replies
    5
    Views
    493

    If management of the scheduler is your issue why...

    If management of the scheduler is your issue why don't you use a managed thread from your application server ? Like the TimerManger in WAS .
Results 1 to 25 of 56
Page 1 of 3 1 2 3