Re: Tapernate configuration questions

2006-05-20 Thread Chris Chiappone
The solution to my problem was relatively easy after talking with James. I ended up needing to change an session persistent getter to an "entity" persistent one. That solved the lazy loading problem that I was having. On 5/19/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: On 18. Mai 2006 - 1

Re: Tapernate configuration questions

2006-05-19 Thread Andreas Bulling
On 18. Mai 2006 - 14:34:36, Chris Chiappone wrote: | Just wanted to let the tapestry list know of what a great resource James has | been on this topic. Tapernate has improved my applications performace | tremendously and James was very helpful with any questions I had. Could you please summarize

Re: Tapernate configuration questions

2006-05-18 Thread Jesse Kuhnert
application. Although I continue to get Lazy initilialization > > exceptions. > > > I'm not quite sure whats the correct process to get arround this? Any > > one > > > have any suggestions? > > > > > > Thanks > > > &g

Re: Tapernate configuration questions

2006-05-18 Thread Chris Chiappone
have DAOs > injected > > > into them, then you'll have to have HiveMind manage them. > > > > > > -Original Message- > > > From: Andreas Bulling [mailto: [EMAIL PROTECTED] ] On Behalf > Of > > > Andreas Bulling > > > Sent: Tuesday, May 16

Re: Tapernate configuration questions

2006-05-18 Thread James Carman
x27;ll have to have HiveMind manage them. > > > > -Original Message- > > From: Andreas Bulling [mailto: [EMAIL PROTECTED] On Behalf Of > > Andreas Bulling > > Sent: Tuesday, May 16, 2006 2:19 PM > > To: Tapestry users > > Subject: Re: Tapernate

Re: Tapernate configuration questions

2006-05-18 Thread Chris Chiappone
From: Andreas Bulling [mailto: [EMAIL PROTECTED] On Behalf Of > Andreas Bulling > Sent: Tuesday, May 16, 2006 2:19 PM > To: Tapestry users > Subject: Re: Tapernate configuration questions > > On 16. Mai 2006 - 13:54:01, Chris Chiappone wrote: > | Ok, it appears most of my migration t

Re: Tapernate configuration questions

2006-05-18 Thread Chris Chiappone
ry users Subject: Re: Tapernate configuration questions On 16. Mai 2006 - 13:54:01, Chris Chiappone wrote: | Ok, it appears most of my migration to Tapernate seems to be working well. | My question is somewhat unrealated to tapernate but maybe someone could | guide me in the right direction

RE: Tapernate configuration questions

2006-05-16 Thread James Carman
bject: Re: Tapernate configuration questions On 16. Mai 2006 - 13:54:01, Chris Chiappone wrote: | Ok, it appears most of my migration to Tapernate seems to be working well. | My question is somewhat unrealated to tapernate but maybe someone could | guide me in the right direction. For page

Re: Tapernate configuration questions

2006-05-16 Thread Andreas Bulling
On 16. Mai 2006 - 13:54:01, Chris Chiappone wrote: | Ok, it appears most of my migration to Tapernate seems to be working well. | My question is somewhat unrealated to tapernate but maybe someone could | guide me in the right direction. For pages and components that can inject | the Dao seem to wo

Re: Tapernate configuration questions

2006-05-16 Thread Chris Chiappone
path for all classes with the @Entity annotation. > > -Original Message- > From: Chris Chiappone [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 16, 2006 11:10 AM > To: Tapestry users > Subject: Re: Tapernate configuration questions > > Excellent thanks!! I actually h

Re: Tapernate configuration questions

2006-05-16 Thread Chris Chiappone
essage- From: Chris Chiappone [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 11:10 AM To: Tapestry users Subject: Re: Tapernate configuration questions Excellent thanks!! I actually had all the files but the hibernate.cfg.xmlin WEB-INF/classes when I started with this. Looks like I'

RE: Tapernate configuration questions

2006-05-16 Thread James Carman
- From: Chris Chiappone [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 11:10 AM To: Tapestry users Subject: Re: Tapernate configuration questions Excellent thanks!! I actually had all the files but the hibernate.cfg.xml in WEB-INF/classes when I started with this. Looks like I'll final

Re: Tapernate configuration questions

2006-05-16 Thread Chris Chiappone
Excellent thanks!! I actually had all the files but the hibernate.cfg.xml in WEB-INF/classes when I started with this. Looks like I'll finally be able to allow lazy loading with hibernate. I'm hoping to see a major performance increase with tapernate. On 5/16/06, James Carman <[EMAIL PROTECTE

RE: Tapernate configuration questions

2006-05-16 Thread James Carman
Try moving your xml files into WEB-INF/classes. -Original Message- From: Chris Chiappone [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 10:48 AM To: Tapestry List Subject: Tapernate configuration questions I am attempting to migrate my application to make use of Tapernate. I pu