By the looks of the exception, there may be more information in the stack trace that you've not posted. Does it say further down that the exception was caused by another exception? Presumably it failed when trying to build a hibernate SessionFactory, which may mean hibernate couldn't find its config files or there was a fault in them (or in annotations). More of the stack trace would help work this out.
It might also help if you posted some of the relevant code directly here to make it easier for people to help you...some might be more willing to look at a short code snippet posted here than to download a zip file. Paul tolga ozdemir wrote: > guys, is there anybody had the same problem before?? > > > > > > On Aug 13, 4:00 pm, tolga ozdemir <[email protected]> wrote: > >> Hi guys, I started playing with those technology just for two weeks >> ago. So, I can ask some dummy questions... forgive me pls.. >> >> Here is my questions.. I am trying to connect GWT with a database I am >> familiar.. Namely, MySQL.. I have a sample project with some errors >> that I have no idea to fix it.. I would be appritiate if someone look >> at it and tells me my faults.. >> >> I have a just a simple DB -> gwtDemo and a table tblEntry [ id, >> entry ] >> >> Below, is the error I recieved >> >> WARNING: Nested in javax.servlet.ServletException: init: >> java.lang.ExceptionInInitializerError >> at net.tolgaozdemir.gwt.server.HibernateContext.getSessionFactory >> (HibernateContext.java:25) >> at net.tolgaozdemir.gwt.server.EntryRemoteService.init >> (EntryRemoteService.java:27) >> at javax.servlet.GenericServlet.init(GenericServlet.java:215) >> at org.mortbay.jetty.servlet.ServletHolder.initServlet >> (ServletHolder.java:433) >> ....... >> >> This is my project zip.http://www.sendspace.com/file/6gpbtjabout 4MB >> >> Regards, >> >> Tolga >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
