I just found it in between :$ Stupid me ! lol
I don't use maven for the time, one framework at a time is quite enough for me currently ! lol Thanks again ZedroS On 3/7/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > ah well, thats the problem. cglib is a requirement of wicket-spring. it is > in the pom.xml > > -igor > > > On 3/7/07, ZedroS Schwart < [EMAIL PROTECTED]> wrote: > > > > Thanks for your reply. > > > > However, I don't understand how come this issue with the cglib jar, > > which I don't even have in my classpath... > > > > In case it could help, here is the complete stack trace : > > java.lang.NoClassDefFoundError: net/sf/cglib/proxy/Callback > > > wicket.spring.injection.annot.AnnotProxyFieldValueFactory.getFieldValue > (AnnotProxyFieldValueFactory.java:100) > > > wicket.injection.Injector.inject(Injector.java:110) > > > wicket.injection.ConfigurableInjector.inject(ConfigurableInjector.java:24) > > > wicket.injection.ComponentInjector.onInstantiation > (ComponentInjector.java:54) > > > wicket.Application.notifyComponentInstantiationListeners(Application.java:823) > > wicket.Component.<init>(Component.java:574) > > wicket.MarkupContainer.<init>( MarkupContainer.java:115) > > wicket.Page.<init>(Page.java:193) > > wicket.markup.html.WebPage.<init>(WebPage.java:119) > > org.zedros.commun.BasePage.<init>(BasePage.java:12) > > org.zedros.forms.LoginPage.<init>(LoginPage.java:36) > > > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > > > sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown > Source) > > > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown > Source) > > java.lang.reflect.Constructor.newInstance(Unknown > Source) > > java.lang.Class.newInstance0(Unknown Source) > > java.lang.Class.newInstance (Unknown Source) > > > wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:58) > > > wicket.request.target.component.BookmarkablePageRequestTarget.newPage(BookmarkablePageRequestTarget.java:267) > > > wicket.request.target.component.BookmarkablePageRequestTarget.getPage(BookmarkablePageRequestTarget.java:286) > > > wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(BookmarkablePageRequestTarget.java > :205) > > > wicket.request.compound.DefaultEventProcessorStrategy.processEvents(DefaultEventProcessorStrategy.java:65) > > > wicket.request.compound.AbstractCompoundRequestCycleProcessor.processEvents(AbstractCompoundRequestCycleProcessor.java > :57) > > > wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:896) > > > wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:929) > > wicket.RequestCycle.step(RequestCycle.java:1010) > > wicket.RequestCycle.steps(RequestCycle.java:1084) > > wicket.RequestCycle.request(RequestCycle.java:454) > > > wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:219) > > javax.servlet.http.HttpServlet.service > (HttpServlet.java:689) > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > Do you have any idea ? > > > > Thanks again > > ZedroS > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
