On Saturday, June 9, 2012 5:04:44 AM UTC+2, Sudar wrote: > > Hi I'm new to GWT; I have started to learn GWT and doing POC's one by > one. i was able to do RPC call; > > Now I'm trying to do Database operation and integrated GWT with spring > and hibernate; when I'm trying to start a server, getting the > following error; Can you pls assist me? > > > [WARN] Nested in > org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'tmgUserScreenService' defined in > ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot > resolve reference to bean 'ctTradeRecordGmiDAO' while setting bean > property 'ctTradeRecordGmiDAO'; nested exception is > org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'ctTradeRecordGmiDAO' defined in > ServletContext resource [/WEB-INF/appCtxDaos.xml]: Cannot resolve > reference to bean 'cvHibernateSessionFactory' while setting bean > property 'sessionFactory'; nested exception is > org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'cvHibernateSessionFactory' defined in > ServletContext resource [/WEB-INF/appCtxDaos.xml]: Invocation of init > method failed; nested exception is java.lang.NoClassDefFoundError: > java.net.Socket is a restricted class. Please see the Google App > Engine developer's guide for more details.: >
> java.lang.NoClassDefFoundError: java.net.Socket is a restricted class. > Please see the Google App Engine developer's guide for more details. On Saturday, June 9, 2012 5:04:44 AM UTC+2, Sudar wrote: > > Hi I'm new to GWT; I have started to learn GWT and doing POC's one by > one. i was able to do RPC call; > > Now I'm trying to do Database operation and integrated GWT with spring > and hibernate; when I'm trying to start a server, getting the > following error; Can you pls assist me? > > > [WARN] Nested in > org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'tmgUserScreenService' defined in > ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot > resolve reference to bean 'ctTradeRecordGmiDAO' while setting bean > property 'ctTradeRecordGmiDAO'; nested exception is > org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'ctTradeRecordGmiDAO' defined in > ServletContext resource [/WEB-INF/appCtxDaos.xml]: Cannot resolve > reference to bean 'cvHibernateSessionFactory' while setting bean > property 'sessionFactory'; nested exception is > org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'cvHibernateSessionFactory' defined in > ServletContext resource [/WEB-INF/appCtxDaos.xml]: Invocation of init > method failed; nested exception is java.lang.NoClassDefFoundError: > java.net.Socket is a restricted class. Please see the Google App > Engine developer's guide for more details.: > java.lang.NoClassDefFoundError: java.net.Socket is a restricted class. > Please see the Google App Engine developer's guide for more details. If you don't use AppEngine, then disable the AppEngine nature on your project (right-click on the project -> Preferences -> Google -> App Engine). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/NY7Rs6JQ1q8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
