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
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.*;
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
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