posted 15 years ago
Hi,
Iam writing a small program to integrate GWT and Hibernate.
GWT RPC works fine by itself, tested it by hardcoding some data on server and sending the object back to client.
My standalone Hibernate program works fine. But when I try to integrate it with GWT, I get an error stating
"Initial SessionFactory creation failed. java.lang.NoClassDefFoundError: java.net.Socket is a restricted class. Please see the Google App Engine developer's guide for more details. "
I had read on one of the forums that the above class isn't permitted for GWT. Iam assuming the problem has to do with Dom4j's use of the above class. Is there any implementation of DOM4J which doesn't use this class?
Iam using the jar dom4j-1.6.1.jar; Below is the source for Server Implementation.
Any help would be greatly appreciated.
Thanks,
Ajay
Class - FetchPlgplfServiceImpl.java (Server side implementation)
Class - MyApplicationHibernateUtil
gwt.xml