Re: [appfuse-user] Data Access Failure using Hibernate.

2007-06-05 Thread Sandhu
Thanks. I had old jar file. I removed it and it started working. mraible wrote: > > This happens when you haven't registered Person in hibernate.cfg.xml. > If you've already registered it, check for duplicate hibernate.cfg.xml > files in your project. > > Matt > > On 6/5/07, Sandhu <[EMA

Re: [appfuse-user] Data Access Failure using Hibernate.

2007-06-05 Thread Matt Raible
This happens when you haven't registered Person in hibernate.cfg.xml. If you've already registered it, check for duplicate hibernate.cfg.xml files in your project. Matt On 6/5/07, Sandhu <[EMAIL PROTECTED]> wrote: In appfuse, if I enter person first name and last name, click add, it shows the

[appfuse-user] Data Access Failure using Hibernate.

2007-06-05 Thread Sandhu
In appfuse, if I enter person first name and last name, click add, it shows the following error message on screen but no exception or log in the tomcat container log. Data Access Failure Unknown entity: org.appfuse.tutorial.model.Person; nested exception is org.hibernate.MappingException: Unkno