I am using GWT RPC & Hibernate to insert and retrieve data from MySQL using eclipse environment. I have written two methods in service interfaces to insert & retriev
You mean your code works fine but you see this exception in logs? Exception basically means that compilation cache failed to load for some reason. Most likely cache has become corrupted for some reason, so try to remove folder gwt-UnitCache from your project, this should help.