Re: tapestry ASO

2008-08-26 Thread Alex Kotchnev
Wang, did you get a chance to review http://tapestry.apache.org/tapestry5/guide/appstate.html ? It seems to address some of your questions: > First, we use ASO object as well as HttpSession object, so is this the > reason that new ASO object be produced. I'm not sure what you mean by us

tapestry ASO

2008-08-26 Thread wang_chunlin
Dear sir I write this letter to ask you some questions. As you know, we have use tapestry5.0.11 in our project, but it happened that the ASO object will disappeared some times and new ASO object will be created so that the data with the old ASO disappeared

Re: Populating Tapestry ASO after successful Acegi Auth

2006-08-31 Thread Arjan Verstoep
[EMAIL PROTECTED] wrote: Greetings: I'm using Tapestry 4 and Acegi 1.0.1. I have acegi set up to perform authentication using the AuthenticationProcessingFilter. I have a requirement to place the domain object the Acegi UserDetails object is based upon into a Tapestry ASO for use durin

RE: Populating Tapestry ASO after successful Acegi Auth

2006-08-30 Thread Jonathan Barker
l with any problems later. I hope that helps. JB > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 30, 2006 10:29 AM > To: users@tapestry.apache.org > Subject: RE: Populating Tapestry ASO after successful Acegi Auth > > Hi Joh

Re: Populating Tapestry ASO after successful Acegi Auth

2006-08-30 Thread Massimo Lusetti
On 8/30/06, James Carman <[EMAIL PROTECTED]> wrote: Well, hopefully we can move all of this stuff into a Tapestry Commons subproject of the TLP. Then we won't have these issues. Indeed that would be comfortable :) -- Massimo http://meridio.blogspot.com ---

RE: Populating Tapestry ASO after successful Acegi Auth

2006-08-30 Thread James Carman
t: RE: Populating Tapestry ASO after successful Acegi Auth James: I can't get access to the svn repo. Can you send the jars? Thanks, -jason -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 10:41 AM To: 'Tapestry users' Subject: RE:

RE: Populating Tapestry ASO after successful Acegi Auth

2006-08-30 Thread Jason.Yankus
James: I can't get access to the svn repo. Can you send the jars? Thanks, -jason -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 10:41 AM To: 'Tapestry users' Subject: RE: Populating Tapestry ASO after successful Aceg

RE: Populating Tapestry ASO after successful Acegi Auth

2006-08-30 Thread James Carman
2006 10:29 AM To: users@tapestry.apache.org Subject: RE: Populating Tapestry ASO after successful Acegi Auth Hi John, Just curious. . . would that code need to be inserted in *every* page's pageValidate() method considering that a user can bookmark or type in any secured URL? Acegi will

RE: Populating Tapestry ASO after successful Acegi Auth

2006-08-30 Thread Thomas.Vaughan
rs' Subject: RE: Populating Tapestry ASO after successful Acegi Auth I can't say it's a best practice, but it should be a reasonable strategy. In your pageValidate() method, if your ASO is not set Authentication auth = SecurityContext.

RE: Populating Tapestry ASO after successful Acegi Auth

2006-08-30 Thread Jonathan Barker
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 30, 2006 7:34 AM > To: users@tapestry.apache.org > Subject: Populating Tapestry ASO after successful Acegi Auth > > Greetings: > > I'm using Tapestry 4 and Acegi 1.0.1. I have acegi set up to perform

Populating Tapestry ASO after successful Acegi Auth

2006-08-30 Thread Jason.Yankus
Greetings: I'm using Tapestry 4 and Acegi 1.0.1. I have acegi set up to perform authentication using the AuthenticationProcessingFilter. I have a requirement to place the domain object the Acegi UserDetails object is based upon into a Tapestry ASO for use during the user session. =2

RE: Trying to access Tapestry ASO from Spring-configured Hibernate interceptor

2006-06-28 Thread Jonathan Barker
me. I'm not sure what I would need to do to inject the equivalent of "hivemind:someService" into a Spring bean. Thanks, Jonathan -Original Message- From: Henri Dupre [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 12:38 AM To: Tapestry users Subject: Re: T

Re: Trying to access Tapestry ASO from Spring-configured Hibernate interceptor

2006-06-26 Thread Henri Dupre
On 6/26/06, Jonathan Barker <[EMAIL PROTECTED]> wrote: I have a Tapestry4 / Tapestry4Spring / Spring / Acegi / Hibernate application where I need to access an session-scoped Application State Object from within a Hibernate interceptor that I am using for auditing. In general, I have tried to fi

Trying to access Tapestry ASO from Spring-configured Hibernate interceptor

2006-06-26 Thread Jonathan Barker
I have a Tapestry4 / Tapestry4Spring / Spring / Acegi / Hibernate application where I need to access an session-scoped Application State Object from within a Hibernate interceptor that I am using for auditing. In general, I have tried to figure out how to access Hivemind-managed objects from with