はまった・・・

S2StrtusUnitを使ってテストをしたいのですが、実行すると以下のExceptionで落ちます。何が悪いのでしょう?
もしかして、S2StrutsUnitのlibに入っているライブラリを全てパスに通さないといけない?

java.lang.NullPointerException
at ognl.OgnlRuntime$ClassCache.get(OgnlRuntime.java:144)
at ognl.OgnlRuntime.getConstructors(OgnlRuntime.java:953)
at ognl.OgnlRuntime.callConstructor(OgnlRuntime.java:836)
at ognl.ASTCtor.getValueBody(ASTCtor.java:107)
at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:171)
at ognl.SimpleNode.getValue(SimpleNode.java:213)
at ognl.Ognl.getValue(Ognl.java:333)
at ognl.Ognl.getValue(Ognl.java:413)
at ognl.Ognl.getValue(Ognl.java:395)
at org.seasar.framework.util.OgnlUtil.getValue(OgnlUtil.java:21)
at org.seasar.framework.container.impl.ArgDefImpl.getValue(ArgDefImpl.java:35)