[jboss-user] [JBoss Seam] - A suggestion for improvements in Remember me (JBSEAM-735)

2007-02-06 Thread berserksangr
First of all, thank you for your hard work! Watching comments on the new Remember me functionality I have a suggestion to replace current basic (in my opinion not sufficient) user-name-cookie approach by the following, far more secure scenario: Create Rembember me Cookie: 1.1. get: username,

[jboss-user] [JBoss Seam] - Re: A suggestion for improvements in Remember me (JBSEAM-735

2007-02-06 Thread berserksangr
Comment to JBSEAM-735 added (although it has status closed). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4011905#4011905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4011905

[jboss-user] [JBoss Seam] - Re: Spring-injected ManagedHibernateSession

2006-11-18 Thread berserksangr
Gavin, thank you for such a quick and useful response. I think I will try with MC. Thanks for your hard work, Przemek. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987068#3987068 Reply to the post :

[jboss-user] [JBoss Seam] - Spring-injected ManagedHibernateSession

2006-11-17 Thread berserksangr
Hi, I have a Spring-wired multilayer application. Is there any way to inject Seam ManagedHibernateSession to my DAO's that are in a separate view-technology-blind layer using a Spring context? Seam+Hibernate+Microcontainer example looks like nothing that Spring can't do, but I'm not sure about

[jboss-user] [JBoss Seam] - Re: Spring-injected ManagedHibernateSession

2006-11-17 Thread berserksangr
Can this be achieved by the following? 1. Configure DataSource and Hibernate session factory using Spring 2. Bind this session factory to JNDI under java:/sessionFactory 3. Spawn HibernateManagedSession in components.xml and set sessionFactoryJndiName to java:/bookingSessionFactory 4. When DAO