Re: [appfuse-user] Hibernate error

2007-04-26 Thread Matt Raible
It looks like Pentaho has it's own sessionFactory for Hibernate - and it doesn't support annotations. Matt On 4/26/07, nmall <[EMAIL PROTECTED]> wrote: Hi, I would like to integrate Pentaho standalone with the struts webapp provided by appfuse basic struts, here is the error I am getting whi

[appfuse-user] Hibernate error

2007-04-26 Thread nmall
Hi, I would like to integrate Pentaho standalone with the struts webapp provided by appfuse basic struts, here is the error I am getting while initializing. Any suggestions on how to deal with this. Thanks for any help!! I am sure this would be helpful for lots of people out there if it is done

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