If you put the listener after the StartupListener (or
ContextLoaderListener in 2.0), you should be able to add/load Spring's
ApplicationContext using:

       ApplicationContext ctx =
           
WebApplicationContextUtils.getRequiredWebApplicationContext(servletContext);

HTH,

Matt

On 1/15/07, maskkkk <[EMAIL PROTECTED]> wrote:

Is it "possible to"/"should I be" accessing a Manager in the service layer
inside a HttpSessionListener that loads the User's properties into the
session when they log in?

Thank you,
  Andrew J. Leer


--
View this message in context: 
http://www.nabble.com/Accessing-a-Manager-in-HttpSessionListener--tf3017281s2369.html#a8379456
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to