Spring Operator
Spring Operator
**[Scott Cantor](https://jira.spring.io/secure/[email protected])** commented Ok, will do, thank you.
**[Scott Cantor](https://jira.spring.io/secure/[email protected])** commented Patch attached that indirects all the object construction in that Spring parser. I tested the two cases we use, flow-location and flow-location-pattern, and properties work for both.
**[Ged Haydon](https://jira.spring.io/secure/ViewProfile.jspa?name=gedhaydon)** commented I think this is fundamental to flow architecture. At present have to do considerable work to make user experience logical and natural
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented From a brief look the key concern I have is that view-state has a number of attributes and those cannot be reconciled in case of differences. The...
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented Guys, how about to reanimate some old solution #4119? It seems that there is no a lot of code, but IMO `QuartzTaskScheduler` should be located in the...
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented Another reason to have this solution for clasters: http://stackoverflow.com/questions/27946977/spring-integration-polling-inbound-channel-adapter-on-multiple-servers
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented One more Quartz support request: http://stackoverflow.com/questions/44057444/migration-options-for-scheduler-service-running-in-quartz
**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented Also see #7069 (group crosstalk when the same message is sent to multiple message-store backed channels).
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented > group crosstalk when the same message is sent to multiple message-store backed channels I think for JDBC (this issue) we shouldn't fix it for new `JdbcMessageGroupStore`,...
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented Pushed to 'General Backlog' as issue to very hard to fix head-on: there is need to provide 'correlation' API refactoring to simplify further modification and improvement.