Re: Struts 2 + Spring 2 + JPA + AJAX Tutorial

2007-07-18 Thread LucaLuca
spent with me. LucaLuca cilquirm wrote: By the looks of it, your classpath is messed up. Is the hibernate3 jar in the right place? I can't think of any other reason it wouldn't be able to find org.hibernate.MappingNotFoundException LucaLuca wrote: Hi, I've tried to make some

Re: Struts 2 + Spring 2 + JPA + AJAX Tutorial

2007-07-17 Thread LucaLuca
ideas where i'm wrong? Thank you LucaLuca -- View this message in context: http://www.nabble.com/Struts-2-%2B-Spring-2-%2B-JPA-%2B-AJAX--Tutorial-tf3542150.html#a11646435 Sent from the Struts - User mailing list archive at Nabble.com

Re: Struts 2 + Spring 2 + JPA + AJAX Tutorial

2007-07-16 Thread LucaLuca
LucaLuca Ted Husted wrote: The Struts2-api.jar is obsolete. The error seems to be related to hibernate. It looks like the class needed to instantiate entityManagerFactory is missing. Like as not, the only JARs you need for Struts are commons-logging-api, freemarker, ognl, struts2-core

Re: Struts 2 + Spring 2 + JPA + AJAX Tutorial

2007-07-13 Thread LucaLuca
Hi, I read that tutorial too and i've follewed all the steps. My problem is that i don't know which are the Jar requested. I was not able to find the strtus2-api.jar. Where i can find it? I've tried to add all the Hibernate 3.2, Spring 2.0.6, Struts 2.0.8 jar, but it did not work. It gives the