Results 1 to 1 of 1

Thread: Spring WebFlow FacesContext and integration test

Threaded View

  1. #1
    Join Date
    May 2011
    Location
    Paris, France
    Posts
    18

    Default Spring WebFlow FacesContext and integration test

    Hello

    When I try to test my flows, it always return me a nullpointerexception due to a null current FacesContext.
    So what is the issue to deal with the FacesContext when running flows tests outside a servlet container.
    My soft stack is java 7, spring 3.2.1, spring-webflow 2.3.2, jsf 2.1, junit 4.11, maven 3.0.4.
    Last edited by Khaled.Noordin; Feb 4th, 2013 at 06:25 PM.

Tags for this Thread

Posting Permissions

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