Revert your wicket-spring and wicket-spring-annot (if you use that) to 1.2.4
Martijn On 4/2/07, sraj <[EMAIL PROTECTED]> wrote: > > Hello! > > I changed the Wicket version to 1.2.5. We are using tomcat. And now we are > getting the following error on server startup on some mcahines - > > Can you please let me know, if you know anything about this issue? > ------------------------------------------------------------------------------------------------------------------------------------------- > > [ar] INFO wicket.protocol.http.WicketServlet.init:278 | WicketServlet > loaded application EsearchApplication via > wicket.spring.SpringWebApplicationFac > tory factory > [ar] ERROR > org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/web-1.0-SNAPSHOT].log:675 > | StandardWrapper.Throwable > java.lang.Error: Unresolved compilation problems: > The import wicket.injection.IFieldValueFactory cannot be resolved > IFieldValueFactory cannot be resolved to a type > factory cannot be resolved > IFieldValueFactory cannot be resolved to a type > factory cannot be resolved > > at > wicket.spring.injection.annot.AnnotSpringInjector.<init>(AnnotSpringInjector.java:4) > at > wicket.spring.injection.annot.SpringComponentInjector.<init>(SpringComponentInjector.java:96) > at > wicket.spring.injection.annot.SpringComponentInjector.<init>(SpringComponentInjector.java:68) > at > com.sn.esearch.webapp.common.EsearchApplication.init(EsearchApplication.java:101) > at wicket.protocol.http.WicketServlet.init(WicketServlet.java:299) > at javax.servlet.GenericServlet.init(GenericServlet.java:211) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) > at > org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) > at > org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4225) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013) > at > org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442) > at > org.apache.catalina.core.StandardService.start(StandardService.java:450) > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:709) > at org.apache.catalina.startup.Catalina.start(Catalina.java:551) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) > [ar] ERROR > org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/web-1.0-SNAPSHOT].loadOnStartup:3953 > | Servlet /web-1.0-SNAPSHOT threw load > () exception > java.lang.Error: Unresolved compilation problems: > The import wicket.injection.IFieldValueFactory cannot be resolved > IFieldValueFactory cannot be resolved to a type > factory cannot be resolved > IFieldValueFactory cannot be resolved to a type > factory cannot be resolved > > at > wicket.spring.injection.annot.AnnotSpringInjector.<init>(AnnotSpringInjector.java:4) > at > wicket.spring.injection.annot.SpringComponentInjector.<init>(SpringComponentInjector.java:96) > at > wicket.spring.injection.annot.SpringComponentInjector.<init>(SpringComponentInjector.java:68) > at > com.sn.esearch.webapp.common.EsearchApplication.init(EsearchApplication.java:101) > at wicket.protocol.http.WicketServlet.init(WicketServlet.java:299) > at javax.servlet.GenericServlet.init(GenericServlet.java:211) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) > at > org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) > at > org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4225) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013) > at > org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442) > at > org.apache.catalina.core.StandardService.start(StandardService.java:450) > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:709) > at org.apache.catalina.startup.Catalina.start(Catalina.java:551) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) > [ar] DEBUG > org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean:197 > | Returning cached instance of singleton bean 'esearchReso > urcesManager' > [ar] DEBUG > org.springframework.orm.hibernate3.SessionFactoryUtils.doGetSession:333 | > Opening Hibernate Session > [ar] DEBUG > org.springframework.orm.hibernate3.HibernateTemplate.flushIfNecessary:387 | > Eagerly flushing Hibernate session > [ar] DEBUG > org.springframework.orm.hibernate3.SessionFactoryUtils.closeSession:779 | > Closing Hibernate Session > > > > Thanks, > Shyla > > > Eelco Hillenius wrote: > > > > Yeah, please upgrade to a new version. You can download them here: > > http://sourceforge.net/project/showfiles.php?group_id=119783&package_id=130482 > > or you can get the latest snapshot from here: > > http://wicketstuff.org/maven/repository/wicket/wicket/1.2-SNAPSHOT/ > > > > We want to do a 1.2.6 release soon if we can find some time. > > > > Eelco > > > > > > On 3/30/07, sraj <[EMAIL PROTECTED]> wrote: > >> > >> 1.2.3. > >> > >> Thanks, > >> Shyla > >> > >> > >> > >> Eelco Hillenius wrote: > >> > > >> > What version of Wicket are you using? And if it is not the latest > >> > 1.2.x or 1.3, please upgrade. > >> > > >> > Eelco > >> > > >> > > >> >> Hello, > >> >> > >> >> I am getting 'Stack Overflow' error from the browser while selecting > >> >> Date > >> >> from Date picker UI. Please help. > >> >> > >> >> Thanks, > >> >> sraj > >> > > >> > > >> ------------------------------------------------------------------------- > >> > 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 > >> > > >> > > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/ajax-refresh-on-date-picker-tf2314518.html#a9756696 > >> Sent from the Wicket - User mailing list archive at Nabble.com. > >> > >> > >> ------------------------------------------------------------------------- > >> 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 > > > > > > -- > View this message in context: > http://www.nabble.com/ajax-refresh-on-date-picker-tf2314518.html#a9791833 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > 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 > -- Learn Wicket at ApacheCon Europe: http://apachecon.com Join the wicket community at irc.freenode.net: ##wicket Wicket 1.2.5 will keep your server alive. Download Wicket now! http://wicketframework.org ------------------------------------------------------------------------- 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
