sorry about the poor english. I am using the worlds smallest keyboard. very frustrating.
Type: Posts; User: sward; Keyword(s):
sorry about the poor english. I am using the worlds smallest keyboard. very frustrating.
No, its the same problem, the latest dump is the actual errors that are thrown....not the null pointer or the Servlet exception. Consider it a "caused by" dump.
The problem which is calling all...
Ok, we have narrowed it down to a closed lazy loading session. see below:
[junit] ------------- Standard Output ---------------
[junit] Faculty name: Science And Agriculture
[junit] Error:...
heres some cod ethat make up the web tests:
BaseStrutsTestCase.java
public abstract class BaseStrutsTestCase extends MockStrutsTestCase {
//~ Instance fields...
The actionExecute() method is the surface method in my app where these errors originate. My debugger gets to this and then the app moves into the spring...
Hi all,
Am having some grief wuth MockStrutsTestCase at themoment. We recently uodated our Hibernate app to use lazy loading. Now whenever we try and run any struts web tests we get the following...