klitchev
14 years agoOccasional Contributor
SoapUITestCaseRunner not ending
Hi,
I am trying to use SoapUI within Java. Interestingly, the following code sets the Java VM to run forever as if a thread refuses to die.
I have just imported the lib directory of my SoapUI 4.0.1 installation.
Actually, the problem is that I start the tests from FitNesse. But after they run (another code is used, of course) FitNesse page stalls at "Running". I hunted down and reached to the conclusion that a simple SoapUITestCaseRunner object creation causes the JVM to run endlessly.
Anyone has idea how come?
I am trying to use SoapUI within Java. Interestingly, the following code sets the Java VM to run forever as if a thread refuses to die.
public static void main(String[] args) {
new SoapUITestCaseRunner();
}
I have just imported the lib directory of my SoapUI 4.0.1 installation.
Actually, the problem is that I start the tests from FitNesse. But after they run (another code is used, of course) FitNesse page stalls at "Running". I hunted down and reached to the conclusion that a simple SoapUITestCaseRunner object creation causes the JVM to run endlessly.
Anyone has idea how come?