Re: WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An exception has been thrown during construction!

2017-03-26 Thread Sokab
Thank You very much!! :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/WicketMessage-Can-t-instantiate-page-using-constructor-public-com-mycompany-StartPage-An-exception-h-tp4677445p4677447.html Sent from the Users forum mailing list archive at Nabble.com.

Re: WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An exception has been thrown during construction!

2017-03-26 Thread Sven Meier
Everyone! I am new and I want to learn to Wicket. When I create new simple project with Wicket everything is ok but when I try add EJB class to Wicket (WebPage) always i have this same error: "WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An exceptio

WicketMessage: Can't instantiate page using constructor 'public com.mycompany.StartPage()'. An exception has been thrown during construction!

2017-03-26 Thread Sokab
Hi Everyone! I am new and I want to learn to Wicket. When I create new simple project with Wicket everything is ok but when I try add EJB class to Wicket (WebPage) always i have this same error: "WicketMessage: Can't instantiate page using constructor 'public com.mycompany.Star

Can't instantiate page using constructor

2012-01-21 Thread Daniel Watrous
When I build my wicket project I'm getting the following error Tests in error: homepageRendersSuccessfully(com.danielwatrous.movieratings.TestHomePage): Can't instantiate page using constructor 'public com.danielwatrous.movieratings.HomePage

Re: Can't instantiate page using constructor

2012-01-21 Thread Per Newgro
The stack trace is what? Am 21.01.2012 18:21, schrieb Daniel Watrous: When I build my wicket project I'm getting the following error Tests in error: homepageRendersSuccessfully(com.danielwatrous.movieratings.TestHomePage): Can't instantiate page using constructor 'public

Re: Can't instantiate page using constructor

2012-01-21 Thread Daniel Watrous
): Can't instantiate page using constructor 'public com.danielwatrous.movieratings.HomePage(org.apache.wicket.request.mapper.parameter.PageParameters)' and argument ''. Might be it doesn't exist, may be it is not visible (public). I can't see any errors in my code. I am trying to use Hibernate

Error using JUnit: Can't instantiate page using constructor

2008-04-04 Thread PhilipJohnson
(); tester.startPage(Index.class); tester.assertContains(Gouda); } } When I run it, I get the following: [junit] 407 [main] ERROR org.apache.wicket.RequestCycle - Can't instantiate page using constructor public com.cheesr.Index() [junit

Re: Error using JUnit: Can't instantiate page using constructor

2008-04-04 Thread Igor Vaynberg
I run it, I get the following: [junit] 407 [main] ERROR org.apache.wicket.RequestCycle - Can't instantiate page using constructor public com.cheesr.Index() [junit] org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor public com.cheesr.Index() I have