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. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
