Re: -**- Hibernate Session Not Found -**-

2011-07-19 Thread Scott Macri
Awesome! Worked great! Thanks. I agree, tapestry is far better than struts. On 7/19/11 4:36 PM, Thiago H. de Paula Figueiredo wrote: On Tue, 19 Jul 2011 00:10:13 -0300, scott macri wrote: Hello, Hi! I am attempting to complete the Tapestry5 tutorial on the apache website. However, I

Re: -**- Hibernate Session Not Found -**-

2011-07-19 Thread Thiago H. de Paula Figueiredo
On Tue, 19 Jul 2011 00:10:13 -0300, scott macri wrote: Hello, Hi! I am attempting to complete the Tapestry5 tutorial on the apache website. However, I am having an issue with hibernate, tapestry and HSQLDB. The tutorial uses Maven, so add the m2eclipse plugin to Eclipse (not needed i

Re: -**- Hibernate Session Not Found -**-

2011-07-19 Thread Scott Macri
Sorry, my class is CreatePerson, not CreateAddress. However, it is identical and I have the same error for both. Thanks. public class CreatePerson > { >@Property >private Person person; > >@Inject >private Session session; > >@InjectPage >private Index index; > >@Com

-**- Hibernate Session Not Found -**-

2011-07-19 Thread scott macri
Hello, I am very new to hibernate, tapestry and eclipse. However, I've been developing in Java for quite some time and have worked with both spring and struts(1+2). I am attempting to complete the Tapestry5 tutorial on the apache website. However, I am having an issue with hibernate, tapestry an