3 Replies Latest reply on Aug 3, 2007 5:56 AM by pmuir

    Error Running Basic Generated Tests From Documentation Tutor

    scottdelap

      I've been doing some basic kicking of the tires in respect to Seam. I've ran the first few tutorial items in respect to creating an action and a form. However, the tests for these components don't seem to run in Eclipse with the TestNG plugin installed. I receive the error:

      javax.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'hello'
      at com.sun.el.lang.ELSupport.throwUnhandled(ELSupport.java:52)
      at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:75)
      at com.sun.el.parser.AstValue.getTarget(AstValue.java:67)
      at com.sun.el.parser.AstValue.setValue(AstValue.java:147)
      at com.sun.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:258)
      at org.jboss.seam.util.UnifiedELValueBinding.setValue(UnifiedELValueBinding.java:44)
      at org.jboss.seam.mock.SeamTest$Request.setValue(SeamTest.java:374)

      Seems like I need something setup from a test environment perspective. Suggestions?