Error: java.lang.NoSuchFieldError: NULL

Asked on March 16, 2013
Hi,
I am running spring application.
Exception in thread "main" java.lang.NoSuchFieldError: NULL
at org.springframework.expression.TypedValue.<clinit>(TypedValue.java:32)
at org.springframework.expression.spel.support.StandardEvaluationContext.setRootObject(StandardEvaluationContext.java:85)
at org.springframework.expression.spel.support.StandardEvaluationContext.<init>(StandardEvaluationContext.java:74)
at org.springframework.expression.spel.support.StandardEvaluationContext.<init>(StandardEvaluationContext.java:78)
Can any one check this.
I am running spring application.
Exception in thread "main" java.lang.NoSuchFieldError: NULL
at org.springframework.expression.TypedValue.<clinit>(TypedValue.java:32)
at org.springframework.expression.spel.support.StandardEvaluationContext.setRootObject(StandardEvaluationContext.java:85)
at org.springframework.expression.spel.support.StandardEvaluationContext.<init>(StandardEvaluationContext.java:74)
at org.springframework.expression.spel.support.StandardEvaluationContext.<init>(StandardEvaluationContext.java:78)
Can any one check this.

Replied on March 16, 2013
It seems you are using lower version of spring-expression. check the jar and upade .

Replied on March 16, 2013
Yes I was working on spring version 3.1.0 but spring expression jar was 3.0.0, I changed it to 3.1.0 and
it worked. Thanks.
it worked. Thanks.