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 Scott Macri
>private Index index; > >@CommitAfter >Object onSuccess() >{ >session.persist(person); > >return index; >} > } On Mon, Jul 18, 2011 at 11:10 PM, scott macri wrote: > Hello, > I am very new to hibernate, tapestry and eclipse.  However,

-**- 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