Hi all, Before I try to develop a custom appplication for deploying and creating a new process instance, do i need to configure hibernate.config.xml and jbpm.config.xml. I want to use the hsql db only. I tried to execute a code parsing the process definition and deploying it. I got error while deploying it. It shows sqlgrammarexception.
17:41:29,918 [main] DEBUG DbPersistenceService : beginning hibernate transaction 17:41:30,012 [main] WARN JDBCExceptionReporter : SQL Error: -22, SQLState: S0002 17:41:30,012 [main] ERROR JDBCExceptionReporter : Table not found in statement [select top ? processdef0_.ID_ as ID1_4_, processdef0_.NAME_ as NAME2_4_, processdef0_.VERSION_ as VERSION3_4_, processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN4_4_, processdef0_.STARTSTATE_ as STARTSTATE5_4_ from JBPM_PROCESSDEFINITION processdef0_ where processdef0_.NAME_=? order by processdef0_.VERSION_ desc] org.hibernate.exception.SQLGrammarException: could not execute query could anyone help me in solving this problem. Thanks in advance. Ganesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938412#3938412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938412 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
