Hi there
I'm getting the following exception using
install.examples.into.tomcat, I'm using jBPM 4.4, apache-tomcat-6.0.29 and mysql as the DB.
BUILD FAILED
org.hibernate.HibernateException: Errors in named queries: findTasks, findMessages, findTimers, findGroupsByUserAndGroup
Type, findProcessInstanceIds, findJobsWithException, findProcessInstanceById, findExecutionById, findProcessInstanceById
IgnoreSuspended, findGroupsByUser, findFirstDueJob, findExclusiveJobs, findFirstAcquirableJob
at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:397)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1327)
at org.jbpm.pvm.internal.wire.descriptor.HibernateSessionFactoryDescriptor.construct(HibernateSessionFactoryDesc
riptor.java:62)
I've also tryied the
demo.setup.tomcat and got an exception.
Any ideas??
Thanks in advance.