Hi,

running a Wicket application with jetty:run works just fine.

Now I thought it should be possible to launch an embedded jetty within a test
and have httpunit run against it.

Written the test and starting up the internal jetty: Everything seems to be
fine, application is launched with the complete environment (spring injection,
spring security listener).

Now comes httpunit: Requesting the TestSuitePage ==> 500 servlet exception! :-O

12:49:17.426 ERROR o.a.w.RequestCycle - Markup of type 'html' for component
'test.TestSuitePage' not found

I double checked that TestSuitePage.html is actually in place and copied to the
test-classes folder.

Has anyone a clue what I'm doing wrong or which settings I have to adjust to
make Wicket happy?


Best regards, --- Jan.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to