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
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
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
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