Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Spring Web Flow 2.2.1 is out, Spring Web Flow 2.3.0 next

  1. #1
    Join Date
    Aug 2006
    Location
    Brooklyn
    Posts
    556

    Default Spring Web Flow 2.2.1 is out, Spring Web Flow 2.3.0 next

    A minor maintenance release 2.2.1 is available for download. See the changelog for a list of issues included. Meanwhile development has began towards a Spring Web Flow 2.3 release.

  2. #2
    Join Date
    Aug 2010
    Location
    Ohio-USA
    Posts
    5

    Question Spring webflow upgrade from webflow 1.x version to 2.x

    Hi

    Currently our project is running on spring web flow 1.x version. We are planning to upgrade to web flow 2.x latest version. Do you have any idea? what will be the impact? could you help me on this?

    Thanks in advance

    Thanks & Regards
    Ram

  3. #3
    Join Date
    Oct 2010
    Posts
    8

    Default

    You can check the reference guide.
    Chapter 16. Upgrading from 1.0

    http://static.springsource.org/sprin...#upgrade-guide

    Regards

  4. #4
    Join Date
    Nov 2010
    Posts
    16

    Default 2.3.0 when??

    Out of curiosity, when is 2.3.0 expected to become available?

    Unfortunately we've hit the SWF-1437 bug "Two concurrent threads in an expression of a flow override the root object of evaluation context", and our release deadline is very near.

    Or, what about a 2.2.2 version with this bug fixed?

    Reagards,
    Gabriele

  5. #5
    Join Date
    Nov 2010
    Location
    Winterthur
    Posts
    49

    Default

    Hi,

    I have the same questions. When will 2.3 be out?
    I need issue https://jira.springframework.org/browse/SWF-1415 (in 2.3.0 release) to be fixed.

    Would be nice to have some dates here.

    Regards,
    Florian

  6. #6
    Join Date
    Jan 2010
    Posts
    9

    Default

    Hi,
    Saw that SWF-759
    https://jira.springsource.org/browse/SWF-759

    is getting resolved. Looks like one would be able to inject custom conversation manager. But is there a solution to inject custom flow execution repository?. There are certain tweaks we need to do and hence the question. Thx

  7. #7
    Join Date
    Jul 2007
    Posts
    21

    Default

    Good article on Spring Web Flow (SWF)
    Krish
    ---------------------------------------------
    Spring Framework Articles
    Hibernate ORM Articles

  8. #8

    Default Validation Groups for Spring 2.3.0

    Hi,

    (Sorry - subject should read Spring Webflow 2.3.0)

    I've been looking through the 2.3 maintenance branch and can't see any mention of how to specify JSR-303 validation groups for model validation. Will this be supported? It is in important feature of the JSR-303 API....

    Regards,
    Paul
    Last edited by Paul Wilson; Feb 28th, 2011 at 07:47 AM. Reason: Mistake in Subject

  9. #9
    Join Date
    Aug 2006
    Location
    Brooklyn
    Posts
    556

    Default

    Web Flow 2.3 won't have explicit support for validation groups as the underlying LocalValidatorFactoryBean in Spring MVC doesn't have that built in yet either (SPR-7062).

    For partial validation you best bet is to continue using validation by convention -- i.e. validate{viewStateId}(ValidationContet). Optionally you could inject an extension of the LocalValidatorFactoryBean with an additional validate method that expects groups.

  10. #10

    Default

    I'm not convinced. The JIRA you provided is for the @Valid annotation specifically and I don't think that even Hibernate Validator supports that.

    Why can't you cast LocalValidatorFactoryBean to javax.validation.Validator (if it is an instance of) and use that within the Validation helper along with any groups provided?
    Last edited by Paul Wilson; Feb 28th, 2011 at 09:16 AM. Reason: Type (JSR -> JIRA)

Posting Permissions

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