Any one have any ideas?
On 12/6/06, Daniel LaPrade <[EMAIL PROTECTED]> wrote:
I have the following setup:
ProjectName:
|
---> subone
|
----> subtwo
I am getting the following error:
.....constructor threw exception; nested exception is
java.lang.NoSuchMethodError : org.jdom.Element.getValue
()Ljava/lang/String;
The error is thrown during test case run while spring tries to setup the
objects. The "mvn test" is run from "ProjectName" location.
If I run "mvn test" from the "subtwo", it works fine.
Any ideas on what I am doing wrong or missing?