Re: [appfuse-user] Can only use FQN in a getHibernateTemplat().find()

2010-05-11 Thread Matt Raible
In the past, I've fixed the FQ class name problem by changing @Entity(name="person") to @Entity. The name specified in this annotations creates an alias for HQL. Hope this helps, Matt On May 11, 2010, at 3:19 AM, Gu Gu wrote: > Hi, > > My app is: > Appfuse 2.1.0-M1 > Hibernate and Struts 2 >

[appfuse-user] Can only use FQN in a getHibernateTemplat().find()

2010-05-11 Thread Gu Gu
Hi, My app is: Appfuse 2.1.0-M1 Hibernate and Struts 2 I followed the tutorial , created an interface and implemented it accordingly. I've properly added my model object (CableSystem) in hibernate.cfg.xml (under /main/resources). The problem is when