Re: GWT Hibernate integration EROR : Exception while dispatching incoming RPC call

2012-06-23 Thread harish saharan
Paste all your hibernate jars in your web-inf/lib folder . On Wednesday, 13 June 2012 12:47:17 UTC+5:30, Rahul Gamit wrote: Hello i have followed https://developers.google.com/web-toolkit/articles/using_gwt_with_hibernatetutorial to integrate gwt and hibernate. I have used

Re: GWT Hibernate integration EROR : Exception while dispatching incoming RPC call

2012-06-21 Thread Nikola Markovic
Also, make sure you got all the required jars copied into the WEB-INF\lib folder. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/CCHBM1AkvRgJ.

Re: GWT Hibernate integration EROR : Exception while dispatching incoming RPC call

2012-06-20 Thread Rob
Hi, This post make help: http://uptick.com.au/content/working-gwt-jpa-hibernate-and-hsqldb Cheers Rob Kiahu.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Hibernate integration EROR : Exception while dispatching incoming RPC call

2012-06-20 Thread Rob Whiteside
Looks like a classpath problem. I don't think you have all your hibernate jars in place. Do you have a slf4j-api in your WEB-INF/lib? On Wednesday, June 13, 2012 12:17:17 AM UTC-7, Rahul Gamit wrote: Hello i have followed

GWT Hibernate integration using Gilead

2012-06-07 Thread rahul.gamit89
Hello, I have developed a sample application for GWT and Hibernate integration using Gilead, But i am getting the following error. Caused by: java.lang.RuntimeException: Deferred binding failed for 'com.google.employee.client.EmployeeService' (did you forget to inherit a required module?) at

GWT Hibernate Integration

2010-09-20 Thread Ketan Nale
Hi, I am doing GWT and Hibernate integration (without spring) in my application. I have put entry in of POJO’s and hbm file package In my ….gwt.xml file like source path='domain'/ source path='hbm'/ I have written my hibernate.cfg.xml file and Accessing data from my service class

Re: GWT Hibernate Integration

2010-09-20 Thread John Ivens
Have you included the hibernate jars in your war/WEB-INF/lib directory when you deploy? On Mon, Sep 20, 2010 at 2:00 AM, Ketan Nale ketann...@gmail.com wrote: Hi, I am doing GWT and Hibernate integration (without spring) in my application. I have put entry in of POJO’s and hbm file package

Re: GWT Hibernate Integration

2010-09-20 Thread Thomas Broyer
On Sep 20, 11:00 am, Ketan Nale ketann...@gmail.com 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

Re: GWT Hibernate Integration

2010-09-20 Thread Harpal Grover
Hi, Have you heard of the Gilead project(http://noon.gilead.free.fr/gilead/ index.php?page=tutorial) It deals with workarounds with GWT-Hibernate integration. You may want to take a look at it, I was able to integrate hibernate with gwt using this library. Thanks Harpal On Sep 20, 5:00 am