Re: Tapestry 5.0.15, eclipse3.2 and Hibernate ClassNotFound exception

2008-10-23 Thread Ulrich Stärk
It is definitely not needed for tapestry! As I said, just remove tapestry-hibernate from your class path. Uli muinjava schrieb: thanks all for your answers, I solved this problem by adding hibernate3.jar into my classpath. so it seems hibernate is a must-have one no matter you like it or not

Re: Tapestry 5.0.15, eclipse3.2 and Hibernate ClassNotFound exception

2008-10-23 Thread muinjava
thanks all for your answers, I solved this problem by adding hibernate3.jar into my classpath. so it seems hibernate is a must-have one no matter you like it or not. happy day! -- View this message in context: http://www.nabble.com/Tapestry-5.0.15%2C-NetBeans-6.1-and-Hibernate-ClassNotFound-e

Re: Tapestry 5.0.15, eclipse3.2 and Hibernate ClassNotFound exception

2008-10-23 Thread Ulrich Stärk
Remove tapestry-hibernate from your classpath Uli muinjava schrieb: simple question: I made a simple tapestry web app and set all standard tapestry5.0.15 library jars on clasapath, and started tomcat, got following error: Exception starting filter app java.lang.NoClassDefFoundError: org/hiber

Re: Tapestry 5.0.15, eclipse3.2 and Hibernate ClassNotFound exception

2008-10-23 Thread Carl Crowder
Did you include the tapestry hibernate library? It will be trying to load hibernate related stuff if it's included in the classpath, regardless of whether you use hibernate in your own code. muinjava wrote: > simple question: > I made a simple tapestry web app and set all standard tapestry5.0.15

Re: Tapestry 5.0.15, eclipse3.2 and Hibernate ClassNotFound exception

2008-10-23 Thread muinjava
simple question: I made a simple tapestry web app and set all standard tapestry5.0.15 library jars on clasapath, and started tomcat, got following error: Exception starting filter app java.lang.NoClassDefFoundError: org/hibernate/Session at java.lang.Class.getDeclaredMethods0(Native Meth