Hi, and frist my apologies if this is not the correct section in forum to ask this.
Im trying to create an MVC Spring Report app using:
STS 3.1
Hibernate3 (and already try it with Hibernate4)
MySql 5(DB)
1.- I use the spring template comes with the STS.
2.- I use hibernate to create models from DB.
3.- I wanna create a service to works with DB geting this Kram's Tutorial http://krams915.blogspot.com.es/2010...e-3-using.html
4.- When i create the service class "PersonService", i can't get @Transactional annotation reconigzed be the STS.
"import org.springframework.transaction.annotation.Transac tional;" Not Work's
import only get "org.springframework.transaction.annotation.*; " and don't reconigze the @Transactional.
I try it with Hibernate3 and Hibernate4, Spring Framework 3.1.3 and 3.2, and try to found some one with the same problem on a few forums and doc's for more time i like to accept, without a clue of how to resolve that issue.
Some one more experienced can give me a clue or link to tutorial really works with Spring 3.1 MVC and Hibernate3/4.
Thank's for your time, any help be appreciated.


Reply With Quote
