Re: [appfuse-user] error in Filter deployment!

2008-04-10 Thread Matt Raible
It looks like your Hibernate configuration is conflicting with what's already defined for Hibernate in the sessionFactory bean. If you want to modify properties of the sessionFactory bean, you should use the HibernateExtensionPostProcessor: http://static.appfuse.org/appfuse-data/appfuse-hibernate/

[appfuse-user] error in Filter deployment!

2008-04-10 Thread Kanchana
Hi All I have tried deploying a filter which track for in coming request before the login and check whether the requested ip address is valid which is in the system DB. if not it redirect it to an error page. I got the following error when i deployed it.Can't figure out the exact reason why the