Results 1 to 3 of 3

Thread: Where is SequenceSizeCompletionStrategy in SI 2.0.1 API?

  1. #1
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,791

    Exclamation Where is SequenceSizeCompletionStrategy in SI 2.0.1 API?

    Dear Members

    I just realized the follow
    The class SequenceSizeCompletionStrategy
    appear in the API 1.0.x and in
    Spring Integration Reference Manual 2.0.1.RELEASE

    An annotation indicating that this method shall be used as the release strategy of an aggregator. If not present on any method, the aggregator will use the SequenceSizeCompletionStrategy.
    But no appear in Spring Integration 2.0.1.RELEASE API
    Why?

    See that the reference Manual and SI API are the same version 2.0.1.RELEASE
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    The classname has changed in 2.0 since the strategy interface also changed (from 'CompletionStrategy' to 'ReleaseStrategy'). The new class is: http://static.springsource.org/sprin...eStrategy.html

    Could you please open an issue in JIRA regarding the change we need to make in the 2.0 reference manual?

    Thanks,
    Mark

  3. #3
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,791

    Default

    Hello Mark

    Done!, Jira created INT-1724

    My Best Regards
    Last edited by dr_pompeii; Jan 3rd, 2011 at 06:30 PM.
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •