Re: [appfuse-user] How to get authentication info into a Spring bean / Hibernate interceptor

2008-02-02 Thread Rob Hills
Hi Richard, [EMAIL PROTECTED] wrote: Thanks for the ideas. I was hoping not to bind the AuditInterceptor too tightly to the Servlet API. To do that I might have to pass in the username and IP address as separate parms, and of course have to set these up in advance. But I can also just have a di

Re: [appfuse-user] How to get authentication info into a Spring bean / Hibernate interceptor

2008-02-02 Thread [EMAIL PROTECTED]
Rob, Thanks for the ideas. I was hoping not to bind the AuditInterceptor too tightly to the Servlet API. To do that I might have to pass in the username and IP address as separate parms, and of course have to set these up in advance. But I can also just have a different implementation for non-se

Re: [appfuse-user] How to get authentication info into a Spring bean / Hibernate interceptor

2008-02-02 Thread Rob Hills
Hi, [EMAIL PROTECTED] wrote: Question Is there a bean I can wire into src/main/resources/applicationContext-dao.xml that provide access to the following properties for a request: logged-in username, IP address the request originated from ?? I am thinking the ACEGI framework (or an appfuse class

[appfuse-user] How to get authentication info into a Spring bean / Hibernate interceptor

2008-02-02 Thread [EMAIL PROTECTED]
Question Is there a bean I can wire into src/main/resources/applicationContext-dao.xml that provide access to the following properties for a request: logged-in username, IP address the request originated from ?? I am thinking the ACEGI framework (or an appfuse class that implements and ACEGI inte

Re: [appfuse-user] log4j - Please initialize the log4j system properly.

2008-02-02 Thread Marc Siramy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Take a look at: http://www.codeczar.com/projects/components/logweb/ or just do the same as in com.yourproject.sample.dao.hibernate.GenericDaoHibernate and modify eventually log4j configuration in yourProject/src/main/resources/log4j.xml for configurat