Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    400

    The "item" or the object i have in the...

    The "item" or the object i have in the aggregation has an attribute of something like record count, so i need to sum up these record count within that custom splitter seems like. Will analyze more,...
  2. Replies
    4
    Views
    400

    Sorry for not being clear. If we have like 1000...

    Sorry for not being clear.
    If we have like 1000 items as a result of Aggregation, The file threshold says each file can allow 800 items, so i need 800 written to the first file and the remaining...
  3. Replies
    4
    Views
    400

    Aggregator to multiple file outputs

    Hi

    I have a usecase where the result of Aggregation needs to be written to a single output file or multiple output files. This decision depends on the Threshold values of current file being...
  4. Sorry missed the global part. Thought i need to...

    Sorry missed the global part. Thought i need to put the interceptor for every channel. So having aop around a specific package of spring integration and profiling in that aop was easier. I got this...
  5. Well i tried to put aspect around the integration...

    Well i tried to put aspect around the integration module.
    But it complains, please let me know if i need to tweak the package

    Caused by: org.springframework.beans.factory.BeanCreationException:...
  6. Thanks for the tip. I was actually running this...

    Thanks for the tip. I was actually running this as standalone as mentioned, this is outside the server. Is there a way to do it?

    Thanks
    Srini
  7. Performance of multiple splitter/ aggregators

    Hello,

    I have standalone project where im using multiple splitters/ aggregators. I see some slowness in the overall response time ( the time from sending the message to gateway and receiving the...
  8. Replies
    0
    Views
    299

    Actviti with SI

    Hi

    Is there any plan to bring Activiti support in to the main spring integration. There is a project in sand box but it seems like it is not very actively being worked on?

    Please let me know
    ...
  9. Replies
    2
    Views
    671

    Chaining a http outbound gateway

    Hello

    Just wondering why cant we use the http outbound inside a chain ?

    I'm getting below issue


    Caused by: org.springframework.beans.factory.parsing.BeanDefinitionParsingException:...
  10. Here it is...

    Here it is
    https://jira.springsource.org/browse/INT-2071

    Thanks
    Srinivas
  11. xpath-router doesnt have apply-sequence

    Hello

    I see that the recipient list router has an attribute for apply-sequence but not for xpath-router. Can you please add one or is there any other way to get this functionality?

    Thanks...
  12. Couple of things Are you using JDBC based...

    Couple of things
    Are you using JDBC based reader/ writer or JPA based ones ?

    If using JDBC ones try with


    <bean id="transactionManager"...
  13. Replies
    4
    Views
    832

    Yes it works without the flow. But i need to use...

    Yes it works without the flow. But i need to use flow so i can put another step in this.
  14. Replies
    2
    Views
    756

    1. Yes i tried that and worked fine but not if i...

    1. Yes i tried that and worked fine but not if i have flow inside the batchvalidate. i have posted another question on this
    2. IT looks like the loop is repeated only after partitions have...
  15. Replies
    4
    Views
    832

    Here is my configuration

    Here is my configuration



    <step id="loopStep" next="loopDecision">
    <partition step="batchValidate" partitioner="partitioner" >
    <handler task-executor="taskExecutor"/>
    </partition>...
  16. Replies
    2
    Views
    564

    I think i figured out the problem i was trying to...

    I think i figured out the problem i was trying to use flow attribute in the step

    <step id="" flow="" /> instead of <step> <flow>

    And was getting Sax errors. Maybe the documentation needs to be...
  17. Replies
    4
    Views
    832

    Is Flow based step restartable?

    On tasklet you can set the allow-start-if-complete to allow it restart even though it is complete.
    Any plans to support the flow as well?

    Thanks
    Srinivas
  18. Replies
    2
    Views
    564

    Partition a flow or a step with flow

    Hello

    Haven't been able to partition a step with flow attribute nor directly refer a flow inside the partitioner.
    Is this feature available?

    Thanks
    Srinivas
  19. You could have writeListener on the first one...

    You could have writeListener on the first one which will store the summary file name in to the context after writeComplete.
    And you can configure your second writer to accept a parameter from the...
  20. Replies
    2
    Views
    756

    Loop Step with partitioning

    Hello

    My use case is somewhat like this. We need to process 10 different items using the same step. Each time the step is executed, we need to partition say 2 items so they can run parallelly....
  21. Thanks for your input.

    Thanks for your input.
  22. I'm not completely sure on how to use Validation...

    I'm not completely sure on how to use Validation exception to pull the errors, and still continue to take benefit of chunk commits.
    I went in slightly different approach, defining a Wrapper object...
  23. How to get Errors from validatingProcessor in writer

    Hello

    I have situation my main process is to validate the records and if there are validation errors i need them to write those to the database.
    would like to use the chunk processing as the size...
  24. performance Spring batch and JPA bulk inserts to DB

    Hello

    Do you have any benchmarks recorded on different JPA providers used with batch for writing to DB.
    If so please share ?

    Any recommendations too ?

    Thanks
  25. Replies
    1
    Views
    747

    No one replied, does it mean it cant be done?

    No one replied, does it mean it cant be done?
Results 1 to 25 of 137
Page 1 of 6 1 2 3 4