Re: WicketTester: getLastRenderedPage() returns null

2014-01-13 Thread Martin Grigorov
Hi, You can use MAVEN_OPTS to set the debugging JVM options and attach remote debugger. Most probably some resource is in the classpath in the IDE, but not when executing with Maven. Martin Grigorov Wicket Training and Consulting On Mon, Jan 13, 2014 at 3:53 PM, Oliver B. Fischer wrote: > I ha

WicketTester: getLastRenderedPage() returns null

2014-01-13 Thread Oliver B. Fischer
I have strange unit test where I use the WicketTester. I perform the usual "Does the page renders test?". In my IDE the test passes, but fails on the command line with Maven. When I execute the test on the command line I can see that getLastRenderedPage() returns null. Any idea how to debug