Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-27 Thread shymon
akochnev wrote: > > Shymon, >I'm not sure what the solution to your problem is going to be. The > reason > why things worked in the original setup is that when you specify > archiveClasses to false, when the app is deployed in Glassfish, it's > deployed as an exploded war; thus, when you upd

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-27 Thread Thiago H. de Paula Figueiredo
Em Mon, 27 Oct 2008 18:32:07 -0300, Alex Kotchnev <[EMAIL PROTECTED]> escreveu: Maybe one of the more experienced folks on the list can chime in on how best to handle the development workflow with a module that's still under development. 1) Use Jetty for development. When tested in Je

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-27 Thread Alex Kotchnev
Shymon, I'm not sure what the solution to your problem is going to be. The reason why things worked in the original setup is that when you specify archiveClasses to false, when the app is deployed in Glassfish, it's deployed as an exploded war; thus, when you update the class files, T5 is able t

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-26 Thread shymon
akochnev wrote: > > Shymon, >I think your issue with the missing jar entry might have to do with how > Maven deploys the war > In the meantime, try switching the archiveClasses option to false (by > default it's true). > > > org.apache.maven.plugins >

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-05 Thread Alex Kotchnev
Shymon, I think your issue with the missing jar entry might have to do with how Maven deploys the war. One of the comments in the blog post explains it in quite a bit of detail ( https://www.blogger.com/comment.g?blogID=19648744&postID=6127277507107329490&pli=1) . In the meantime, try switching

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-04 Thread Estevam Henrique Portela Mota e Silva
Hi, shymon, [jira] Created: (TAP5-227) Hibernate dependencies are incomplete Hibernate dependencies are incomplete - Key: TAP5-227 URL: https://issues.apache.org/jira/browse/TAP5-227 Project: Tapestry 5 Issu

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-03 Thread shymon
akochnev wrote: > > Shymon, >I know you said you already resolved your issue. However, instead of > using a stock netbeans Web Application project, I would strongly recommend > using the NetBeans Maven support when starting a project; it really makes > the ramp up almost 0 . See my blog for

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-01 Thread Alex Kotchnev
Shymon, I know you said you already resolved your issue. However, instead of using a stock netbeans Web Application project, I would strongly recommend using the NetBeans Maven support when starting a project; it really makes the ramp up almost 0 . See my blog for details at http://www.troymaxve

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-01 Thread shymon
kristian.marinkovic wrote: > > do you have the library in your classpath? > Now it works. I removed only tapestry-hibernate... jars. tapestry-spring-5.0.15.jar also had to be removed. Thanx! -- View this message in context: http://www.nabble.com/Tapestry-5.0.15%2C-NetBeans-6.1-and-Hibernat

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-01 Thread Kristian Marinkovic
do you have the library in your classpath? shymon <[EMAIL PROTECTED]> 01.10.2008 13:39 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception kristian.marinkovic wrote:

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-01 Thread shymon
kristian.marinkovic wrote: > > you have to remove the dependency to tapestry-hibernate > > g, > kris > Didn't help. Now, I added only one dependency to tapestry-core-5.0.15.jar. And the problem remains the same: java.lang.NoClassDefFoundError: org/hibernate/Session ... Caused by: java.lang.

Re: Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-01 Thread Kristian Marinkovic
you have to remove the dependency to tapestry-hibernate g, kris shymon <[EMAIL PROTECTED]> 01.10.2008 12:43 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception I'

Tapestry 5.0.15, NetBeans 6.1 and Hibernate ClassNotFound exception

2008-10-01 Thread shymon
I'm trying to create my first simple application using Tapestry 5.015. My IDE is NetBeans 6.1, and app is deployed to Glassfish v2ur2. I have created web application, added Tapestry to project libraries, configured web.xml, created Start.tml and Start class. But when I deploy app to appserver I