0 Replies Latest reply on Jan 17, 2007 11:35 PM by dsvmacdonald

    Sem-gen broken for TestNG and FacesMessages

    dsvmacdonald

      In a previous post

      "http://www.jboss.com/index.html?module=bb&op=viewtopic&t=99190"

      I tried to figure out why FacesMessages was not working with TestNG. I believe the problem is a result of a misconfiguration in how build works with projects generated from the sem-gen app.

      When I try to run an integration test using TestNG, the test dies when trying to reference the injected FacesMessages with the following exception

      Caused by: javax.el.PropertyNotFoundException: Property 'jboss' is not found on type: org.jboss.seam.Namespace

      I beleive this is a result of the failure of the FacesConfigurator to run. No where in the console output are statements like

      20:13:48,221 INFO [FacesConfigurator]

      Has anybody else run into this problem?

      Do you have a fix?