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

2007-07-17 Thread LucaLuca
verybody for the time you 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.Mappi

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

2007-07-17 Thread LucaLuca
1) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1205) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1175) ... 47 more 17-lug-2007 11.55.46 org.apache.catalina.core.StandardContex

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

2007-07-16 Thread LucaLuca
Hi, yes, it is.. I dont' know why it gives me this error. However this is full stacktrace... : 16-lug-2007 15.43.54 org.apache.catalina.core.AprLifecycleListener init INFO: Loaded Apache Tomcat Native library 1.1.8. 16-lug-2007 15.43.54 org.apache.coyote.http11.Http11AprProtocol init INFO: Init

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

2007-07-16 Thread LucaLuca
Hi, I've followed the steps in your article, but i have the following exception: GRAVE: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor': Cannot cr

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

2007-07-16 Thread LucaLuca
bout it.. Thank you 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 >

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 f