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,...
Type: Posts; User: srinivas_vsk; Keyword(s):
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,...
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...
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...
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...
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:...
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
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...
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
...
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:...
Here it is
https://jira.springsource.org/browse/INT-2071
Thanks
Srinivas
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...
Couple of things
Are you using JDBC based reader/ writer or JPA based ones ?
If using JDBC ones try with
<bean id="transactionManager"...
Yes it works without the flow. But i need to use flow so i can put another step in this.
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...
Here is my configuration
<step id="loopStep" next="loopDecision">
<partition step="batchValidate" partitioner="partitioner" >
<handler task-executor="taskExecutor"/>
</partition>...
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...
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
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
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...
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....
Thanks for your input.
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...
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...
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
No one replied, does it mean it cant be done?