Hi Lukasz, I moved it and now it works!! Great man, thank you very very much! I hope that everything else will work good with this pattern ;-).
No, my Acegi is not using JPA, it uses just basic (applicationContext-acegy-security.xml) configuration. I think that this solution should be added somewhere in that Struts 2 + Spring 2 + JPA + AJAX application example, because a lot of people will have the same problem. -- Thx one more time, Milan Lukasz Lenart wrote: > > Move OpenEntityManagerInViewFilter mapping before Struts2 mapping like > below > > <filter-mapping> > <filter-name>Spring OpenEntityManagerInViewFilter</filter-name> > <url-pattern>/*</url-pattern> > </filter-mapping> > > <filter-mapping> > <filter-name>struts2</filter-name> > <url-pattern>/*</url-pattern> > </filter-mapping> > > If Acegi also use JPA. move OpenEntityManagerInViewFilter to the top. > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/LazyInitializationException-with-Struts-2-%2B-Spring-2-%2B-JPA-%2B-AJAX-application-tp18155823p18159501.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]