Re: Open session in view (JPA, struts2, Spring 3, Hibernate4)

2012-07-26 Thread Maurizio Cucchiara
Did you try to extend the url mapping to the whole root? f.e.: /* Twitter :http://www.twitter.com/m_cucchiara G+ :https://plus.google.com/107903711540963855921 Linkedin:http://www.linkedin.com/in/mauriziocucchiara Maurizio Cucchiara On 26 July 2012 15:36, Łukasz Lenart wrot

Re: Open session in view (JPA, struts2, Spring 3, Hibernate4)

2012-07-26 Thread Łukasz Lenart
Could you show the whole web.xml ? Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For add

RE: Including JSP page from a jar file that placed on /WEB-INF/lib

2012-07-26 Thread Shrinivas Parashar
Hi, Does your jar contains JSP or precompiled JSP (.class of Servlet) Regards, Shrinivas -Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: 26 July 2012 01:26 To: Struts Users Mailing List; Omar Ngarigari Subject: Re

Open session in view (JPA, struts2, Spring 3, Hibernate4)

2012-07-26 Thread Mounir Benzid
Because of a "limitation" (which is rather a bug) of Hibernate 4, I need to switch to an open-session-in-view pattern in struts2 I was hoping that setting the right spring configuration in my web.xml would do the trick (see below) The session still dies before the view layer (ognl) has any c

Re: Including JSP page from a jar file that placed on /WEB-INF/lib

2012-07-26 Thread Omar Ngarigari
Yes, my jar file contains just plain common JSP files (file.jsp) Sent from my iPhone On Jul 25, 2012, at 11:43 PM, Shrinivas Parashar wrote: > Hi, > Does your jar contains JSP or precompiled JSP (.class of Servlet) > > Regards, > Shrinivas > > -Original Message- > From: paulus.benedi