Hi,

While running the Hudson build using maven for our project we are getting the following exception string for most of the test cases implemented the Junit testing framework:

org.springframework.util.StringUtils.trimArrayElem ents([Ljava/lang/String; )[Ljava/lang/String;
java.lang.NoSuchMethodError: org.springframework.util.StringUtils.trimArrayElem ents([Ljava/lang/String; )[Ljava/lang/String;
at org.springframework.context.support.ClassPathXmlAp plicationContext.&init&(ClassPathXmlApplicationCon text.java:120)
at org.springframework.context.support.ClassPathXmlAp plicationContext.&init&(ClassPathXmlApplicationCon text.java:66)

Can anyone throw some light on this.

We have removed the various dependencies for spring like spring-core & spring-context as spring2.0.8 is already added.

Regards,
Kapil