Sorry if this is known issue, but I tried a full build of s2 trunk and it is bombing in HttpHeaderResultTest when building with Maven. I've tried both Maven 2.0.5 and 2.0.6 with and without a clean ~/.m2 directory.

java.lang.NullPointerException
at com.opensymphony.xwork2.util.XWorkMapPropertyAccessor.getKey (XWorkMapPropertyAccessor.java:134) at com.opensymphony.xwork2.util.XWorkMapPropertyAccessor.setProperty (XWorkMapPropertyAccessor.java:107)
        at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:1656)
        at ognl.ASTProperty.setValueBody(ASTProperty.java:101)
        at ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:177)
        at ognl.SimpleNode.setValue(SimpleNode.java:246)
        at ognl.ASTChain.setValueBody(ASTChain.java:172)
        at ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:177)
        at ognl.SimpleNode.setValue(SimpleNode.java:246)
        at ognl.Ognl.setValue(Ognl.java:476)
        at com.opensymphony.xwork2.util.OgnlUtil.setValue(OgnlUtil.java:186)
at com.opensymphony.xwork2.util.OgnlUtil.internalSetProperty (OgnlUtil.java:360) at com.opensymphony.xwork2.util.OgnlUtil.setProperties(OgnlUtil.java: 76) at com.opensymphony.xwork2.util.OgnlUtil.setProperties(OgnlUtil.java: 103) at com.opensymphony.xwork2.util.OgnlUtil.setProperties(OgnlUtil.java: 90) at org.apache.struts2.dispatcher.HttpHeaderResultTest.testHeaderValuesAreNo tParsedWhenParseIsFalse(HttpHeaderResultTest.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
...


Is anyone else seeing this?



--
James Mitchell




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to