Ooops, didn;t see this, thanks Matt.  

Matt said:
---------------------------
Do you have implementations of PersonDao in your project? If so, does it
contain a @Repository annotation?
---------------------------

Yes indeed, it looks like this:

@Repository("personDao")
public class PersonDaoHibernate extends GenericDaoHibernate<Person, Long>
implements PersonDao {

...


-- 
View this message in context: 
http://appfuse.547863.n4.nabble.com/problem-with-hibernate-tutorial-imports-for-annotations-tp2541421p2542426.html
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to