Re: tapestry, hivemind, spring

2006-04-24 Thread Hans L
mind and Spring, but don't have a good answer. I love some of the excellent ideas in HM, but I don't feel like I can or want to ditch Spring. --Chris --- Hans L <[EMAIL PROTECTED]> wrote: Hi, I'm wondering if anyone (James?) can give me some advice on configurin

Re: tapestry, hivemind, spring

2006-04-24 Thread Hans L
non as the username/password. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Hans L Sent: Monday, April 24, 2006 3:48 PM To: tapestry-user@jakarta.apache.org Subject: Re: tapestry, hivemind, spring Hi James, Actually, I'd be very happy to try my hand at

Re: tapestry, hivemind, spring

2006-04-24 Thread Hans L
face. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Hans L Sent: Monday, April 24, 2006 3:31 PM To: tapestry-user@jakarta.apache.org Subject: tapestry, hivemind, spring Hi, I'm wondering if anyone (James?) can give me some advice on configuring tapestry serv

tapestry, hivemind, spring

2006-04-24 Thread Hans L
Hi, I'm wondering if anyone (James?) can give me some advice on configuring tapestry service points with spring. I am using spring to build my sessionFactory and autoproxy my DAO beans to use [annotation-based] declarative transactions. I'd really like to implement James' EntityPropertyPers

Re: tapestry/hibernate sessions & pageBeginRender()

2006-04-22 Thread Hans L
Hi James, James Carman wrote: Well, if you just store the Person object, you have to reattach it to the current session (which is what my code does). I don't want to store just the id in the session. You need to store the whole object to keep the version information (unless of course you don't

Re: tapestry/hibernate sessions & pageBeginRender()

2006-04-21 Thread Hans L
session persistence strategy implementation and modified it a bit to actually just store the id of the persistent object in the session. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Hans L Sent: Friday, April 21, 2006 1:29 PM To: tapestry-user@jakarta.apache.org

tapestry/hibernate sessions & pageBeginRender()

2006-04-21 Thread Hans L
Hi, I'm having some difficulty with trying to reattach Tapestry-persisted entities to Hibernate sessions. My main problem appears to be that I need a "page-begin-processing" method to hook into that is earlier in the request/response lifecycle than pageBeginRender(). I have done some search

Re: page injection, properties, and session

2006-04-18 Thread Hans L
Thank you -- I did upgrade and this does seem to be working as expected. Of course, now I'm having a hard time replicating the weird behavior in the previous (beta2) version :) Thanks for the help- Hans Andreas Andreou wrote: I believe that's a tacos problem... Can you try the latest beta-3