On Sep 20, 11:00 am, Ketan Nale <[email protected]> wrote: > > Errors in 'file:/E:/ workspace/GwtTest/src/edu/projectDir/util/ > HibernateUtil.java > Line 7: No source code is available for type > org.hibernate.SessionFactory; did you forget to inherit a required > module? > Line 12: No source code is available for type > org.hibernate.cfg.Configuration; did you forget to inherit a required > module? > Line 16: No source code is available for type > java.lang.ExceptionInInitializerError; did you forget to inherit a > required module?
Looks like HibernateUtil is in your GWT source path. If it's not at all used by your client-side code, then you can ignore the errors (which are actually warnings). But you'd better find why edu.projectDir.util is seen by GWT as containing client-side code. -- 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.
