Re: [appfuse-user] hibernate error due to name change

2007-04-17 Thread Matt Raible
It's probably from LookupDaoHibernate (http://tinyurl.com/2epscr): return getHibernateTemplate().find("from Role order by name"); Matt On 4/17/07, nmall <[EMAIL PROTECTED]> wrote: Hi I have changed a couple of column names and table names and I am getting hte following error from a hibernat

[appfuse-user] hibernate error due to name change

2007-04-17 Thread nmall
Hi I have changed a couple of column names and table names and I am getting hte following error from a hibernate SQL query. Grepped all over but cannot find the query which is using this "name" - possibly happening due to role.name being changed to role.role_name. Thanks for your help! I am run