It would appear that the Wicket plugin doesn't much care for doing (not so) terrible things like:
InjectorHolder.getInjector().inject(this);
This is done in a few places in our Wicket applications to inject @SpringBean annotations into classes that would otherwise not be able to have dependencies injected into them. When I turn JRebel on, I get a few nice stack traces and web applications that don't deploy.
