 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: Problem with Spring Hibernate Tutorial
Posted: Sep 14, 2008 - 09:42 AM
|
|
Registered Member

Joined: Nov 07, 2007
Posts: 35
|
|
I created a java project first creating the hibernate with annontation support and then creating the spring project with annontation support as the tutorial instructed. I am getting an error in the spring config file.
<bean id="sessionFactory"
class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">
It is saying this class is not found. I haven't done anything but go through the wizards is there something I did incorrectly? |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Problem with Spring Hibernate Tutorial
Posted: Sep 14, 2008 - 09:55 AM
|
|
Registered Member

Joined: Nov 07, 2007
Posts: 35
|
|
| Never mind I found a post that addressed this issue. |
|
|
| |
|
|
|
 |
|
|
Post subject: Re: RE: Problem with Spring Hibernate Tutorial
Posted: Sep 17, 2008 - 12:38 PM
|
|
Joined: Sep 17, 2008
Posts: 17
|
|
| gerbdla wrote: | | Never mind I found a post that addressed this issue. |
mind giving the link, i find that tutorial a bit lacking hence the author did not prescribe the things/jars you need before beginning with the tutorial .. it's assumed that you have hibernate, spring and MySQL Server running :( ... with the appropriate jars and versions ... |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Re: RE: Problem with Spring Hibernate Tutorial
Posted: Sep 18, 2008 - 03:43 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |