Re: [Wicket-develop] ContextParamWebApplicationFactory

2006-08-29 Thread Igor Vaynberg
but the original exception is chained, so it should be in the console below the wicket runtime exception-IgorOn 8/29/06, Stefan Lindner < [EMAIL PROTECTED]> wrote: The creation of a new instance catches the following exceptions     catch (ClassNotFoundException e)  {   throw new WicketRuntimeExc

[Wicket-develop] ContextParamWebApplicationFactory

2006-08-29 Thread Stefan Lindner
The creation of a new instance catches the following exceptions     catch (ClassNotFoundException e)  {   throw new WicketRuntimeException("Unable to create application of class " + applicationClassName, e);  }  catch (InstantiationException e)  {   throw new WicketRuntimeException("Una