[appfuse-user] Person is not mapped [from Person p where p.lastName=?]

2010-08-05 Thread jackalista
Hi, I haven't used the tutorials for a while and I'm having a strange problem where I get a hibernate exception about my Person class not being mapped: Caused by: org.hibernate.hql.ast.QuerySyntaxException: Person is not mapped [from Person p where p.lastName=?] I found a post by Matt that loo

[appfuse-user] Re: Person is not mapped [from Person p where p.lastName=?]

2010-08-05 Thread jackalista
Oh, one other thing, I had to add the following additional imports to the DAO Test to get it to compile, it would probably be best to put these in the code shown in the tutorial: import org.springframework.test.annotation.ExpectedException; import org.junit.Test; import static org.junit.Assert.*;

Re: [appfuse-user] Person is not mapped [from Person p where p.lastName=?]

2010-08-05 Thread Matt Raible
On Thu, Aug 5, 2010 at 10:19 AM, jackalista wrote: > > Hi, > > I haven't used the tutorials for a while and I'm having a strange problem > where I get a hibernate exception about my Person class not being mapped: > > Caused by: org.hibernate.hql.ast.QuerySyntaxException: Person is not mapped > [f

[appfuse-user] getting truncated WSDL for PersonService under CXF

2010-08-05 Thread jackalista
Hi, I'm running through the "Expose your Mgr as Web Service" tutorial and using the annotations as described, and also adding a line for PersonService to cxf-servlet.xml since I found that lying around and saw the entry for UserService in it. I'm getting a WSDL for my new PersonService but it's