-
Dec 6th, 2010, 01:41 PM
#1
NoSuchMethodError for org.springframework.util.StringUtils.trimArrayElem ents([Ljava/l
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules